By type
JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Dspring.config.additional-location=/app/config/override.yaml
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.3.7.RELEASE)
2022-11-07T23:09:45.463Z||main|||||INFO|500||The following profiles are active: basic
2022-11-07T23:09:57.659Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-07T23:09:57.660Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-07T23:09:57.780Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-07T23:10:02.173Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-07T23:10:02.604Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-07T23:10:03.120Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-07T23:10:03.164Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-07T23:10:03.290Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-07T23:10:03.490Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-07T23:10:04.010Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-07T23:10:05.625Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-07T23:10:08.082Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-07T23:10:08.142Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-07T23:10:08.969Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-07T23:10:09.285Z||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-07T23:10:10.433Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-07T23:10:11.770Z||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-07T23:10:13.102Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2022-11-07T23:10:13.104Z||main|||||ERROR|500||(conn=1151) Table 'catalogdb.activity_spec' doesn't exist
2022-11-07T23:10:13.118Z||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-07T23:10:16.444Z||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-07T23:10:19.447Z||main|||||WARN|500||---
2022-11-07T23:10:19.448Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-07T23:10:19.448Z||main|||||WARN|500||---
2022-11-07T23:10:19.935Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-07T23:10:25.158Z||main|||||INFO|500||Started Application in 43.116 seconds (JVM running for 45.476)
2022-11-07T23:10:25.174Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-07T23:10:25.175Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-07T23:10:25.187Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-07T23:10:25.213Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-07T23:10:25.249Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 51aed49a-9fbc-4dac-bd7c-40365071cc68 url= /sdc/v1/artifactTypes
2022-11-07T23:10:25.250Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-07T23:10:25.366Z||scheduling-1|||||DEBUG|500||GET Response Status 503
2022-11-07T23:10:25.367Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@330a98a8
2022-11-07T23:10:25.368Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=GENERAL_ERROR, responseMessage=failed to send request to ASDC]
2022-11-07T23:10:25.383Z||scheduling-1|||||DEBUG|500||error from ASDC is: no healthy upstream
2022-11-07T23:10:25.385Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:failed to send request to ASDC
2022-11-07T23:10:25.391Z||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$$126e1f93.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-07T23:11:15.153Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-07T23:11:15.157Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-07T23:11:15.158Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-07T23:11:15.163Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-07T23:11:15.169Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1c6b48aa-69fd-494c-a591-8e2287e22067 url= /sdc/v1/artifactTypes
2022-11-07T23:11:15.170Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2022-11-07T23:11:15.255Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-07T23:11:15.266Z||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-07T23:11:15.305Z||scheduling-1|||||DEBUG|500||create keys
2022-11-07T23:11:15.314Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-07T23:11:15.422Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:11:15.444Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6a1a8b2f-26c1-4385-be80-a248016bb1b2 url= /sdc/v1/registerForDistribution
2022-11-07T23:11:15.572Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6a1a8b2f-26c1-4385-be80-a248016bb1b2 url= /sdc/v1/registerForDistribution
2022-11-07T23:11:15.573Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-07T23:11:15.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:11:15.584Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:11:15.591Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-07T23:11:15.591Z||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-07T23:11:15.591Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:11:15.592Z||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-07T23:11:15.592Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:11:25.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:11:26.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:12:15.581Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:12:15.582Z||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-07T23:12:15.583Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:12:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:12:15.584Z||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-07T23:12:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:12:25.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:12:25.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:13:15.581Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:13:15.583Z||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-07T23:13:15.583Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:13:15.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:13:15.585Z||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-07T23:13:15.586Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:13:25.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:13:25.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:14:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:14:15.582Z||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-07T23:14:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:14:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:14:15.584Z||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-07T23:14:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:14:25.150Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:14:25.159Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:15:15.583Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:15:15.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:15:15.587Z||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-07T23:15:15.587Z||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-07T23:15:15.588Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:15:15.588Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:15:25.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:15:25.165Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:16:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:16:15.582Z||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-07T23:16:15.583Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:16:15.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:16:15.584Z||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-07T23:16:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:16:25.160Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:16:25.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:17:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:17:15.582Z||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-07T23:17:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:17:15.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:17:15.585Z||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-07T23:17:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:17:25.148Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:17:25.160Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:18:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:18:15.582Z||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-07T23:18:15.583Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:18:15.584Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:18:15.585Z||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-07T23:18:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:18:25.145Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:18:25.148Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:19:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:19:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:19:15.584Z||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-07T23:19:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:19:15.584Z||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-07T23:19:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:19:25.142Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:19:25.164Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:20:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:20:15.582Z||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-07T23:20:15.583Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:20:15.583Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:20:15.584Z||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-07T23:20:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:20:16.456Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-07T23:20:25.162Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:20:25.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:21:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:21:15.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:21:15.583Z||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-07T23:21:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:21:15.585Z||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-07T23:21:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:21:25.146Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:21:25.151Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:22:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:22:15.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:22:15.583Z||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-07T23:22:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:22:15.584Z||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-07T23:22:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:22:25.146Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:22:25.146Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:23:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:23:15.582Z||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-07T23:23:15.583Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:23:15.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:23:15.584Z||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-07T23:23:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:23:25.155Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:23:25.164Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:24:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:24:15.582Z||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-07T23:24:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:24:15.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:24:15.584Z||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-07T23:24:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:24:25.146Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:24:25.149Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:25:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:25:15.582Z||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-07T23:25:15.583Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:25:15.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:25:15.584Z||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-07T23:25:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:25:25.145Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:25:25.148Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:26:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:26:15.582Z||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-07T23:26:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:26:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:26:15.584Z||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-07T23:26:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:26:25.139Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:26:25.142Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:27:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:27:15.582Z||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-07T23:27:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:27:15.583Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:27:15.584Z||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-07T23:27:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:27:25.141Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:27:25.148Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:28:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:28:15.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:28:15.584Z||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-07T23:28:15.584Z||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-07T23:28:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:28:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:28:25.146Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:28:25.151Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:29:15.581Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:29:15.583Z||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-07T23:29:15.583Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:29:15.583Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:29:15.584Z||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-07T23:29:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:29:25.152Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:29:25.152Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:30:15.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:30:15.582Z||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-07T23:30:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:30:15.583Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:30:15.584Z||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-07T23:30:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:30:25.137Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:30:25.139Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:31:15.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:31:15.582Z||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-07T23:31:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:31:15.583Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:31:15.584Z||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-07T23:31:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:31:25.159Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:31:25.159Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:32:15.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:32:15.582Z||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-07T23:32:15.583Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:32:15.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:32:15.584Z||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-07T23:32:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:32:25.156Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:32:25.163Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:33:15.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:33:15.582Z||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-07T23:33:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:33:15.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:33:15.584Z||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-07T23:33:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:33:25.141Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:33:25.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:34:15.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:34:15.582Z||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-07T23:34:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:34:15.583Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:34:15.584Z||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-07T23:34:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:34:25.141Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:34:25.141Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:35:15.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:35:15.582Z||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-07T23:35:15.583Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:35:15.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:35:15.584Z||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-07T23:35:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:35:25.154Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:35:25.157Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:36:15.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:36:15.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:36:15.584Z||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-07T23:36:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:36:15.586Z||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-07T23:36:15.587Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:36:25.155Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:36:25.155Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:37:15.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:37:15.582Z||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-07T23:37:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:37:15.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:37:15.584Z||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-07T23:37:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:37:25.136Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:37:25.141Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:38:15.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:38:15.582Z||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-07T23:38:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:38:15.583Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:38:15.584Z||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-07T23:38:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:38:25.142Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:38:25.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:39:15.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:39:15.582Z||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-07T23:39:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:39:15.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:39:15.584Z||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-07T23:39:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:39:25.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:39:25.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:40:15.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:40:15.582Z||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-07T23:40:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:40:15.583Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:40:15.584Z||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-07T23:40:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:40:25.165Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:40:25.167Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:41:15.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:41:15.582Z||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-07T23:41:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:41:15.583Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:41:15.584Z||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-07T23:41:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:41:25.161Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:41:25.161Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:42:15.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:42:15.582Z||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-07T23:42:15.583Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:42:15.583Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:42:15.584Z||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-07T23:42:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:42:25.136Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:42:25.136Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:43:15.581Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:43:15.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:43:15.585Z||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-07T23:43:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:43:15.585Z||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-07T23:43:15.586Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:43:25.145Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:43:25.152Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:44:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:44:15.582Z||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-07T23:44:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:44:15.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:44:15.584Z||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-07T23:44:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:44:25.137Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:44:25.144Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:45:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:45:15.582Z||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-07T23:45:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:45:15.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:45:15.584Z||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-07T23:45:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:45:25.132Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:45:25.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:46:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:46:15.582Z||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-07T23:46:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:46:15.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:46:15.584Z||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-07T23:46:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:46:25.143Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:46:25.156Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:47:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:47:15.582Z||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-07T23:47:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:47:15.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:47:15.584Z||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-07T23:47:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:47:25.147Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:47:25.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:48:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:48:15.582Z||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-07T23:48:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:48:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:48:15.584Z||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-07T23:48:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:48:25.149Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:48:25.159Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:49:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:49:15.582Z||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-07T23:49:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:49:15.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:49:15.584Z||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-07T23:49:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:49:25.148Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:49:25.149Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:50:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:50:15.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:50:15.586Z||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-07T23:50:15.586Z||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-07T23:50:15.586Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:50:15.586Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:50:25.157Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:50:25.160Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:51:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:51:15.582Z||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-07T23:51:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:51:15.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:51:15.584Z||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-07T23:51:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:51:25.146Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:51:25.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:52:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:52:15.582Z||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-07T23:52:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:52:15.583Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:52:15.586Z||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-07T23:52:15.586Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:52:25.147Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:52:25.193Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:53:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:53:15.582Z||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-07T23:53:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:53:15.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:53:15.584Z||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-07T23:53:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:53:25.148Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:53:25.149Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:54:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:54:15.582Z||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-07T23:54:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:54:15.583Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:54:15.584Z||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-07T23:54:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:54:25.147Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:54:25.153Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:55:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:55:15.582Z||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-07T23:55:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:55:15.583Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:55:15.584Z||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-07T23:55:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:55:25.138Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:55:25.151Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:56:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:56:15.582Z||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-07T23:56:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:56:15.583Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:56:15.584Z||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-07T23:56:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:56:25.144Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:56:25.145Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:57:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:57:15.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:57:15.584Z||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-07T23:57:15.584Z||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-07T23:57:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:57:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:57:25.156Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:57:25.158Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:58:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:58:15.582Z||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-07T23:58:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:58:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:58:15.584Z||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-07T23:58:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:58:25.144Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:58:25.152Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:59:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:59:15.582Z||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-07T23:59:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:59:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T23:59:15.583Z||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-07T23:59:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-07T23:59:25.143Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-07T23:59:25.150Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:00:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:00:15.582Z||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-08T00:00:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:00:15.585Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:00:15.586Z||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-08T00:00:15.586Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:00:25.149Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:00:25.163Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:01:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:01:15.582Z||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-08T00:01:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:01:15.583Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:01:15.583Z||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-08T00:01:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:01:25.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:01:25.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:02:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:02:15.582Z||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-08T00:02:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:02:15.583Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:02:15.583Z||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-08T00:02:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:02:25.158Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:02:25.161Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:03:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:03:15.582Z||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-08T00:03:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:03:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:03:15.584Z||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-08T00:03:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:03:25.142Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:03:25.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:04:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:04:15.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:04:15.585Z||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-08T00:04:15.585Z||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-08T00:04:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:04:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:04:25.142Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:04:25.144Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:05:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:05:15.583Z||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-08T00:05:15.583Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:05:15.583Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:05:15.584Z||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-08T00:05:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:05:25.140Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:05:25.140Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:06:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:06:15.582Z||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-08T00:06:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:06:15.583Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:06:15.584Z||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-08T00:06:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:06:25.139Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:06:25.141Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:07:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:07:15.582Z||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-08T00:07:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:07:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:07:15.584Z||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-08T00:07:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:07:25.138Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:07:25.139Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:15.581Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:08:15.582Z||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-08T00:08:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:08:15.584Z||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-08T00:08:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:16.220Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:16.222Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.222Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ca22f59-7150-4422-84bb-85b7fe317985","serviceName":"vFW 2022-11-08 00-06-26","serviceVersion":"1.0","serviceUUID":"8215c137-2ebc-4767-8bb2-22b8da13a2aa","serviceDescription":"catalog service description","serviceInvariantUUID":"4afb0884-6a40-4f78-a960-f31b83e2cb30","resources":[{"resourceInstanceName":"vFW 57f7a3ae-53a0 0","resourceName":"vFW 57f7a3ae-53a0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e67b9855-c20a-4a37-aef4-19061f89db23","resourceInvariantUUID":"a3cd94cb-6ac3-42db-94cb-7e1de6b4e221","resourceCustomizationUUID":"9cae04a6-438b-4f5d-be1e-be8fbc614fb8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vf-license-model.xml","artifactChecksum":"ZGU3MzIyYWYzNmNlMGVhNzdmMDY2ZTkxOWI4NjkxMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13b544d8-25bc-4617-a6f1-11e8e5346efb","artifactVersion":"1"},{"artifactName":"vfw57f7a3ae53a00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json","artifactChecksum":"NzhiMjgxNWFiOTcwOGJkZWRiNzU1NTJmZDJhNjU0NjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"46d991a3-bfa1-4a40-b551-326dc8d88802","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"28048daa-75c7-41ae-bcb9-967f1857298b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vendor-license-model.xml","artifactChecksum":"M2NlMGQ3Y2I3MWMxMGNjMGM0ZjljYzkwOTJhNTA3MjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"601fe7f1-14cc-4168-b070-329528655cbd","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2f4fa0e1-8cac-401b-b5d8-bb086d36d785","artifactVersion":"2","generatedFromUUID":"28048daa-75c7-41ae-bcb9-967f1857298b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221108000626-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-template.yml","artifactChecksum":"Mjc2YjNiNDZjNzY0ODU3YjE3ZjEwZWQyZDJjMDg0ZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd288532-4c46-4906-9adb-a6d1fe7febb9","artifactVersion":"1"},{"artifactName":"service-Vfw20221108000626-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar","artifactChecksum":"NjQyNjQyMmViMjY3OGM3MGRkOGE2YzRmYTkxMmRlNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"85a193a9-feef-4062-9dda-8682ab2ecb91","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-08T00:08:16.235Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:08:16.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:16.244Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:16.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "policy-id",
"timestamp": 1667866063226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.259Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:16.259Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866095581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "cds",
"timestamp": 1667866063856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.318Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.318Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.318Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866064590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "policy-id",
"timestamp": 1667866063226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.319Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.319Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "cds",
"timestamp": 1667866063856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.319Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866064590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json",
"status": "NOTIFIED"
}
2022-11-08T00:08:16.320Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.320Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.320Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "policy-id",
"timestamp": 1667866063226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-08T00:08:16.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "cds",
"timestamp": 1667866063856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.321Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.321Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866064590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-08T00:08:16.321Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "policy-id",
"timestamp": 1667866063226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.322Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "cds",
"timestamp": 1667866063856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866064590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "policy-id",
"timestamp": 1667866063226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "cds",
"timestamp": 1667866063856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866064590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-08T00:08:16.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "policy-id",
"timestamp": 1667866063226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "cds",
"timestamp": 1667866063856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866064590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "policy-id",
"timestamp": 1667866063226,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:08:16.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "cds",
"timestamp": 1667866063856,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:08:16.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866064590,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:08:16.329Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.329Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.329Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "policy-id",
"timestamp": 1667866071081,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:08:16.329Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:08:16.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "cds",
"timestamp": 1667866071672,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:08:16.330Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:08:16.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866072439,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:08:16.330Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:08:16.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "policy-id",
"timestamp": 1667866072101,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:08:16.331Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:08:16.331Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.331Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "cds",
"timestamp": 1667866072691,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-08T00:08:16.359Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 40 ms
2022-11-08T00:08:16.363Z||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-08T00:08:16.363Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:16.410Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:16.411Z||pool-3-thread-1|||||INFO|500||cambria reply ok (49 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-08T00:08:16.489Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ca22f59-7150-4422-84bb-85b7fe317985
2022-11-08T00:08:16.510Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ca22f59-7150-4422-84bb-85b7fe317985 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-08T00:08:16.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866073558,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:08:16.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:08:16.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "policy-id",
"timestamp": 1667866073105,
"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-08T00:08:16.555Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ca22f59-7150-4422-84bb-85b7fe317985
2022-11-08T00:08:16.555Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ca22f59-7150-4422-84bb-85b7fe317985 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-08T00:08:16.565Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.565Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866074649,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:08:16.565Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:08:16.566Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.566Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866075758,
"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-08T00:08:16.573Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ca22f59-7150-4422-84bb-85b7fe317985
2022-11-08T00:08:16.573Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ca22f59-7150-4422-84bb-85b7fe317985 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-08T00:08:16.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866076764,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json",
"status": "DEPLOY_OK"
}
2022-11-08T00:08:16.594Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:08:16.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "aai-ml",
"timestamp": 1667866076424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "aai-ml",
"timestamp": 1667866076424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866077630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "aai-ml",
"timestamp": 1667866076424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866077630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "aai-ml",
"timestamp": 1667866076424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866077630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "aai-ml",
"timestamp": 1667866076424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866077630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "aai-ml",
"timestamp": 1667866076424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866077630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "aai-ml",
"timestamp": 1667866076424,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:08:16.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866077630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:16.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "aai-ml",
"timestamp": 1667866084271,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:08:16.601Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:08:16.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866077630,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:08:16.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:08:16.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866085421,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:08:16.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:08:16.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866091772,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:08:16.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:08:16.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:08:16.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866092778,
"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-08T00:08:16.612Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ca22f59-7150-4422-84bb-85b7fe317985
2022-11-08T00:08:16.613Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ca22f59-7150-4422-84bb-85b7fe317985 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-08T00:08:17.321Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:08:17.322Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:17.326Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:17.326Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866095581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json",
"status": "NOTIFIED"
}
2022-11-08T00:08:17.424Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-08T00:08:17.426Z||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-08T00:08:17.426Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:17.444Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:17.445Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:08:18.326Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:08:18.327Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:18.329Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:18.329Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866095581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-08T00:08:18.430Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:08:18.431Z||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-08T00:08:18.431Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:18.451Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:18.451Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:08:19.330Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:08:19.331Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:19.336Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:19.336Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866095581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:19.436Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:08:19.437Z||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-08T00:08:19.437Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:19.459Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:19.460Z||pool-6-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:08:20.337Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:08:20.338Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:20.340Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:20.340Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866095581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-08T00:08:20.440Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:08:20.441Z||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-08T00:08:20.441Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:20.459Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:20.459Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:08:21.341Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:08:21.342Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:21.344Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:21.344Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866095581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:08:21.444Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:08:21.445Z||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-08T00:08:21.445Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:21.461Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:21.461Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:08:22.345Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:08:22.346Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:22.348Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:22.348Z||pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866095581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:08:22.448Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:08:22.450Z||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-08T00:08:22.450Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:22.476Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:22.477Z||pool-9-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:08:23.350Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"serviceName": "vFW 2022-11-08 00-06-26",
"serviceVersion": "1.0",
"serviceUUID": "8215c137-2ebc-4767-8bb2-22b8da13a2aa",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "4afb0884-6a40-4f78-a960-f31b83e2cb30",
"resources": [
{
"resourceInstanceName": "vFW 57f7a3ae-53a0 0",
"resourceCustomizationUUID": "9cae04a6-438b-4f5d-be1e-be8fbc614fb8",
"resourceName": "vFW 57f7a3ae-53a0",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "e67b9855-c20a-4a37-aef4-19061f89db23",
"resourceInvariantUUID": "a3cd94cb-6ac3-42db-94cb-7e1de6b4e221",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "vfw57f7a3ae53a00_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json",
"artifactChecksum": "NzhiMjgxNWFiOTcwOGJkZWRiNzU1NTJmZDJhNjU0NjA\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "46d991a3-bfa1-4a40-b551-326dc8d88802",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml",
"artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "28048daa-75c7-41ae-bcb9-967f1857298b",
"generatedArtifact": {
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2f4fa0e1-8cac-401b-b5d8-bb086d36d785",
"generatedFromUUID": "28048daa-75c7-41ae-bcb9-967f1857298b"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_vfw.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env",
"artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "2f4fa0e1-8cac-401b-b5d8-bb086d36d785",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-Vfw20221108000626-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"artifactChecksum": "NjQyNjQyMmViMjY3OGM3MGRkOGE2YzRmYTkxMmRlNWE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "85a193a9-feef-4062-9dda-8682ab2ecb91"
}
],
"workloadContext": "Production"
}
2022-11-08T00:08:23.351Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-08T00:08:23.352Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8215c137-2ebc-4767-8bb2-22b8da13a2aa ASDC
2022-11-08T00:08:23.466Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1ca22f59-7150-4422-84bb-85b7fe317985
ServiceName:vFW 2022-11-08 00-06-26
ServiceVersion:1.0
ServiceUUID:8215c137-2ebc-4767-8bb2-22b8da13a2aa
ServiceInvariantUUID:4afb0884-6a40-4f78-a960-f31b83e2cb30
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221108000626-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar
ArtifactUUID:85a193a9-feef-4062-9dda-8682ab2ecb91
ArtifactChecksum:NjQyNjQyMmViMjY3OGM3MGRkOGE2YzRmYTkxMmRlNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 57f7a3ae-53a0 0
ResourceCustomizationUUID:9cae04a6-438b-4f5d-be1e-be8fbc614fb8
ResourceInvariantUUID:a3cd94cb-6ac3-42db-94cb-7e1de6b4e221
ResourceName:vFW 57f7a3ae-53a0
ResourceType:VF
ResourceUUID:e67b9855-c20a-4a37-aef4-19061f89db23
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw57f7a3ae53a00_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json
ArtifactUUID:46d991a3-bfa1-4a40-b551-326dc8d88802
ArtifactChecksum:NzhiMjgxNWFiOTcwOGJkZWRiNzU1NTJmZDJhNjU0NjA=
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/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml
ArtifactUUID:28048daa-75c7-41ae-bcb9-967f1857298b
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/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env
ArtifactUUID:2f4fa0e1-8cac-401b-b5d8-bb086d36d785
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/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env
ArtifactUUID:2f4fa0e1-8cac-401b-b5d8-bb086d36d785
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-08T00:08:23.467Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8215c137-2ebc-4767-8bb2-22b8da13a2aa 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-08T00:08:23.523Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T00:08:23.524Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-08T00:08:23.525Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-08T00:08:23.525Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 85a193a9-feef-4062-9dda-8682ab2ecb91 from URL: /sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:23.525Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-08T00:08:23.527Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:23.612Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-08T00:08:23.618Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar 85a193a9-feef-4062-9dda-8682ab2ecb91 100637
2022-11-08T00:08:23.620Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar ASDC sendASDCNotification
2022-11-08T00:08:23.620Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:23.621Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T00:08:23.622Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:23.624Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:23.624Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866103618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:08:23.724Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:08:23.725Z||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-08T00:08:23.725Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:23.741Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:23.741Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:08:24.624Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T00:08:24.626Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-08T00:08:24.626Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 85a193a9-feef-4062-9dda-8682ab2ecb91, URL: /sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar to file: /app/ASDC/1/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:24.627Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221108000626-csar.csar
2022-11-08T00:08:24.711Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:24.712Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:25.347Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4751941546388933346/Definitions/service-Vfw20221108000626-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-08T00:08:28.116Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-08T00:08:28.121Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-08T00:08:28.121Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:28.121Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-08T00:08:28.122Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:28.122Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:28.122Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:28.122Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:28.122Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:28.122Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:28.122Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:28.122Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:28.123Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:28.123Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 57f7a3ae-53a0 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-Vfw20221108000626-csar.csar
2022-11-08T00:08:28.123Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:28.123Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-08T00:08:28.129Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.131Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:28.134Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is matching search criteria
2022-11-08T00:08:28.135Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-08T00:08:28.136Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 57f7a3ae-53a0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T00:08:28.138Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.138Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:28.138Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is matching search criteria
2022-11-08T00:08:28.139Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-08T00:08:28.139Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 57f7a3ae-53a0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T00:08:28.139Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.139Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:28.142Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.143Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is not matching search criteria
2022-11-08T00:08:28.143Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-08T00:08:28.143Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-08T00:08:28.143Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:28.143Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-08T00:08:28.143Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T00:08:28.144Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-08T00:08:28.144Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-08T00:08:28.144Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-08T00:08:28.144Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-08T00:08:28.144Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-08T00:08:28.144Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:28.144Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-08T00:08:28.145Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:28.145Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-08T00:08:28.145Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T00:08:28.145Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-08T00:08:28.145Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.145Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-08T00:08:28.146Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.147Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is matching search criteria
2022-11-08T00:08:28.147Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 57f7a3ae-53a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T00:08:28.147Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.147Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is matching search criteria
2022-11-08T00:08:28.147Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 57f7a3ae-53a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T00:08:28.148Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.148Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is matching search criteria
2022-11-08T00:08:28.148Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 57f7a3ae-53a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T00:08:28.148Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.148Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is not matching search criteria
2022-11-08T00:08:28.148Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-08T00:08:28.149Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-08T00:08:28.149Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-08T00:08:28.149Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-08T00:08:28.149Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-08T00:08:28.149Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-08T00:08:28.149Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:28.150Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-08T00:08:28.150Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:28.150Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-08T00:08:28.150Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T00:08:28.150Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=667c8012-dfea-499d-9962-1827e5d34a67
2022-11-08T00:08:28.150Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.151Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is not matching search criteria
2022-11-08T00:08:28.151Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-08T00:08:28.151Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-08T00:08:28.151Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:28.151Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-08T00:08:28.151Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T00:08:28.151Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-08T00:08:28.152Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-08T00:08:28.152Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-08T00:08:28.152Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-08T00:08:28.152Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:28.152Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-08T00:08:28.152Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T00:08:28.152Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a5e6f35a-3997-4063-b3ac-8fab4bbb1cd8
2022-11-08T00:08:28.153Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.153Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is not matching search criteria
2022-11-08T00:08:28.153Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-08T00:08:28.153Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-08T00:08:28.153Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:28.153Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-08T00:08:28.154Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T00:08:28.154Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-08T00:08:28.154Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-08T00:08:28.154Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-08T00:08:28.154Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-08T00:08:28.154Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-08T00:08:28.155Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:28.155Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-08T00:08:28.155Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=95328d4c-6ec6-476c-bc07-f77f5f1c6947
2022-11-08T00:08:28.155Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.155Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:28.155Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.156Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:28.156Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.156Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:28.156Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:28.156Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:28.157Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:vFW 2022-11-08 00-06-26
Description:catalog service description
Model UUID:8215c137-2ebc-4767-8bb2-22b8da13a2aa
Model Version:NULL
Model InvariantUuid:4afb0884-6a40-4f78-a960-f31b83e2cb30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:vFW 57f7a3ae-53a0
Model UUID:1fe8d3c3-c95f-4e0c-9976-c35d5d6d1f3a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a3cd94cb-6ac3-42db-94cb-7e1de6b4e221
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9cae04a6-438b-4f5d-be1e-be8fbc614fb8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:f396cc69-4bde-41fd-bafb-19e189bf955b
ModelName:Vfw57f7a3ae53a0..base_vfw..module-0
ModelUuid:c5904d19-3a88-4c30-b4f7-627b9166ae1f
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:667c8012-dfea-499d-9962-1827e5d34a67
ModelInvariantUuid:f8d69147-4c52-47ca-bab8-94811fbb054c
ModelName:vFW 57f7a3ae-53a0-nodes.vfwCvfc
ModelUuid:1fbe6670-8edc-41df-a29d-38d05916c155
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw
VNFC Properties:
ModelCustomizationUuid:c2f944bd-0a98-4de5-9778-74dcbb49fd11
ModelInvariantUuid:052cfb0a-7e1f-4527-a728-b222deba5721
ModelName:Vfw57f7a3ae53a0.compute.nodes.heat.vfw
ModelUuid:8d6bbd4b-2456-4359-a5fd-dc1485eb1d31
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:a5e6f35a-3997-4063-b3ac-8fab4bbb1cd8
ModelInvariantUuid:82755da9-3348-4c2f-8854-8f500af613e9
ModelName:vFW 57f7a3ae-53a0-nodes.vsnCvfc
ModelUuid:140dc423-7a19-4b9b-80c0-66e2a957e1e0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn
VNFC Properties:
ModelCustomizationUuid:c98a385b-5782-4697-9ae7-9d9ebf40434a
ModelInvariantUuid:a00a1736-7847-4d43-9d02-5f4ef87f5b8f
ModelName:Vfw57f7a3ae53a0.compute.nodes.heat.vsn
ModelUuid:ef934953-6024-4f48-9d3c-8166965ab14c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract
CVNFC Properties:
ModelCustomizationUuid:95328d4c-6ec6-476c-bc07-f77f5f1c6947
ModelInvariantUuid:851a5d06-dd17-4df8-b9ed-ff3bce2dc48c
ModelName:vFW 57f7a3ae-53a0-nodes.vpgCvfc
ModelUuid:773f4d1a-450e-48b9-a2e9-719f7ed5f27d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg
VNFC Properties:
ModelCustomizationUuid:d6cddb66-dca6-4bad-9787-64262849b882
ModelInvariantUuid:e2d2ed8a-cd64-4637-ac1d-d5a96356f7c8
ModelName:Vfw57f7a3ae53a0.compute.nodes.heat.vpg
ModelUuid:d4027198-c1f3-42ac-8f56-d315174f8c66
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-08T00:08:28.172Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e67b9855-c20a-4a37-aef4-19061f89db23
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-08T00:08:28.226Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||vFW 57f7a3ae-53a0 0
2022-11-08T00:08:28.232Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e67b9855-c20a-4a37-aef4-19061f89db23
2022-11-08T00:08:28.232Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 46d991a3-bfa1-4a40-b551-326dc8d88802 from URL: /sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json
2022-11-08T00:08:28.232Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-08T00:08:28.232Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json
2022-11-08T00:08:28.298Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-08T00:08:28.298Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json 46d991a3-bfa1-4a40-b551-326dc8d88802 785
2022-11-08T00:08:28.299Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json ASDC sendASDCNotification
2022-11-08T00:08:28.299Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json
2022-11-08T00:08:28.299Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T00:08:28.299Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:28.301Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:28.301Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866108299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:08:28.408Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-11-08T00:08:28.409Z||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-08T00:08:28.409Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:28.427Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:28.427Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:08:29.303Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw57f7a3ae53a0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f396cc69-4bde-41fd-bafb-19e189bf955b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c5904d19-3a88-4c30-b4f7-627b9166ae1f",
"vfModuleModelCustomizationUUID": "0c587f93-0af3-4d2b-be46-3b47d9c4d1d2",
"isBase": true,
"artifacts": [
"28048daa-75c7-41ae-bcb9-967f1857298b",
"2f4fa0e1-8cac-401b-b5d8-bb086d36d785"
],
"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-08T00:08:29.317Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw57f7a3ae53a0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5904d19-3a88-4c30-b4f7-627b9166ae1f
VfModuleModelInvariantUUID:f396cc69-4bde-41fd-bafb-19e189bf955b
VfModuleModelDescription:NULL
Artifacts UUID List:{
28048daa-75c7-41ae-bcb9-967f1857298b
,
2f4fa0e1-8cac-401b-b5d8-bb086d36d785
}
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-08T00:08:29.319Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "Vfw57f7a3ae53a0..base_vfw..module-0",
"vfModuleModelInvariantUUID": "f396cc69-4bde-41fd-bafb-19e189bf955b",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "c5904d19-3a88-4c30-b4f7-627b9166ae1f",
"vfModuleModelCustomizationUUID": "0c587f93-0af3-4d2b-be46-3b47d9c4d1d2",
"isBase": true,
"artifacts": [
"28048daa-75c7-41ae-bcb9-967f1857298b",
"2f4fa0e1-8cac-401b-b5d8-bb086d36d785"
],
"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-08T00:08:29.320Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw57f7a3ae53a0..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5904d19-3a88-4c30-b4f7-627b9166ae1f
VfModuleModelInvariantUUID:f396cc69-4bde-41fd-bafb-19e189bf955b
VfModuleModelDescription:NULL
Artifacts UUID List:{
28048daa-75c7-41ae-bcb9-967f1857298b
,
2f4fa0e1-8cac-401b-b5d8-bb086d36d785
}
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-08T00:08:29.320Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 28048daa-75c7-41ae-bcb9-967f1857298b from URL: /sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml
2022-11-08T00:08:29.320Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-08T00:08:29.320Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml
2022-11-08T00:08:29.381Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-08T00:08:29.383Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml 28048daa-75c7-41ae-bcb9-967f1857298b 20368
2022-11-08T00:08:29.383Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-08T00:08:29.383Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml
2022-11-08T00:08:29.384Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T00:08:29.384Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:29.386Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:29.387Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866109383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:08:29.487Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:08:29.487Z||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-08T00:08:29.488Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:29.505Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:29.505Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:08:30.388Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2f4fa0e1-8cac-401b-b5d8-bb086d36d785 from URL: /sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env
2022-11-08T00:08:30.388Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-08T00:08:30.389Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env
2022-11-08T00:08:30.453Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-08T00:08:30.454Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env 2f4fa0e1-8cac-401b-b5d8-bb086d36d785 2098
2022-11-08T00:08:30.454Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-08T00:08:30.454Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env
2022-11-08T00:08:30.454Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T00:08:30.455Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:30.457Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:30.457Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866110454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:08:30.557Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:08:30.558Z||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-08T00:08:30.558Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:30.574Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:30.574Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:08:31.458Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8215c137-2ebc-4767-8bb2-22b8da13a2aa
2022-11-08T00:08:31.458Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 57f7a3ae-53a0 0 e67b9855-c20a-4a37-aef4-19061f89db23 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-08T00:08:31.498Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ab61903, org.onap.sdc.toscaparser.api.parameters.Input@44acbd6, org.onap.sdc.toscaparser.api.parameters.Input@4460086f, org.onap.sdc.toscaparser.api.parameters.Input@2d09be29, org.onap.sdc.toscaparser.api.parameters.Input@578dd48a]
2022-11-08T00:08:31.501Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.502Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:31.502Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-11-08T00:08:31.502Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9cae04a6-438b-4f5d-be1e-be8fbc614fb8
2022-11-08T00:08:31.502Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9cae04a6-438b-4f5d-be1e-be8fbc614fb8 matches Tosca VF Customization UUID: 9cae04a6-438b-4f5d-be1e-be8fbc614fb8
2022-11-08T00:08:31.503Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9cae04a6-438b-4f5d-be1e-be8fbc614fb8 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-08T00:08:31.509Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.509Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:31.510Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9cae04a6-438b-4f5d-be1e-be8fbc614fb8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-08T00:08:31.510Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@108a4cd1
2022-11-08T00:08:31.510Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.511Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-08T00:08:31.511Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0c587f93-0af3-4d2b-be46-3b47d9c4d1d2
2022-11-08T00:08:31.512Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0c587f93-0af3-4d2b-be46-3b47d9c4d1d2
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-08T00:08:31.518Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.519Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is matching search criteria
2022-11-08T00:08:31.519Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 57f7a3ae-53a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T00:08:31.520Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.520Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is matching search criteria
2022-11-08T00:08:31.520Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 57f7a3ae-53a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T00:08:31.520Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.521Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is not matching search criteria
2022-11-08T00:08:31.521Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-08T00:08:31.521Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-08T00:08:31.521Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-08T00:08:31.522Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-08T00:08:31.522Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-08T00:08:31.522Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-08T00:08:31.522Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:31.523Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-08T00:08:31.523Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:31.523Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-08T00:08:31.523Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T00:08:31.523Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=667c8012-dfea-499d-9962-1827e5d34a67
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-08T00:08:31.532Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.533Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is matching search criteria
2022-11-08T00:08:31.533Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 57f7a3ae-53a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T00:08:31.533Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.534Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is not matching search criteria
2022-11-08T00:08:31.534Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-08T00:08:31.534Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-08T00:08:31.534Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:31.534Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-08T00:08:31.535Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T00:08:31.535Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-08T00:08:31.535Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-08T00:08:31.535Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-08T00:08:31.536Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-08T00:08:31.536Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:31.536Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-08T00:08:31.536Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T00:08:31.537Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a5e6f35a-3997-4063-b3ac-8fab4bbb1cd8
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-08T00:08:31.539Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.539Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is matching search criteria
2022-11-08T00:08:31.539Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 57f7a3ae-53a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T00:08:31.541Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.542Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is not matching search criteria
2022-11-08T00:08:31.542Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-08T00:08:31.542Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-08T00:08:31.542Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:31.543Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-08T00:08:31.543Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-08T00:08:31.543Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-08T00:08:31.543Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-08T00:08:31.544Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-08T00:08:31.544Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-08T00:08:31.544Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-08T00:08:31.544Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-08T00:08:31.545Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-08T00:08:31.545Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=95328d4c-6ec6-476c-bc07-f77f5f1c6947
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-08T00:08:31.547Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.547Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is matching search criteria
2022-11-08T00:08:31.547Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 57f7a3ae-53a0 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T00:08:31.548Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.548Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Node template vFW 57f7a3ae-53a0 0 is matching search criteria
2022-11-08T00:08:31.548Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 57f7a3ae-53a0 0] matching following query criteria: sdcType=VF, customizationUUID=9cae04a6-438b-4f5d-be1e-be8fbc614fb8
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-08T00:08:31.550Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.551Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:31.551Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8215c137-2ebc-4767-8bb2-22b8da13a2aa: vFW 57f7a3ae-53a0
2022-11-08T00:08:31.551Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.552Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:31.552Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.552Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:31.552Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.553Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:31.553Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.553Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:31.553Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:08:31.554Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-11-08 00-06-26 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:08:31.554Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-11-08 00-06-26
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-08T00:08:31.878Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 57f7a3ae-53a0 e67b9855-c20a-4a37-aef4-19061f89db23 1 ASDC deployResourceStructure
2022-11-08T00:08:31.879Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json ASDC sendASDCNotification
2022-11-08T00:08:31.879Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json
2022-11-08T00:08:31.879Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T00:08:31.879Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:31.881Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:31.881Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866111878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json",
"status": "DEPLOY_OK"
}
2022-11-08T00:08:31.981Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:08:31.982Z||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-08T00:08:31.982Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:31.997Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:31.997Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:08:32.882Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-08T00:08:32.882Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml
2022-11-08T00:08:32.883Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T00:08:32.883Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:32.884Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:32.885Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866112882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-08T00:08:32.985Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:08:32.985Z||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-08T00:08:32.986Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:33.008Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:33.009Z||pool-15-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:08:33.885Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-08T00:08:33.886Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env
2022-11-08T00:08:33.886Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T00:08:33.887Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:33.889Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:33.889Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866113885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-08T00:08:33.989Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:08:33.990Z||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-08T00:08:33.990Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:34.005Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:34.005Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:08:34.890Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar ASDC sendASDCNotification
2022-11-08T00:08:34.890Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar
2022-11-08T00:08:34.890Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T00:08:34.891Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:08:34.892Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:08:34.893Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866114890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:08:34.993Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-08T00:08:34.993Z||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-08T00:08:34.993Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:08:35.009Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:08:35.010Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:08:35.894Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ca22f59-7150-4422-84bb-85b7fe317985
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-08T00:08:35.914Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ca22f59-7150-4422-84bb-85b7fe317985
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-08T00:08:35.919Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T00:08:35.919Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T00:08:35.919Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T00:09:05.920Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ca22f59-7150-4422-84bb-85b7fe317985
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-08T00:09:05.933Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ca22f59-7150-4422-84bb-85b7fe317985
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-08T00:09:05.936Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T00:09:05.936Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T00:09:05.936Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T00:09:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:09:15.584Z||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-08T00:09:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:09:15.712Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:09:15.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:09:15.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866095581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:09:15.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:09:35.937Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ca22f59-7150-4422-84bb-85b7fe317985
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-08T00:09:35.950Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ca22f59-7150-4422-84bb-85b7fe317985
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-08T00:09:35.953Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T00:09:35.954Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T00:09:35.954Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T00:10:05.954Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ca22f59-7150-4422-84bb-85b7fe317985
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-08T00:10:05.969Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ca22f59-7150-4422-84bb-85b7fe317985
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-08T00:10:05.975Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T00:10:05.975Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T00:10:05.975Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T00:10:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:10:15.584Z||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-08T00:10:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:10:16.120Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:10:16.123Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866095581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json",
"status": "NOTIFIED"
}
2022-11-08T00:10:16.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "cds",
"timestamp": 1667866093855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866095581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml",
"status": "NOTIFIED"
}
2022-11-08T00:10:16.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "aai-ml",
"timestamp": 1667866099090,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:10:16.126Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "cds",
"timestamp": 1667866093855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866095581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "aai-ml",
"timestamp": 1667866100098,
"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-08T00:10:16.146Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ca22f59-7150-4422-84bb-85b7fe317985
2022-11-08T00:10:16.146Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ca22f59-7150-4422-84bb-85b7fe317985 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-08T00:10:16.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "cds",
"timestamp": 1667866093855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866095581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env",
"status": "NOTIFIED"
}
2022-11-08T00:10:16.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "cds",
"timestamp": 1667866093855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866095581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "cds",
"timestamp": 1667866093855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866095581,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:10:16.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "cds",
"timestamp": 1667866093855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866103618,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:10:16.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "policy-id",
"timestamp": 1667866103226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "cds",
"timestamp": 1667866093855,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:10:16.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866104592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "policy-id",
"timestamp": 1667866103226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "cds",
"timestamp": 1667866105412,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:10:16.162Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866104592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json",
"status": "NOTIFIED"
}
2022-11-08T00:10:16.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "policy-id",
"timestamp": 1667866103226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-08T00:10:16.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "cds",
"timestamp": 1667866106419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-08T00:10:16.197Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 988e5d09-d9bd-4c07-8840-503b2b3b1d18
2022-11-08T00:10:16.197Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 988e5d09-d9bd-4c07-8840-503b2b3b1d18 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-08T00:10:16.207Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.208Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866104592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-08T00:10:16.208Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.208Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "aai-ml",
"timestamp": 1667866106424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.209Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.209Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "policy-id",
"timestamp": 1667866103226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.209Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866104592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.210Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.210Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.210Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "aai-ml",
"timestamp": 1667866106424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.211Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.211Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "policy-id",
"timestamp": 1667866103226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.211Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866107629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.212Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866104592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-08T00:10:16.212Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.212Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866108299,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:10:16.213Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.213Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "aai-ml",
"timestamp": 1667866106424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.213Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.213Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "policy-id",
"timestamp": 1667866103226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866107629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.214Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.214Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.214Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866104592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.215Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866109383,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:10:16.215Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "aai-ml",
"timestamp": 1667866106424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "policy-id",
"timestamp": 1667866103226,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:10:16.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.216Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.216Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866107629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.216Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866104592,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:10:16.217Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866110454,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:10:16.217Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "aai-ml",
"timestamp": 1667866106424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866107629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.218Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "policy-id",
"timestamp": 1667866111001,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:10:16.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.219Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866112369,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:10:16.219Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.219Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "aai-ml",
"timestamp": 1667866106424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866107629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.220Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.220Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.220Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "policy-id",
"timestamp": 1667866112004,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:10:16.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866111878,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/vfw57f7a3ae53a00_modules.json",
"status": "DEPLOY_OK"
}
2022-11-08T00:10:16.221Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866113479,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:10:16.222Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "aai-ml",
"timestamp": 1667866106424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:10:16.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866107629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:10:16.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "policy-id",
"timestamp": 1667866113008,
"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-08T00:10:16.230Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 988e5d09-d9bd-4c07-8840-503b2b3b1d18
2022-11-08T00:10:16.230Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 988e5d09-d9bd-4c07-8840-503b2b3b1d18 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-08T00:10:16.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866112882,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.yaml",
"status": "DEPLOY_OK"
}
2022-11-08T00:10:16.242Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866114569,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:10:16.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "aai-ml",
"timestamp": 1667866114181,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:10:16.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866107629,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:10:16.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:10:16.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866113885,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/resourceInstances/vfw57f7a3ae53a00/artifacts/base_vfw.env",
"status": "DEPLOY_OK"
}
2022-11-08T00:10:16.245Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866115624,
"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-08T00:10:16.255Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 988e5d09-d9bd-4c07-8840-503b2b3b1d18
2022-11-08T00:10:16.255Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 988e5d09-d9bd-4c07-8840-503b2b3b1d18 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-08T00:10:16.265Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.265Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866115381,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:10:16.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866114890,
"artifactURL": "/sdc/v1/catalog/services/Vfw20221108000626/1.0/artifacts/service-Vfw20221108000626-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:10:16.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866116635,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-08T00:10:16.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866117907,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:10:16.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866118912,
"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-08T00:10:16.275Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 988e5d09-d9bd-4c07-8840-503b2b3b1d18
2022-11-08T00:10:16.275Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 988e5d09-d9bd-4c07-8840-503b2b3b1d18 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-08T00:10:16.286Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "aai-ml",
"timestamp": 1667866122255,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:10:16.287Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:10:16.287Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:10:16.287Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "aai-ml",
"timestamp": 1667866123260,
"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-08T00:10:16.295Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 988e5d09-d9bd-4c07-8840-503b2b3b1d18
2022-11-08T00:10:16.295Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 988e5d09-d9bd-4c07-8840-503b2b3b1d18 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-08T00:10:35.976Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ca22f59-7150-4422-84bb-85b7fe317985
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-08T00:10:35.991Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ca22f59-7150-4422-84bb-85b7fe317985
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-08T00:10:35.995Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T00:10:35.995Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-08T00:10:35.995Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-08T00:10:35.995Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-08T00:10:35.995Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:10:35.996Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:10:35.996Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:10:35.996Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:10:35.996Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:10:35.996Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-08T00:10:36.005Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-08T00:11:06.005Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ca22f59-7150-4422-84bb-85b7fe317985 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-08T00:11:06.020Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ca22f59-7150-4422-84bb-85b7fe317985 and serviceModelVersionId: 8215c137-2ebc-4767-8bb2-22b8da13a2aa
2022-11-08T00:11:06.020Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4afb0884-6a40-4f78-a960-f31b83e2cb30
2022-11-08T00:11:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:11:15.584Z||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-08T00:11:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:20.776Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4afb0884-6a40-4f78-a960-f31b83e2cb30/model-vers/model-ver/8215c137-2ebc-4767-8bb2-22b8da13a2aa?depth=0
2022-11-08T00:11:20.884Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-08T00:11:21.361Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4afb0884-6a40-4f78-a960-f31b83e2cb30/model-vers/model-ver/8215c137-2ebc-4767-8bb2-22b8da13a2aa?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-08T00:11:21.365Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4afb0884-6a40-4f78-a960-f31b83e2cb30/model-vers/model-ver/8215c137-2ebc-4767-8bb2-22b8da13a2aa?depth=0|INFO|500||Invoke
2022-11-08T00:11:21.385Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4afb0884-6a40-4f78-a960-f31b83e2cb30/model-vers/model-ver/8215c137-2ebc-4767-8bb2-22b8da13a2aa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-08T00:11:21.751Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4afb0884-6a40-4f78-a960-f31b83e2cb30/model-vers/model-ver/8215c137-2ebc-4767-8bb2-22b8da13a2aa?depth=0|INFO|500||InvokeReturn
2022-11-08T00:11:21.752Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/4afb0884-6a40-4f78-a960-f31b83e2cb30/model-vers/model-ver/8215c137-2ebc-4767-8bb2-22b8da13a2aa?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[324], X-AAI-TXID=[0-aai-resources-221108-00:11:23:266-253], vertex-id=[176360], Content-Length=[0], Date=[Tue, 08 Nov 2022 00:11:23 GMT], Content-Type=[application/json]}
2022-11-08T00:11:21.752Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-08T00:11:21.755Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-08T00:11:21.756Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-08T00:11:21.764Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-08T00:11:21.765Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ca22f59-7150-4422-84bb-85b7fe317985 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-08T00:11:21.769Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-08T00:11:21.769Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:21.771Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:21.771Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866281765,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-08T00:11:21.871Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-08T00:11:21.872Z||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-08T00:11:21.872Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:21.894Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:21.895Z||pool-18-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:11:22.515Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:22.516Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:11:22.516Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "1ca22f59-7150-4422-84bb-85b7fe317985",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866281765,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-08T00:11:22.517Z||pool-2-thread-3|||||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-08T00:11:22.788Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:11:22.789Z|1ca22f59-7150-4422-84bb-85b7fe317985|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-08T00:11:22.790Z|1ca22f59-7150-4422-84bb-85b7fe317985|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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:27.328Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:27.329Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-08T00:11:27.330Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"988e5d09-d9bd-4c07-8840-503b2b3b1d18","serviceName":"basic_onboard_sCKYbQ","serviceVersion":"1.0","serviceUUID":"8756afe8-7929-4fe5-bc8b-1bb6196a2541","serviceDescription":"service","serviceInvariantUUID":"94c3cc90-ad14-4c41-b485-d4a7f13b40e5","resources":[{"resourceInstanceName":"basic_onboard_sCKYbQ 0","resourceName":"basic_onboard_sCKYbQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ae29b41c-9a96-4514-9e67-af835f8e2f73","resourceInvariantUUID":"c0475692-88a5-4ec7-9ff4-c17a86b7329e","resourceCustomizationUUID":"9cc8cabe-fc82-4410-9adc-0982dfb731ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vf-license-model.xml","artifactChecksum":"YWY1ZDBkMDdjMmI5Nzg1OGJkZmY0OTk1NDQwYTlkMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ffd5d61-a488-4d92-b23e-e386f9ee6e78","artifactVersion":"1"},{"artifactName":"basic_onboard_sckybq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json","artifactChecksum":"YmI4ZTQ1ZTlkNWU2NzU2MGY5M2I5YmEyNWZlNzU0ODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0052cc8c-4f2c-4035-a8ce-ec694b0ca857","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"14bfd396-c8b1-48d3-beb2-7a9b81e29fa2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d7a55558-113d-42dc-8aec-ce74b22d76a6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"322a006a-4d13-4830-816d-d003499a86c0","artifactVersion":"2","generatedFromUUID":"14bfd396-c8b1-48d3-beb2-7a9b81e29fa2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardSckybq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-template.yml","artifactChecksum":"NTlmNTMzOTM0OGJkOTdlYmZmYzExMzhiY2E2ODY0MjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2325a66e-c728-455a-85af-b810dff82e4c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardSckybq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar","artifactChecksum":"Yzc0ZmU0OTVjNjEwMjUxMTUyNDgzMzJiY2QwNmU0NGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e6ec220-e73d-49f2-a5c1-90b13bc0b182","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-08T00:11:27.333Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:11:27.333Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:27.335Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:27.335Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866282788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:11:27.435Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-08T00:11:27.436Z||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-08T00:11:27.436Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:27.453Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:27.454Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:11:28.336Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:11:28.337Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:28.339Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:28.339Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866282788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json",
"status": "NOTIFIED"
}
2022-11-08T00:11:28.439Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:11:28.440Z||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-08T00:11:28.440Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:28.455Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:28.455Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:11:29.340Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:11:29.341Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:29.343Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:29.343Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866282788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-08T00:11:29.443Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:11:29.444Z||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-08T00:11:29.444Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:29.460Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:29.461Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:11:30.343Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:11:30.344Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:30.347Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:30.347Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866282788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:11:30.448Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-08T00:11:30.449Z||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-08T00:11:30.449Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:30.470Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:30.471Z||pool-22-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:11:31.348Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:11:31.349Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:31.350Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:31.351Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866282788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-08T00:11:31.451Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:11:31.452Z||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-08T00:11:31.452Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:31.472Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:31.473Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:11:32.351Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:11:32.352Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:32.354Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:32.354Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866282788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:11:32.454Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:11:32.455Z||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-08T00:11:32.455Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:32.471Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:32.472Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:11:33.354Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:11:33.355Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:33.357Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:33.357Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866282788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:11:33.457Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-08T00:11:33.458Z||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-08T00:11:33.458Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:33.478Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:33.479Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:11:34.359Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"serviceName": "basic_onboard_sCKYbQ",
"serviceVersion": "1.0",
"serviceUUID": "8756afe8-7929-4fe5-bc8b-1bb6196a2541",
"serviceDescription": "service",
"serviceInvariantUUID": "94c3cc90-ad14-4c41-b485-d4a7f13b40e5",
"resources": [
{
"resourceInstanceName": "basic_onboard_sCKYbQ 0",
"resourceCustomizationUUID": "9cc8cabe-fc82-4410-9adc-0982dfb731ab",
"resourceName": "basic_onboard_sCKYbQ",
"resourceVersion": "1.0",
"resoucreType": "VF",
"resourceUUID": "ae29b41c-9a96-4514-9e67-af835f8e2f73",
"resourceInvariantUUID": "c0475692-88a5-4ec7-9ff4-c17a86b7329e",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": [
{
"artifactName": "basic_onboard_sckybq0_modules.json",
"artifactType": "VF_MODULES_METADATA",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json",
"artifactChecksum": "YmI4ZTQ1ZTlkNWU2NzU2MGY5M2I5YmEyNWZlNzU0ODI\u003d",
"artifactDescription": "Auto-generated VF Modules information artifact",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0052cc8c-4f2c-4035-a8ce-ec694b0ca857",
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.yaml",
"artifactType": "HEAT",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml",
"artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
"artifactDescription": "created from csar",
"artifactTimeout": 30,
"artifactVersion": "1",
"artifactUUID": "14bfd396-c8b1-48d3-beb2-7a9b81e29fa2",
"generatedArtifact": {
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "322a006a-4d13-4830-816d-d003499a86c0",
"generatedFromUUID": "14bfd396-c8b1-48d3-beb2-7a9b81e29fa2"
},
"relatedArtifactsInfo": []
},
{
"artifactName": "base_ubuntu18.env",
"artifactType": "HEAT_ENV",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env",
"artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
"artifactDescription": "Auto-generated HEAT Environment deployment artifact",
"artifactTimeout": 0,
"artifactVersion": "2",
"artifactUUID": "322a006a-4d13-4830-816d-d003499a86c0",
"relatedArtifactsInfo": []
}
]
}
],
"serviceArtifacts": [
{
"artifactName": "service-BasicOnboardSckybq-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"artifactChecksum": "Yzc0ZmU0OTVjNjEwMjUxMTUyNDgzMzJiY2QwNmU0NGE\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0e6ec220-e73d-49f2-a5c1-90b13bc0b182"
}
],
"workloadContext": "Production"
}
2022-11-08T00:11:34.359Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-08T00:11:34.359Z|1ca22f59-7150-4422-84bb-85b7fe317985|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8756afe8-7929-4fe5-bc8b-1bb6196a2541 ASDC
2022-11-08T00:11:34.360Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:988e5d09-d9bd-4c07-8840-503b2b3b1d18
ServiceName:basic_onboard_sCKYbQ
ServiceVersion:1.0
ServiceUUID:8756afe8-7929-4fe5-bc8b-1bb6196a2541
ServiceInvariantUUID:94c3cc90-ad14-4c41-b485-d4a7f13b40e5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardSckybq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar
ArtifactUUID:0e6ec220-e73d-49f2-a5c1-90b13bc0b182
ArtifactChecksum:Yzc0ZmU0OTVjNjEwMjUxMTUyNDgzMzJiY2QwNmU0NGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_sCKYbQ 0
ResourceCustomizationUUID:9cc8cabe-fc82-4410-9adc-0982dfb731ab
ResourceInvariantUUID:c0475692-88a5-4ec7-9ff4-c17a86b7329e
ResourceName:basic_onboard_sCKYbQ
ResourceType:VF
ResourceUUID:ae29b41c-9a96-4514-9e67-af835f8e2f73
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_sckybq0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json
ArtifactUUID:0052cc8c-4f2c-4035-a8ce-ec694b0ca857
ArtifactChecksum:YmI4ZTQ1ZTlkNWU2NzU2MGY5M2I5YmEyNWZlNzU0ODI=
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/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml
ArtifactUUID:14bfd396-c8b1-48d3-beb2-7a9b81e29fa2
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/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env
ArtifactUUID:322a006a-4d13-4830-816d-d003499a86c0
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/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env
ArtifactUUID:322a006a-4d13-4830-816d-d003499a86c0
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
}
2022-11-08T00:11:34.360Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8756afe8-7929-4fe5-bc8b-1bb6196a2541 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-08T00:11:34.395Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T00:11:34.396Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-08T00:11:34.396Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-08T00:11:34.396Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0e6ec220-e73d-49f2-a5c1-90b13bc0b182 from URL: /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:34.396Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-08T00:11:34.396Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:34.582Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-08T00:11:34.583Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar 0e6ec220-e73d-49f2-a5c1-90b13bc0b182 75305
2022-11-08T00:11:34.583Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar ASDC sendASDCNotification
2022-11-08T00:11:34.583Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:34.583Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T00:11:34.583Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:34.585Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:34.585Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866294583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:11:34.685Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:11:34.686Z||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-08T00:11:34.687Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:34.706Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:34.707Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:11:35.586Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T00:11:35.586Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-08T00:11:35.587Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0e6ec220-e73d-49f2-a5c1-90b13bc0b182, URL: /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar to file: /app/ASDC/1/service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:35.587Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:35.587Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:35.587Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:35.806Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11714947609837034955/Definitions/service-BasicOnboardSckybq-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-08T00:11:36.947Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-08T00:11:36.947Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-08T00:11:36.948Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:36.948Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-08T00:11:36.948Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:36.948Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:36.948Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_sCKYbQ 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-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:36.949Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:36.949Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:36.949Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:36.949Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:36.949Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-08T00:11:36.950Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:36.950Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:36.950Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sCKYbQ 0 is matching search criteria
2022-11-08T00:11:36.950Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-08T00:11:36.951Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sCKYbQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T00:11:36.951Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:36.951Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:36.951Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sCKYbQ 0 is matching search criteria
2022-11-08T00:11:36.952Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-08T00:11:36.952Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sCKYbQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T00:11:36.952Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:36.952Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:36.953Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:36.953Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sCKYbQ 0 is not matching search criteria
2022-11-08T00:11:36.953Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-08T00:11:36.953Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-08T00:11:36.953Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-08T00:11:36.954Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-08T00:11:36.954Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-08T00:11:36.954Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:36.954Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-08T00:11:36.955Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:36.955Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sCKYbQ 0 is matching search criteria
2022-11-08T00:11:36.955Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sCKYbQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T00:11:36.955Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:36.956Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sCKYbQ 0 is matching search criteria
2022-11-08T00:11:36.956Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sCKYbQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T00:11:36.956Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:36.956Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sCKYbQ 0 is matching search criteria
2022-11-08T00:11:36.957Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sCKYbQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T00:11:36.957Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:36.957Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sCKYbQ 0 is not matching search criteria
2022-11-08T00:11:36.957Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-08T00:11:36.957Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-08T00:11:36.958Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=950e01d1-0c7f-4861-ac9a-03f37b7dec21
2022-11-08T00:11:36.958Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:36.958Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:36.958Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:36.959Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:36.959Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:36.959Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:36.959Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:36.959Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:36.960Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_onboard_sCKYbQ
Description:service
Model UUID:8756afe8-7929-4fe5-bc8b-1bb6196a2541
Model Version:NULL
Model InvariantUuid:94c3cc90-ad14-4c41-b485-d4a7f13b40e5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
VNF Properties:
Model Name:basic_onboard_sCKYbQ
Model UUID:bf7fbd42-58c7-4245-a7fb-6e8cbc11ce41
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c0475692-88a5-4ec7-9ff4-c17a86b7329e
Max Instances:null
Min Instances:null
VNF Customization Properties:
Customization UUID:9cc8cabe-fc82-4410-9adc-0982dfb731ab
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false
VF Module Properties:
ModelInvariantUuid:ea7e653d-9ce5-4919-aadf-aa75f6b88d32
ModelName:BasicOnboardSckybq..base_ubuntu18..module-0
ModelUuid:874739e5-62f5-464b-b46f-9f80b9bee028
ModelVersion:1
Description:NULL
VF Module Customization Properties:
Model Customization UUID:NULL
CVNFC Properties:
ModelCustomizationUuid:950e01d1-0c7f-4861-ac9a-03f37b7dec21
ModelInvariantUuid:87ee759e-e88b-4508-951c-0d52c9a77c38
ModelName:basic_onboard_sCKYbQ-nodes.ubuntu18Cvfc
ModelUuid:cde1d715-db90-44d0-95dd-7bb2b89d5260
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18
VNFC Properties:
ModelCustomizationUuid:d6ad8f50-5c98-44d7-b456-ff61e3b4cad0
ModelInvariantUuid:59af926b-a478-40ac-8d5d-d5063d119385
ModelName:BasicOnboardSckybq.compute.nodes.heat.ubuntu18
ModelUuid:0ff2f5f4-c6a9-4dd8-8f3c-521cbdb94849
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-08T00:11:36.971Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ae29b41c-9a96-4514-9e67-af835f8e2f73
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-08T00:11:37.002Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||basic_onboard_sCKYbQ 0
2022-11-08T00:11:37.002Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ae29b41c-9a96-4514-9e67-af835f8e2f73
2022-11-08T00:11:37.003Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0052cc8c-4f2c-4035-a8ce-ec694b0ca857 from URL: /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json
2022-11-08T00:11:37.003Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-08T00:11:37.003Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json
2022-11-08T00:11:37.059Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-08T00:11:37.059Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json 0052cc8c-4f2c-4035-a8ce-ec694b0ca857 798
2022-11-08T00:11:37.060Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json ASDC sendASDCNotification
2022-11-08T00:11:37.060Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json
2022-11-08T00:11:37.060Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T00:11:37.060Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:37.062Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:37.063Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866297060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:11:37.163Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-08T00:11:37.164Z||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-08T00:11:37.164Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:37.183Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:37.184Z||pool-27-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:11:38.063Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSckybq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ea7e653d-9ce5-4919-aadf-aa75f6b88d32",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "874739e5-62f5-464b-b46f-9f80b9bee028",
"vfModuleModelCustomizationUUID": "07b746d5-18e6-472a-bda2-2c0d777e5c95",
"isBase": true,
"artifacts": [
"14bfd396-c8b1-48d3-beb2-7a9b81e29fa2",
"322a006a-4d13-4830-816d-d003499a86c0"
],
"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-08T00:11:38.068Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSckybq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:874739e5-62f5-464b-b46f-9f80b9bee028
VfModuleModelInvariantUUID:ea7e653d-9ce5-4919-aadf-aa75f6b88d32
VfModuleModelDescription:NULL
Artifacts UUID List:{
14bfd396-c8b1-48d3-beb2-7a9b81e29fa2
,
322a006a-4d13-4830-816d-d003499a86c0
}
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-08T00:11:38.071Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
{
"vfModuleModelName": "BasicOnboardSckybq..base_ubuntu18..module-0",
"vfModuleModelInvariantUUID": "ea7e653d-9ce5-4919-aadf-aa75f6b88d32",
"vfModuleModelVersion": "1",
"vfModuleModelUUID": "874739e5-62f5-464b-b46f-9f80b9bee028",
"vfModuleModelCustomizationUUID": "07b746d5-18e6-472a-bda2-2c0d777e5c95",
"isBase": true,
"artifacts": [
"14bfd396-c8b1-48d3-beb2-7a9b81e29fa2",
"322a006a-4d13-4830-816d-d003499a86c0"
],
"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-08T00:11:38.071Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardSckybq..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:874739e5-62f5-464b-b46f-9f80b9bee028
VfModuleModelInvariantUUID:ea7e653d-9ce5-4919-aadf-aa75f6b88d32
VfModuleModelDescription:NULL
Artifacts UUID List:{
14bfd396-c8b1-48d3-beb2-7a9b81e29fa2
,
322a006a-4d13-4830-816d-d003499a86c0
}
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-08T00:11:38.072Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 14bfd396-c8b1-48d3-beb2-7a9b81e29fa2 from URL: /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml
2022-11-08T00:11:38.072Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-08T00:11:38.072Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml
2022-11-08T00:11:38.126Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-08T00:11:38.127Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml 14bfd396-c8b1-48d3-beb2-7a9b81e29fa2 5033
2022-11-08T00:11:38.127Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-08T00:11:38.127Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml
2022-11-08T00:11:38.127Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T00:11:38.128Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:38.130Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:38.130Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866298127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:11:38.230Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:11:38.231Z||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-08T00:11:38.232Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:38.247Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:38.247Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:11:39.131Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 322a006a-4d13-4830-816d-d003499a86c0 from URL: /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env
2022-11-08T00:11:39.131Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-08T00:11:39.132Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env
2022-11-08T00:11:39.242Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-08T00:11:39.242Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env 322a006a-4d13-4830-816d-d003499a86c0 909
2022-11-08T00:11:39.242Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-08T00:11:39.242Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env
2022-11-08T00:11:39.243Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T00:11:39.243Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:39.245Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:39.245Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866299242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:11:39.345Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:11:39.346Z||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-08T00:11:39.346Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:39.361Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:39.362Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:11:40.245Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 8756afe8-7929-4fe5-bc8b-1bb6196a2541
2022-11-08T00:11:40.246Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_sCKYbQ 0 ae29b41c-9a96-4514-9e67-af835f8e2f73 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-08T00:11:40.262Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16fa95fc, org.onap.sdc.toscaparser.api.parameters.Input@6f7e97fe, org.onap.sdc.toscaparser.api.parameters.Input@9c4f72, org.onap.sdc.toscaparser.api.parameters.Input@13f14f91, org.onap.sdc.toscaparser.api.parameters.Input@51666d66]
2022-11-08T00:11:40.263Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:40.264Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:40.264Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic
2022-11-08T00:11:40.264Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 9cc8cabe-fc82-4410-9adc-0982dfb731ab
2022-11-08T00:11:40.264Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9cc8cabe-fc82-4410-9adc-0982dfb731ab matches Tosca VF Customization UUID: 9cc8cabe-fc82-4410-9adc-0982dfb731ab
2022-11-08T00:11:40.265Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 9cc8cabe-fc82-4410-9adc-0982dfb731ab 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-08T00:11:40.267Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:40.268Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:40.268Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 9cc8cabe-fc82-4410-9adc-0982dfb731ab: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-08T00:11:40.268Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@312dbf68
2022-11-08T00:11:40.269Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:40.269Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-08T00:11:40.269Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 07b746d5-18e6-472a-bda2-2c0d777e5c95
2022-11-08T00:11:40.269Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 07b746d5-18e6-472a-bda2-2c0d777e5c95
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-08T00:11:40.272Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:40.272Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sCKYbQ 0 is matching search criteria
2022-11-08T00:11:40.273Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sCKYbQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T00:11:40.273Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:40.273Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sCKYbQ 0 is matching search criteria
2022-11-08T00:11:40.274Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sCKYbQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T00:11:40.274Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:40.274Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sCKYbQ 0 is not matching search criteria
2022-11-08T00:11:40.275Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-08T00:11:40.275Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-08T00:11:40.275Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=950e01d1-0c7f-4861-ac9a-03f37b7dec21
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-08T00:11:40.278Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:40.278Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sCKYbQ 0 is matching search criteria
2022-11-08T00:11:40.278Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sCKYbQ 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-08T00:11:40.278Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:40.279Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_sCKYbQ 0 is matching search criteria
2022-11-08T00:11:40.279Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_sCKYbQ 0] matching following query criteria: sdcType=VF, customizationUUID=9cc8cabe-fc82-4410-9adc-0982dfb731ab
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-08T00:11:40.281Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:40.281Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:40.282Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 8756afe8-7929-4fe5-bc8b-1bb6196a2541: basic_onboard_sCKYbQ
2022-11-08T00:11:40.282Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:40.282Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:40.282Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:40.283Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:40.283Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:40.283Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:40.283Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:40.284Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:40.284Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:11:40.284Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_sCKYbQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:11:40.284Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_sCKYbQ
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-08T00:11:40.410Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_sCKYbQ ae29b41c-9a96-4514-9e67-af835f8e2f73 1 ASDC deployResourceStructure
2022-11-08T00:11:40.410Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json ASDC sendASDCNotification
2022-11-08T00:11:40.410Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json
2022-11-08T00:11:40.410Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T00:11:40.410Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:40.412Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:40.412Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866300410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-08T00:11:40.512Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:11:40.513Z||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-08T00:11:40.513Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:40.539Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:40.539Z||pool-30-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:11:41.414Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-08T00:11:41.415Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml
2022-11-08T00:11:41.415Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T00:11:41.415Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:41.418Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:41.419Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866301414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-08T00:11:41.517Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-08T00:11:41.518Z||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-08T00:11:41.518Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:41.535Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:41.535Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:11:42.420Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-08T00:11:42.420Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env
2022-11-08T00:11:42.420Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T00:11:42.421Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:42.423Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:42.423Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866302419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-08T00:11:42.523Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:11:42.524Z||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-08T00:11:42.524Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:42.540Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:42.541Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:11:43.424Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar ASDC sendASDCNotification
2022-11-08T00:11:43.425Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar
2022-11-08T00:11:43.425Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T00:11:43.425Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:11:43.427Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:11:43.427Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866303424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:11:43.527Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:11:43.528Z||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-08T00:11:43.528Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:11:43.545Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:11:43.546Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:11:44.428Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 988e5d09-d9bd-4c07-8840-503b2b3b1d18
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-08T00:11:44.442Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 988e5d09-d9bd-4c07-8840-503b2b3b1d18
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-08T00:11:44.447Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T00:11:44.447Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-08T00:11:44.447Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-08T00:11:44.448Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-08T00:11:44.448Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:11:44.448Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:11:44.449Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:11:44.449Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:11:44.449Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:11:44.450Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId:
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-08T00:11:44.456Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-08T00:12:14.457Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 988e5d09-d9bd-4c07-8840-503b2b3b1d18 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-08T00:12:14.466Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 988e5d09-d9bd-4c07-8840-503b2b3b1d18 and serviceModelVersionId: 8756afe8-7929-4fe5-bc8b-1bb6196a2541
2022-11-08T00:12:14.466Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 94c3cc90-ad14-4c41-b485-d4a7f13b40e5
2022-11-08T00:12:14.467Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/94c3cc90-ad14-4c41-b485-d4a7f13b40e5/model-vers/model-ver/8756afe8-7929-4fe5-bc8b-1bb6196a2541?depth=0
2022-11-08T00:12:14.471Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-08T00:12:14.522Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94c3cc90-ad14-4c41-b485-d4a7f13b40e5/model-vers/model-ver/8756afe8-7929-4fe5-bc8b-1bb6196a2541?depth=0|INFO|500||Invoke
2022-11-08T00:12:14.523Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94c3cc90-ad14-4c41-b485-d4a7f13b40e5/model-vers/model-ver/8756afe8-7929-4fe5-bc8b-1bb6196a2541?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94c3cc90-ad14-4c41-b485-d4a7f13b40e5/model-vers/model-ver/8756afe8-7929-4fe5-bc8b-1bb6196a2541?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[988e5d09-d9bd-4c07-8840-503b2b3b1d18], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e2bb479-8f1a-4d8f-83b4-fe20751af196], X-ECOMP-RequestID=[988e5d09-d9bd-4c07-8840-503b2b3b1d18], X-TransactionId=[], X-ONAP-RequestID=[988e5d09-d9bd-4c07-8840-503b2b3b1d18], Content-Type=[application/merge-patch+json]}
2022-11-08T00:12:14.528Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94c3cc90-ad14-4c41-b485-d4a7f13b40e5/model-vers/model-ver/8756afe8-7929-4fe5-bc8b-1bb6196a2541?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-08T00:12:14.657Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94c3cc90-ad14-4c41-b485-d4a7f13b40e5/model-vers/model-ver/8756afe8-7929-4fe5-bc8b-1bb6196a2541?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/94c3cc90-ad14-4c41-b485-d4a7f13b40e5/model-vers/model-ver/8756afe8-7929-4fe5-bc8b-1bb6196a2541?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[114], X-AAI-TXID=[0-aai-resources-221108-00:12:16:414-6477], vertex-id=[217144], Content-Length=[0], Date=[Tue, 08 Nov 2022 00:12:16 GMT], Content-Type=[application/json]}
2022-11-08T00:12:14.657Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94c3cc90-ad14-4c41-b485-d4a7f13b40e5/model-vers/model-ver/8756afe8-7929-4fe5-bc8b-1bb6196a2541?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-08T00:12:14.658Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/94c3cc90-ad14-4c41-b485-d4a7f13b40e5/model-vers/model-ver/8756afe8-7929-4fe5-bc8b-1bb6196a2541?depth=0|INFO|500||InvokeReturn
2022-11-08T00:12:14.660Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-08T00:12:14.660Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-08T00:12:14.667Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
2022-11-08T00:12:14.667Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 988e5d09-d9bd-4c07-8840-503b2b3b1d18 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-08T00:12:14.667Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-08T00:12:14.668Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:12:14.669Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:12:14.670Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||DEBUG|500||try to send status {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866334667,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-08T00:12:14.770Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:12:14.771Z||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-08T00:12:14.771Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:12:14.790Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:12:14.790Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:12:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:12:15.585Z||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-08T00:12:15.585Z||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 oBrSvPY2BjT1J8Je) ...
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-08T00:12:15.685Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:12:15.686Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|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-08T00:12:15.686Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:12:16.219Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:12:16.221Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.221Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866282788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:12:16.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:12:16.222Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.222Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866282788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json",
"status": "NOTIFIED"
}
2022-11-08T00:12:16.222Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:12:16.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866282788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml",
"status": "NOTIFIED"
}
2022-11-08T00:12:16.223Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:12:16.223Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.223Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866282788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:12:16.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:12:16.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866282788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env",
"status": "NOTIFIED"
}
2022-11-08T00:12:16.224Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:12:16.224Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.224Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866282788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:12:16.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:12:16.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.225Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866282788,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:12:16.225Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object.
2022-11-08T00:12:16.225Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866294583,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:12:16.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:12:16.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866297060,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:12:16.226Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:12:16.226Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.226Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866298127,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:12:16.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:12:16.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866299242,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:12:16.227Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:12:16.227Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.227Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866300410,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/basic_onboard_sckybq0_modules.json",
"status": "DEPLOY_OK"
}
2022-11-08T00:12:16.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:12:16.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866301414,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.yaml",
"status": "DEPLOY_OK"
}
2022-11-08T00:12:16.228Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:12:16.228Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.228Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866302419,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/resourceInstances/basic_onboard_sckybq0/artifacts/base_ubuntu18.env",
"status": "DEPLOY_OK"
}
2022-11-08T00:12:16.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:12:16.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866303424,
"artifactURL": "/sdc/v1/catalog/services/BasicOnboardSckybq/1.0/artifacts/service-BasicOnboardSckybq-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:12:16.229Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:12:16.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-08T00:12:16.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
"distributionID": "988e5d09-d9bd-4c07-8840-503b2b3b1d18",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866334667,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-08T00:12:16.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:12:25.254Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:12:25.255Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:12:25.256Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|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-08T00:12:25.256Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:12:34.806Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:12:34.807Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:12:34.807Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|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-08T00:12:34.808Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:12:44.403Z|988e5d09-d9bd-4c07-8840-503b2b3b1d18|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:13:15.582Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:13:15.583Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:13:15.586Z||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-08T00:13:15.586Z||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-08T00:13:15.586Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:13:15.586Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:13:25.153Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:13:25.153Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:14:15.581Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:14:15.582Z||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-08T00:14:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:14:15.583Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:14:15.584Z||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-08T00:14:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:14:25.135Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:14:25.144Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:15:15.581Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:15:15.582Z||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-08T00:15:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:15:15.583Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:15:15.584Z||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-08T00:15:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:15:25.135Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:15:25.146Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:16:15.581Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:16:15.582Z||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-08T00:16:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:16:15.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:16:15.583Z||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-08T00:16:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:16:25.133Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:16:25.139Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:17:15.581Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:17:15.582Z||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-08T00:17:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:17:15.584Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:17:15.585Z||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-08T00:17:15.586Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:17:25.149Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:17:25.157Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:18:15.581Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:18:15.582Z||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-08T00:18:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:18:15.583Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:18:15.584Z||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-08T00:18:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:18:25.139Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:18:25.161Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:19:15.581Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:19:15.582Z||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-08T00:19:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:19:15.583Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:19:15.584Z||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-08T00:19:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:19:25.131Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:19:25.131Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:20:15.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:20:15.582Z||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-08T00:20:15.582Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:20:15.583Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:20:15.585Z||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-08T00:20:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:20:25.159Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:20:25.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:21:15.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:21:15.582Z||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-08T00:21:15.583Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:21:15.583Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:21:15.583Z||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-08T00:21:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:21:25.138Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:21:25.140Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:22:15.581Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:22:15.583Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:22:15.584Z||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-08T00:22:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:22:15.584Z||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-08T00:22:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:22:16.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:22:16.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:22:16.183Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "policy-id",
"timestamp": 1667866923226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:22:16.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:22:16.185Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:22:16.185Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866924591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:22:16.185Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:22:16.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:22:16.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "policy-id",
"timestamp": 1667866923226,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:22:16.186Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:22:16.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:22:16.186Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866924591,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:22:16.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:22:16.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:22:16.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "policy-id",
"timestamp": 1667866933606,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:22:16.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:22:16.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:22:16.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "cds",
"timestamp": 1667866933855,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:22:16.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:22:16.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:22:16.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "policy-id",
"timestamp": 1667866934613,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:22:16.188Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:22:16.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:22:16.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "cds",
"timestamp": 1667866933855,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:22:16.189Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:22:16.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:22:16.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "policy-id",
"timestamp": 1667866935619,
"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-08T00:22:16.218Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:22:16.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-08T00:22:16.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"20aab92a-a217-4bbf-9991-867862b55d2d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f9310382-d1a1-4baa-8e91-f4a939ec2e2e","serviceDescription":"service","serviceInvariantUUID":"ee2bab08-6901-43f5-ad6e-2eb33d047500","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d465e18f-c7b8-460a-a384-e66b1a34dcca","resourceInvariantUUID":"80f8c6d6-380b-40b8-b002-1b96e9903cae","resourceCustomizationUUID":"f97a75fb-4525-4d01-93f0-aee3211bc9a7","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":"NDE5MzM2YzI1Y2E0MWY0NGFkZDc5MDNkMGJjMGYzOTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"596c313c-8071-45a5-974c-888098e9a214","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDRhZDY5MWU1MWQ3NGZkYTllMDQ1YTAwN2RjOWU5MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f208232-722c-4aee-9b1c-6d10f6f5000b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-08T00:22:16.221Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20aab92a-a217-4bbf-9991-867862b55d2d
2022-11-08T00:22:16.221Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20aab92a-a217-4bbf-9991-867862b55d2d 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=?
2022-11-08T00:22:16.226Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-08T00:22:16.226Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:22:16.230Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:22:16.231Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866935581,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:22:16.331Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:22:16.332Z||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-08T00:22:16.332Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:22:16.353Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:22:16.354Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:22:17.231Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:22:17.232Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:22:17.234Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:22:17.234Z||pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866935581,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:22:17.334Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:22:17.335Z||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-08T00:22:17.335Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:22:17.349Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:22:17.349Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:22:18.235Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"serviceName": "basic_network",
"serviceVersion": "1.0",
"serviceUUID": "f9310382-d1a1-4baa-8e91-f4a939ec2e2e",
"serviceDescription": "service",
"serviceInvariantUUID": "ee2bab08-6901-43f5-ad6e-2eb33d047500",
"resources": [
{
"resourceInstanceName": "Generic NeutronNet 0",
"resourceCustomizationUUID": "f97a75fb-4525-4d01-93f0-aee3211bc9a7",
"resourceName": "Generic NeutronNet",
"resourceVersion": "1.0",
"resoucreType": "VL",
"resourceUUID": "d465e18f-c7b8-460a-a384-e66b1a34dcca",
"resourceInvariantUUID": "80f8c6d6-380b-40b8-b002-1b96e9903cae",
"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": "ZDRhZDY5MWU1MWQ3NGZkYTllMDQ1YTAwN2RjOWU5MWU\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "0f208232-722c-4aee-9b1c-6d10f6f5000b"
}
],
"workloadContext": "Production"
}
2022-11-08T00:22:18.235Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-08T00:22:18.235Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f9310382-d1a1-4baa-8e91-f4a939ec2e2e ASDC
2022-11-08T00:22:18.236Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:20aab92a-a217-4bbf-9991-867862b55d2d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f9310382-d1a1-4baa-8e91-f4a939ec2e2e
ServiceInvariantUUID:ee2bab08-6901-43f5-ad6e-2eb33d047500
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:0f208232-722c-4aee-9b1c-6d10f6f5000b
ArtifactChecksum:ZDRhZDY5MWU1MWQ3NGZkYTllMDQ1YTAwN2RjOWU5MWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f97a75fb-4525-4d01-93f0-aee3211bc9a7
ResourceInvariantUUID:80f8c6d6-380b-40b8-b002-1b96e9903cae
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:d465e18f-c7b8-460a-a384-e66b1a34dcca
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL
}
2022-11-08T00:22:18.236Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9310382-d1a1-4baa-8e91-f4a939ec2e2e 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-08T00:22:18.275Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T00:22:18.277Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-08T00:22:18.277Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-08T00:22:18.277Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0f208232-722c-4aee-9b1c-6d10f6f5000b from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-08T00:22:18.277Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-08T00:22:18.277Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-08T00:22:18.411Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-08T00:22:18.412Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 0f208232-722c-4aee-9b1c-6d10f6f5000b 57658
2022-11-08T00:22:18.412Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-08T00:22:18.413Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-08T00:22:18.413Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T00:22:18.413Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:22:18.428Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:22:18.428Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866938412,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:22:18.515Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-11-08T00:22:18.516Z||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-08T00:22:18.516Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:22:18.530Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:22:18.531Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:22:19.429Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T00:22:19.430Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-08T00:22:19.431Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0f208232-722c-4aee-9b1c-6d10f6f5000b, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T00:22:19.431Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-08T00:22:19.431Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T00:22:19.432Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T00:22:19.594Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11189165910649804349/Definitions/service-BasicNetwork-template.yml
2022-11-08T00:22:20.149Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-08T00:22:20.150Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-08T00:22:20.150Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T00:22:20.150Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-08T00:22:20.151Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T00:22:20.151Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T00:22:20.151Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T00:22:20.151Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T00:22:20.151Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T00:22:20.151Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T00:22:20.151Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T00:22:20.151Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-08T00:22:20.152Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-08T00:22:20.152Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:22:20.152Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:22:20.153Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-08T00:22:20.153Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-08T00:22:20.153Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T00:22:20.153Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:22:20.153Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:22:20.154Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-08T00:22:20.154Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-08T00:22:20.154Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T00:22:20.154Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:22:20.154Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:22:20.154Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:22:20.155Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:22:20.155Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:22:20.155Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:22:20.155Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:22:20.155Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:22:20.156Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:22:20.156Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:22:20.156Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:basic_network
Description:service
Model UUID:f9310382-d1a1-4baa-8e91-f4a939ec2e2e
Model Version:NULL
Model InvariantUuid:ee2bab08-6901-43f5-ad6e-2eb33d047500
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing
NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:80f8c6d6-380b-40b8-b002-1b96e9903cae
Model UUID:3ffcf428-e74f-4a68-9c94-e23e503b9276
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet
NETWORK Customization Properties:
CustomizationUUID:f97a75fb-4525-4d01-93f0-aee3211bc9a7
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-08T00:22:20.165Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: d465e18f-c7b8-460a-a384-e66b1a34dcca
2022-11-08T00:22:20.165Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||No resources found for Service: f9310382-d1a1-4baa-8e91-f4a939ec2e2e
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-08T00:22:20.172Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||
2022-11-08T00:22:20.172Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID:
2022-11-08T00:22:20.173Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: f9310382-d1a1-4baa-8e91-f4a939ec2e2e
2022-11-08T00:22:20.173Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f9310382-d1a1-4baa-8e91-f4a939ec2e2e
2022-11-08T00:22:20.173Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC
2022-11-08T00:22:20.173Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-08T00:22:20.179Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b2c0f62, org.onap.sdc.toscaparser.api.parameters.Input@57390085, org.onap.sdc.toscaparser.api.parameters.Input@4e1740ba, org.onap.sdc.toscaparser.api.parameters.Input@fcaa39a, org.onap.sdc.toscaparser.api.parameters.Input@24b6fa1e]
2022-11-08T00:22:20.181Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:22:20.181Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:22:20.182Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:22:20.182Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:22:20.182Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f9310382-d1a1-4baa-8e91-f4a939ec2e2e: Generic NeutronNet
2022-11-08T00:22:20.182Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:22:20.182Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:22:20.183Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:22:20.183Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-08T00:22:20.217Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:22:20.217Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:22:20.218Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:22:20.218Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:22:20.219Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:22:20.219Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:22:20.219Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||Saving Service: basic_network
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-08T00:22:20.274Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure
2022-11-08T00:22:20.275Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-08T00:22:20.275Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-08T00:22:20.275Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-08T00:22:20.276Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:22:20.277Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:22:20.277Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866940275,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:22:20.377Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-08T00:22:20.378Z||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-08T00:22:20.379Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:22:20.395Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:22:20.395Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:22:21.278Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d
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-08T00:22:21.293Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d
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-08T00:22:21.295Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T00:22:21.295Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T00:22:21.295Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T00:22:51.296Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d
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-08T00:22:51.313Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d
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-08T00:22:51.317Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T00:22:51.317Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T00:22:51.317Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T00:23:15.583Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:23:15.584Z||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-08T00:23:15.584Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:23:15.641Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:23:15.642Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:23:15.642Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "cds",
"timestamp": 1667866936630,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:23:15.643Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:23:21.317Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d
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-08T00:23:21.331Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d
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-08T00:23:21.334Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T00:23:21.335Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T00:23:21.336Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T00:23:51.336Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d
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-08T00:23:51.348Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d
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-08T00:23:51.351Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T00:23:51.351Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T00:23:51.351Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T00:24:15.583Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:24:15.585Z||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-08T00:24:15.585Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:24:15.609Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:24:15.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:24:15.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866935581,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:24:15.611Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:24:21.352Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d
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-08T00:24:21.370Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d
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-08T00:24:21.375Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T00:24:21.375Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T00:24:21.375Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T00:24:51.375Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d
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-08T00:24:51.390Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d
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-08T00:24:51.393Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T00:24:51.393Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-08T00:24:51.393Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-08T00:25:15.584Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:25:15.586Z||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-08T00:25:15.586Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:25:15.637Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:25:15.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "cds",
"timestamp": 1667866937637,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-08T00:25:15.655Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20aab92a-a217-4bbf-9991-867862b55d2d
2022-11-08T00:25:15.655Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20aab92a-a217-4bbf-9991-867862b55d2d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-08T00:25:15.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866935581,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:25:15.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866938412,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:25:15.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:25:15.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667866940275,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:25:15.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:25:15.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "aai-ml",
"timestamp": 1667866946424,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "aai-ml",
"timestamp": 1667866946424,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:25:15.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866947630,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "aai-ml",
"timestamp": 1667866949171,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:25:15.668Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:25:15.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866947630,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:25:15.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866950378,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:25:15.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:25:15.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866952058,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:25:15.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:25:15.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "aai-ml",
"timestamp": 1667866952957,
"artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:25:15.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:25:15.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866953067,
"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-08T00:25:15.688Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20aab92a-a217-4bbf-9991-867862b55d2d
2022-11-08T00:25:15.688Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20aab92a-a217-4bbf-9991-867862b55d2d 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-08T00:25:15.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "aai-ml",
"timestamp": 1667866953963,
"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-08T00:25:15.717Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20aab92a-a217-4bbf-9991-867862b55d2d
2022-11-08T00:25:15.717Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20aab92a-a217-4bbf-9991-867862b55d2d 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-08T00:25:15.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "cds",
"timestamp": 1667866978855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866984591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "policy-id",
"timestamp": 1667866983226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.728Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866977629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "cds",
"timestamp": 1667866978855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866984591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "policy-id",
"timestamp": 1667866983226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866977629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "cds",
"timestamp": 1667866978855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866977629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "policy-id",
"timestamp": 1667866983226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866984591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "cds",
"timestamp": 1667866978855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866984591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866977629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "policy-id",
"timestamp": 1667866983226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "cds",
"timestamp": 1667866978855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866984591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866977629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "policy-id",
"timestamp": 1667866983226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "cds",
"timestamp": 1667866978855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866984591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "policy-id",
"timestamp": 1667866983226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866977629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "cds",
"timestamp": 1667866978855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.736Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866984591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866977629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.737Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.737Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "policy-id",
"timestamp": 1667866983226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:15.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "cds",
"timestamp": 1667866978855,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:25:15.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "multicloud-k8s-id",
"timestamp": 1667866984591,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:25:15.738Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866977629,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:25:15.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "policy-id",
"timestamp": 1667866983226,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:25:15.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object.
2022-11-08T00:25:15.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "cds",
"timestamp": 1667866994922,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:25:15.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:25:15.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "policy-id",
"timestamp": 1667866994577,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:25:15.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:25:15.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
"timestamp": 1667866994932,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:25:15.740Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:25:15.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "cds",
"timestamp": 1667866995929,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar",
"status": "COMPONENT_DONE_OK",
"componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-08T00:25:15.758Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6631f58b-a84b-45a8-ad8d-e5107bafa9df
2022-11-08T00:25:15.758Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6631f58b-a84b-45a8-ad8d-e5107bafa9df and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-08T00:25:15.767Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-08T00:25:15.767Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "policy-id",
"timestamp": 1667866995581,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar",
"status": "DEPLOY_OK"
}
2022-11-08T00:25:15.768Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-08T00:25:21.394Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d
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-08T00:25:21.408Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d
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-08T00:25:21.411Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-08T00:25:21.411Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-08T00:25:21.411Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-08T00:25:21.412Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-08T00:25:21.412Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:25:21.412Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:25:21.412Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:25:21.412Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:25:21.412Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName:
2022-11-08T00:25:21.412Z|20aab92a-a217-4bbf-9991-867862b55d2d|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-08T00:25:21.419Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-08T00:25:51.419Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20aab92a-a217-4bbf-9991-867862b55d2d 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-08T00:25:51.427Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20aab92a-a217-4bbf-9991-867862b55d2d and serviceModelVersionId: f9310382-d1a1-4baa-8e91-f4a939ec2e2e
2022-11-08T00:25:51.427Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ee2bab08-6901-43f5-ad6e-2eb33d047500
2022-11-08T00:25:51.429Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ee2bab08-6901-43f5-ad6e-2eb33d047500/model-vers/model-ver/f9310382-d1a1-4baa-8e91-f4a939ec2e2e?depth=0
2022-11-08T00:25:51.434Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-08T00:25:51.493Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee2bab08-6901-43f5-ad6e-2eb33d047500/model-vers/model-ver/f9310382-d1a1-4baa-8e91-f4a939ec2e2e?depth=0|INFO|500||Invoke
2022-11-08T00:25:51.493Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee2bab08-6901-43f5-ad6e-2eb33d047500/model-vers/model-ver/f9310382-d1a1-4baa-8e91-f4a939ec2e2e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee2bab08-6901-43f5-ad6e-2eb33d047500/model-vers/model-ver/f9310382-d1a1-4baa-8e91-f4a939ec2e2e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[20aab92a-a217-4bbf-9991-867862b55d2d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5a759285-8a4d-42bc-8293-fbd96eee7d5d], X-ECOMP-RequestID=[20aab92a-a217-4bbf-9991-867862b55d2d], X-TransactionId=[], X-ONAP-RequestID=[20aab92a-a217-4bbf-9991-867862b55d2d], Content-Type=[application/merge-patch+json]}
2022-11-08T00:25:51.499Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee2bab08-6901-43f5-ad6e-2eb33d047500/model-vers/model-ver/f9310382-d1a1-4baa-8e91-f4a939ec2e2e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}
2022-11-08T00:25:51.607Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee2bab08-6901-43f5-ad6e-2eb33d047500/model-vers/model-ver/f9310382-d1a1-4baa-8e91-f4a939ec2e2e?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/ee2bab08-6901-43f5-ad6e-2eb33d047500/model-vers/model-ver/f9310382-d1a1-4baa-8e91-f4a939ec2e2e?depth=0 has http status code:200 and response headers:{server=[envoy], Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], x-envoy-upstream-service-time=[104], X-AAI-TXID=[1-aai-resources-221108-00:25:53:469-33053], vertex-id=[221304], Content-Length=[0], Date=[Tue, 08 Nov 2022 00:25:53 GMT], Content-Type=[application/json]}
2022-11-08T00:25:51.607Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee2bab08-6901-43f5-ad6e-2eb33d047500/model-vers/model-ver/f9310382-d1a1-4baa-8e91-f4a939ec2e2e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-08T00:25:51.608Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/ee2bab08-6901-43f5-ad6e-2eb33d047500/model-vers/model-ver/f9310382-d1a1-4baa-8e91-f4a939ec2e2e?depth=0|INFO|500||InvokeReturn
2022-11-08T00:25:51.608Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-08T00:25:51.608Z|20aab92a-a217-4bbf-9991-867862b55d2d|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-08T00:25:51.613Z|20aab92a-a217-4bbf-9991-867862b55d2d|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-08T00:25:51.613Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20aab92a-a217-4bbf-9991-867862b55d2d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-08T00:25:51.614Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-08T00:25:51.614Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:25:51.616Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:25:51.616Z|20aab92a-a217-4bbf-9991-867862b55d2d|pool-2-thread-9|||||DEBUG|500||try to send status {
"distributionID": "20aab92a-a217-4bbf-9991-867862b55d2d",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667867151614,
"artifactURL": "",
"status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-08T00:25:51.716Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:25:51.717Z||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-08T00:25:51.717Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:25:51.737Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:25:51.737Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 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-08T00:25:52.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-08T00:25:52.633Z||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-08T00:25:52.633Z||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 oBrSvPY2BjT1J8Je) ...
2022-11-08T00:25:57.117Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:25:57.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-08T00:25:57.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6631f58b-a84b-45a8-ad8d-e5107bafa9df","serviceName":"Demo_pNF_dxFbsAcsnj3TSjjBXxKf","serviceVersion":"1.0","serviceUUID":"2a436c3f-43fe-4616-b229-3e4db6b3fc61","serviceDescription":"catalog service description","serviceInvariantUUID":"7feea48c-6c6b-47db-9ad6-736c52d293f8","resources":[{"resourceInstanceName":"pNF 22c3e95e-0317 0","resourceName":"pNF 22c3e95e-0317","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a085320e-ab2b-498e-8ab8-b0f49aebf07c","resourceInvariantUUID":"53f3650b-095a-40a3-9ba8-d767b81bd222","resourceCustomizationUUID":"aebeba7f-b910-45de-8361-5748526cf265","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/vf-license-model.xml","artifactChecksum":"NWNlOTJkNWJlMzZjNWVkM2Q3MjdmMjNmZTc1MmI5MmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ebe36ec-eb02-4ceb-9bc3-f2814f0a16b3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/pNF.csar","artifactChecksum":"ZjhmNDg5NmM5NmY5NGExNjQ2YmEzYWNmNDllYmRkM2Y\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5b74b35-2ea7-41eb-99c6-82d7343e8c95","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a35d1ea-eeac-4c2c-8c9c-0b8a05224a7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/vendor-license-model.xml","artifactChecksum":"ZjdkNmZmOWNiNDc4OTZhOGM3ZTk1ZWFiZjhlODNjZjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"99a89af9-f38e-48b1-adfc-33e12fcee29f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4930fba4-2163-4ebb-9ed0-f67b9adaf0fa","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d06f03c9-5ec8-40f7-8d95-1eac7d4f0499","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDxfbsacsnj3tsjjbxxkf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-template.yml","artifactChecksum":"YTRkZTBhMzk0ZGIxZWZhOWMzNmYzM2NjNGMwYWM5YWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b680af3c-f66d-4490-93b4-2164d7745beb","artifactVersion":"1"},{"artifactName":"service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar","artifactChecksum":"MTU1NmIyMzg5Zjc0YTQ1NjU2M2VmYWEyZTJkNWE1MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"82479059-00ad-4f12-a3fd-de659f80475e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-08T00:25:57.123Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:25:57.124Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:25:57.126Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:25:57.127Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667867152632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/vf-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:57.227Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:25:57.229Z||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-08T00:25:57.229Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:25:57.243Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:25:57.244Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:25:58.127Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:25:58.128Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:25:58.130Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:25:58.131Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667867152632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/pNF.csar",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:58.231Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:25:58.231Z||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-08T00:25:58.232Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:25:58.248Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:25:58.249Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:25:59.131Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:25:59.132Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:25:59.134Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:25:59.134Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667867152632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/mynetconf.yang",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:25:59.235Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:25:59.236Z||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-08T00:25:59.236Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:25:59.251Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:25:59.252Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:26:00.135Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:26:00.136Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:26:00.139Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:26:00.139Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667867152632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/vendor-license-model.xml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:26:00.239Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:26:00.240Z||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-08T00:26:00.240Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:26:00.256Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:26:00.256Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:26:01.139Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:26:01.140Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:26:01.142Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:26:01.142Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667867152632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/PM_Dictionary.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:26:01.242Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:26:01.243Z||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-08T00:26:01.243Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:26:01.258Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:26:01.258Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:26:02.143Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:26:02.143Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:26:02.145Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:26:02.145Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667867152632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/resourceInstances/pnf22c3e95e03170/artifacts/MyPnf_Pnf_v1.yaml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:26:02.246Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:26:02.247Z||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-08T00:26:02.247Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:26:02.277Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:26:02.278Z||pool-45-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:26:03.146Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:26:03.147Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:26:03.149Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:26:03.149Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667867152632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-template.yml",
"status": "NOT_NOTIFIED"
}
2022-11-08T00:26:03.249Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:26:03.250Z||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-08T00:26:03.250Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:26:03.265Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:26:03.265Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:26:04.149Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-08T00:26:04.150Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:26:04.152Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:26:04.152Z||pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667867152632,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar",
"status": "NOTIFIED"
}
2022-11-08T00:26:04.252Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-08T00:26:04.253Z||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-08T00:26:04.253Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:26:04.275Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:26:04.275Z||pool-47-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-08T00:26:05.153Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"serviceName": "Demo_pNF_dxFbsAcsnj3TSjjBXxKf",
"serviceVersion": "1.0",
"serviceUUID": "2a436c3f-43fe-4616-b229-3e4db6b3fc61",
"serviceDescription": "catalog service description",
"serviceInvariantUUID": "7feea48c-6c6b-47db-9ad6-736c52d293f8",
"resources": [
{
"resourceInstanceName": "pNF 22c3e95e-0317 0",
"resourceCustomizationUUID": "aebeba7f-b910-45de-8361-5748526cf265",
"resourceName": "pNF 22c3e95e-0317",
"resourceVersion": "1.0",
"resoucreType": "PNF",
"resourceUUID": "a085320e-ab2b-498e-8ab8-b0f49aebf07c",
"resourceInvariantUUID": "53f3650b-095a-40a3-9ba8-d767b81bd222",
"category": "Generic",
"subcategory": "Abstract",
"artifacts": []
}
],
"serviceArtifacts": [
{
"artifactName": "service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar",
"artifactType": "TOSCA_CSAR",
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar",
"artifactChecksum": "MTU1NmIyMzg5Zjc0YTQ1NjU2M2VmYWEyZTJkNWE1MTI\u003d",
"artifactDescription": "TOSCA definition package of the asset",
"artifactTimeout": 0,
"artifactVersion": "1",
"artifactUUID": "82479059-00ad-4f12-a3fd-de659f80475e"
}
],
"workloadContext": "Production"
}
2022-11-08T00:26:05.154Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-08T00:26:05.154Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2a436c3f-43fe-4616-b229-3e4db6b3fc61 ASDC
2022-11-08T00:26:05.155Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:6631f58b-a84b-45a8-ad8d-e5107bafa9df
ServiceName:Demo_pNF_dxFbsAcsnj3TSjjBXxKf
ServiceVersion:1.0
ServiceUUID:2a436c3f-43fe-4616-b229-3e4db6b3fc61
ServiceInvariantUUID:7feea48c-6c6b-47db-9ad6-736c52d293f8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
ArtifactUUID:82479059-00ad-4f12-a3fd-de659f80475e
ArtifactChecksum:MTU1NmIyMzg5Zjc0YTQ1NjU2M2VmYWEyZTJkNWE1MTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}
}
Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 22c3e95e-0317 0
ResourceCustomizationUUID:aebeba7f-b910-45de-8361-5748526cf265
ResourceInvariantUUID:53f3650b-095a-40a3-9ba8-d767b81bd222
ResourceName:pNF 22c3e95e-0317
ResourceType:PNF
ResourceUUID:a085320e-ab2b-498e-8ab8-b0f49aebf07c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL
}
2022-11-08T00:26:05.156Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a436c3f-43fe-4616-b229-3e4db6b3fc61 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-08T00:26:05.188Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T00:26:05.188Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-08T00:26:05.189Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-08T00:26:05.189Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 82479059-00ad-4f12-a3fd-de659f80475e from URL: /sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:05.189Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-08T00:26:05.190Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:05.251Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-08T00:26:05.252Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar 82479059-00ad-4f12-a3fd-de659f80475e 87773
2022-11-08T00:26:05.252Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar ASDC sendASDCNotification
2022-11-08T00:26:05.252Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:05.253Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-08T00:26:05.253Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-08T00:26:05.255Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-08T00:26:05.255Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||try to send status {
"distributionID": "6631f58b-a84b-45a8-ad8d-e5107bafa9df",
"consumerID": "SO-COpenSource-Env11",
"timestamp": 1667867165252,
"artifactURL": "/sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar",
"status": "DOWNLOAD_OK"
}
2022-11-08T00:26:05.355Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-08T00:26:05.356Z||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-08T00:26:05.356Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as oBrSvPY2BjT1J8Je) ...
2022-11-08T00:26:05.370Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK
2022-11-08T00:26:05.371Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-08T00:26:06.256Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-08T00:26:06.257Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-08T00:26:06.257Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 82479059-00ad-4f12-a3fd-de659f80475e, URL: /sdc/v1/catalog/services/DemoPnfDxfbsacsnj3tsjjbxxkf/1.0/artifacts/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar to file: /app/ASDC/1/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:06.258Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:06.258Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:06.258Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:06.421Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4623180124722588021/Definitions/service-DemoPnfDxfbsacsnj3tsjjbxxkf-template.yml
2022-11-08T00:26:07.187Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-08T00:26:07.187Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-08T00:26:07.188Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:07.188Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-08T00:26:07.188Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||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-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:07.188Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:07.188Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||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-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:07.188Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||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-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:07.189Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 22c3e95e-0317 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-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:07.189Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||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-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:07.189Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|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-DemoPnfDxfbsacsnj3tsjjbxxkf-csar.csar
2022-11-08T00:26:07.189Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-08T00:26:07.189Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:26:07.190Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_dxFbsAcsnj3TSjjBXxKf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:26:07.190Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Node template pNF 22c3e95e-0317 0 is matching search criteria
2022-11-08T00:26:07.190Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-08T00:26:07.190Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 22c3e95e-0317 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T00:26:07.191Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:26:07.191Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_dxFbsAcsnj3TSjjBXxKf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:26:07.191Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Node template pNF 22c3e95e-0317 0 is matching search criteria
2022-11-08T00:26:07.191Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-08T00:26:07.191Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 22c3e95e-0317 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-08T00:26:07.192Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:26:07.192Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_dxFbsAcsnj3TSjjBXxKf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:26:07.192Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:26:07.192Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_dxFbsAcsnj3TSjjBXxKf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:26:07.193Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:26:07.193Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_dxFbsAcsnj3TSjjBXxKf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:26:07.193Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:26:07.193Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_dxFbsAcsnj3TSjjBXxKf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:26:07.193Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:26:07.194Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_dxFbsAcsnj3TSjjBXxKf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:26:07.194Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||CSAR Notification:
Service Level Properties:
Name:Demo_pNF_dxFbsAcsnj3TSjjBXxKf
Description:catalog service description
Model UUID:2a436c3f-43fe-4616-b229-3e4db6b3fc61
Model Version:NULL
Model InvariantUuid:7feea48c-6c6b-47db-9ad6-736c52d293f8
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-08T00:26:07.227Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: a085320e-ab2b-498e-8ab8-b0f49aebf07c
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-08T00:26:07.231Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||pNF 22c3e95e-0317 0
2022-11-08T00:26:07.231Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a085320e-ab2b-498e-8ab8-b0f49aebf07c
2022-11-08T00:26:07.231Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 2a436c3f-43fe-4616-b229-3e4db6b3fc61
2022-11-08T00:26:07.232Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2a436c3f-43fe-4616-b229-3e4db6b3fc61
2022-11-08T00:26:07.232Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 22c3e95e-0317 0 a085320e-ab2b-498e-8ab8-b0f49aebf07c 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-08T00:26:07.239Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@151d3b32, org.onap.sdc.toscaparser.api.parameters.Input@3c880305, org.onap.sdc.toscaparser.api.parameters.Input@3bc13d2d, org.onap.sdc.toscaparser.api.parameters.Input@44147c10, org.onap.sdc.toscaparser.api.parameters.Input@382c1b0b]
2022-11-08T00:26:07.240Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive
2022-11-08T00:26:07.240Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_dxFbsAcsnj3TSjjBXxKf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-08T00:26:07.240Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2a436c3f-43fe-4616-b229-3e4db6b3fc61: pNF 22c3e95e-0317
2022-11-08T00:26:07.240Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||INFO|500||Processing PNF resource: a085320e-ab2b-498e-8ab8-b0f49aebf07c
2022-11-08T00:26:07.241Z|6631f58b-a84b-45a8-ad8d-e5107bafa9df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery