JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-03-31T13:09:30.393Z||main|||||INFO|500||The following profiles are active: basic 2022-03-31T13:09:46.631Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-31T13:09:46.633Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-31T13:09:46.869Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-31T13:09:53.849Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-31T13:09:54.562Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-31T13:09:55.527Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-31T13:09:55.547Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-31T13:09:55.807Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-31T13:09:56.202Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-31T13:09:57.603Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-31T13:10:01.222Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-31T13:10:05.032Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-31T13:10:05.108Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-31T13:10:05.994Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-31T13:10:06.193Z||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-03-31T13:10:07.884Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-31T13:10:09.377Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-31T13:10:09.405Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.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.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) 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.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$7b5c92.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) 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.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) 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.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-03-31T13:10:09.407Z||main|||||WARN|500||The sdc end point is not alive 2022-03-31T13:10:14.068Z||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-03-31T13:10:18.790Z||main|||||WARN|500||--- 2022-03-31T13:10:18.790Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-31T13:10:18.791Z||main|||||WARN|500||--- 2022-03-31T13:10:19.407Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-31T13:10:27.505Z||main|||||INFO|500||Started Application in 62.792 seconds (JVM running for 67.31) 2022-03-31T13:10:27.568Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-31T13:10:27.573Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-31T13:10:27.608Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-31T13:10:27.688Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-31T13:10:27.768Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d3b5d155-1bd7-4746-9900-fad85fccf454 url= /sdc/v1/artifactTypes 2022-03-31T13:10:27.769Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-31T13:10:28.161Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-31T13:10:28.245Z||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-03-31T13:10:28.272Z||scheduling-1|||||DEBUG|500||create keys 2022-03-31T13:10:28.283Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-31T13:10:28.319Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:10:28.350Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4a723ff9-a2ab-4699-b610-c6612ccb7f73 url= /sdc/v1/registerForDistribution 2022-03-31T13:10:28.545Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4a723ff9-a2ab-4699-b610-c6612ccb7f73 url= /sdc/v1/registerForDistribution 2022-03-31T13:10:28.546Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-31T13:10:28.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:10:28.562Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:10:28.571Z||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-03-31T13:10:28.571Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:10:28.571Z||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-03-31T13:10:28.572Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-31T13:10:28.573Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:10:38.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:10:38.865Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:11:28.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:11:28.559Z||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-03-31T13:11:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:11:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:11:28.561Z||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-03-31T13:11:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:11:38.141Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:11:38.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:12:28.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:12:28.557Z||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-03-31T13:12:28.557Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:12:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:12:28.570Z||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-03-31T13:12:28.571Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:12:38.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:12:38.110Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:13:28.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:13:28.560Z||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-03-31T13:13:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:13:28.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:13:28.561Z||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-03-31T13:13:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:13:38.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:13:38.113Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:14:28.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:14:28.562Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:14:28.563Z||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-03-31T13:14:28.564Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:14:28.567Z||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-03-31T13:14:28.567Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:14:38.127Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:14:38.128Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:15:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:15:28.557Z||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-03-31T13:15:28.557Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:15:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:15:28.562Z||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-03-31T13:15:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:15:38.123Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:15:38.125Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:16:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:16:28.558Z||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-03-31T13:16:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:16:28.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:16:28.561Z||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-03-31T13:16:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:16:38.117Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:16:38.120Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:17:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:17:28.558Z||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-03-31T13:17:28.559Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:17:28.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:17:28.561Z||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-03-31T13:17:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:17:38.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:17:38.109Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:18:28.557Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:18:28.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:18:28.562Z||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-03-31T13:18:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:18:28.562Z||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-03-31T13:18:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:18:38.117Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:18:38.119Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:19:28.558Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:19:28.560Z||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-03-31T13:19:28.561Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:19:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:19:28.561Z||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-03-31T13:19:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:19:38.125Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:19:38.135Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:20:03.017Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-31T13:20:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:20:28.559Z||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-03-31T13:20:28.559Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:20:28.562Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:20:28.563Z||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-03-31T13:20:28.564Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:20:38.116Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:20:38.116Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:21:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:21:28.557Z||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-03-31T13:21:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:21:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:21:28.561Z||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-03-31T13:21:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:21:38.113Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:21:38.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:22:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:22:28.557Z||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-03-31T13:22:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:22:28.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:22:28.561Z||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-03-31T13:22:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:22:38.130Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:22:38.130Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:23:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:23:28.557Z||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-03-31T13:23:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:23:28.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:23:28.561Z||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-03-31T13:23:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:23:38.108Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:23:38.112Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:24:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:24:28.558Z||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-03-31T13:24:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:24:28.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:24:28.561Z||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-03-31T13:24:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:24:38.118Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:24:38.119Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:25:28.556Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:25:28.557Z||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-03-31T13:25:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:25:28.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:25:28.561Z||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-03-31T13:25:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:25:38.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:25:38.107Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:26:28.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:26:28.559Z||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-03-31T13:26:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:26:28.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:26:28.561Z||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-03-31T13:26:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:26:38.124Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:26:38.124Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:27:28.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:27:28.558Z||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-03-31T13:27:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:27:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:27:28.561Z||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-03-31T13:27:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:27:38.107Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:27:38.107Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:28:28.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:28:28.558Z||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-03-31T13:28:28.559Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:28:28.561Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:28:28.562Z||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-03-31T13:28:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:28:38.129Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:28:38.133Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:29:28.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:29:28.557Z||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-03-31T13:29:28.557Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:29:28.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:29:28.561Z||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-03-31T13:29:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:29:38.100Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:29:38.102Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:30:28.557Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:30:28.558Z||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-03-31T13:30:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:30:28.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:30:28.562Z||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-03-31T13:30:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:30:38.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:30:38.109Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:31:28.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:31:28.557Z||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-03-31T13:31:28.557Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:31:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:31:28.561Z||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-03-31T13:31:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:31:38.109Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:31:38.123Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:32:28.556Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:32:28.557Z||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-03-31T13:32:28.557Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:32:28.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:32:28.561Z||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-03-31T13:32:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:32:38.107Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:32:38.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:33:28.557Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:33:28.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:33:28.561Z||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-03-31T13:33:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:33:28.561Z||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-03-31T13:33:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:33:38.127Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:33:38.127Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:34:28.556Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:34:28.558Z||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-03-31T13:34:28.559Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:34:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:34:28.561Z||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-03-31T13:34:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:34:38.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:34:38.116Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:35:28.556Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:35:28.557Z||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-03-31T13:35:28.557Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:35:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:35:28.561Z||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-03-31T13:35:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:35:38.116Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:35:38.117Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:36:28.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:36:28.558Z||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-03-31T13:36:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:36:28.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:36:28.561Z||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-03-31T13:36:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:36:38.116Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:36:38.117Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:37:28.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:37:28.557Z||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-03-31T13:37:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:37:28.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:37:28.560Z||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-03-31T13:37:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:37:38.109Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:37:38.109Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:38:28.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:38:28.559Z||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-03-31T13:38:28.559Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:38:28.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:38:28.563Z||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-03-31T13:38:28.564Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:38:38.129Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:38:38.131Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:39:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:39:28.558Z||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-03-31T13:39:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:39:28.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:39:28.561Z||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-03-31T13:39:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:39:38.111Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:39:38.113Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:40:28.557Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:40:28.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:40:28.560Z||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-03-31T13:40:28.561Z||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-03-31T13:40:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:40:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:40:38.113Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:40:38.113Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:41:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:41:28.558Z||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-03-31T13:41:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:41:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:41:28.560Z||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-03-31T13:41:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:41:38.110Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:41:38.142Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:42:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:42:28.557Z||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-03-31T13:42:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:42:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:42:28.561Z||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-03-31T13:42:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:42:38.110Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:42:38.110Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:43:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:43:28.558Z||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-03-31T13:43:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:43:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:43:28.561Z||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-03-31T13:43:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:43:38.117Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:43:38.129Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:44:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:44:28.557Z||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-03-31T13:44:28.557Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:44:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:44:28.562Z||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-03-31T13:44:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:44:38.125Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:44:38.162Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:45:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:45:28.558Z||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-03-31T13:45:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:45:28.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:45:28.561Z||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-03-31T13:45:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:45:38.136Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:45:38.148Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:46:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:46:28.557Z||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-03-31T13:46:28.557Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:46:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:46:28.560Z||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-03-31T13:46:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:46:38.111Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:46:38.111Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:47:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:47:28.559Z||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-03-31T13:47:28.559Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:47:28.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:47:28.561Z||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-03-31T13:47:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:47:38.112Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:47:38.115Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:28.556Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:48:28.557Z||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-03-31T13:48:28.558Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:48:28.561Z||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-03-31T13:48:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:29.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:29.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e395ab6-8b4a-4924-933d-b2b78e8ead46","serviceName":"basic_onboard_dVEntT","serviceVersion":"1.0","serviceUUID":"1b3bff11-def4-491a-919d-fc086a5a4d2b","serviceDescription":"service","serviceInvariantUUID":"80ac845c-3674-4705-8931-cb594309b66a","resources":[{"resourceInstanceName":"basic_onboard_dVEntT 0","resourceName":"basic_onboard_dVEntT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0055d879-48b3-4b0d-b521-aaf46ffacb12","resourceInvariantUUID":"55d03d1c-7fe9-490e-99df-be1025279760","resourceCustomizationUUID":"b0644daf-8a2a-4fde-a32d-0cc1c625ee33","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml","artifactChecksum":"MDAzMjEzZDU4ZDQyNDVlZjZlZWIzNmRlNzJkYzA2MGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4e5e1bb0-660d-4d25-a44c-3c2edcd98834","artifactVersion":"1"},{"artifactName":"basic_onboard_dventt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json","artifactChecksum":"MGFiZmI2NWMxYzM4ZWU2MGQ3ZDBiYTUyMjEzOWJkMWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"302972f8-8eaa-4f6c-bd5b-ad6e277bdcc1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3e05d173-b165-48ab-98a5-b00554e9a145","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0f31809b-0d06-49b2-9d0c-faed61742887","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e8404618-2be0-4d88-b12b-a7fc3c4db550","artifactVersion":"2","generatedFromUUID":"3e05d173-b165-48ab-98a5-b00554e9a145"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDventt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml","artifactChecksum":"Mzg4ZjA4YWYzMzlhMjQyM2QxYzZjYmQ2ZTA4OGM1YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a835951-282b-4504-886c-600435909c43","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDventt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar","artifactChecksum":"Nzg3Mjc4NjdlN2JhMDI1MTA2MDIwM2ExNjY4NjcxMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f06f55a7-536a-44c0-81fa-fdd5258d8bb9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-31T13:48:29.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:29.205Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.205Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "aai-ml", "timestamp": 1648734478427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.217Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:48:29.229Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:29.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "multicloud-k8s-id", "timestamp": 1648734474139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "cds", "timestamp": 1648734478674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.246Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "policy-id", "timestamp": 1648734478120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "aai-ml", "timestamp": 1648734478427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "multicloud-k8s-id", "timestamp": 1648734474139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "NOTIFIED" } 2022-03-31T13:48:29.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "policy-id", "timestamp": 1648734478120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "cds", "timestamp": 1648734478674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "aai-ml", "timestamp": 1648734478427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "multicloud-k8s-id", "timestamp": 1648734474139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-31T13:48:29.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "policy-id", "timestamp": 1648734478120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-31T13:48:29.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "cds", "timestamp": 1648734478674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "aai-ml", "timestamp": 1648734478427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "policy-id", "timestamp": 1648734478120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "cds", "timestamp": 1648734478674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "multicloud-k8s-id", "timestamp": 1648734474139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.259Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:29.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "aai-ml", "timestamp": 1648734478427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.260Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734508556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "cds", "timestamp": 1648734478674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "policy-id", "timestamp": 1648734478120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.262Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "multicloud-k8s-id", "timestamp": 1648734474139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-31T13:48:29.263Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "aai-ml", "timestamp": 1648734478427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "policy-id", "timestamp": 1648734478120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "cds", "timestamp": 1648734478674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "multicloud-k8s-id", "timestamp": 1648734474139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "aai-ml", "timestamp": 1648734478427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:48:29.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "policy-id", "timestamp": 1648734478120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:48:29.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "cds", "timestamp": 1648734478674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:48:29.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "multicloud-k8s-id", "timestamp": 1648734474139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:48:29.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "ves-openapi-manager", "timestamp": 1648734487260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "ves-openapi-manager", "timestamp": 1648734487260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "multicloud-k8s-id", "timestamp": 1648734489152, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T13:48:29.272Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:48:29.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "cds", "timestamp": 1648734489521, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:48:29.273Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:48:29.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "clamp", "timestamp": 1648734488539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "aai-ml", "timestamp": 1648734489582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:48:29.275Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:48:29.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "policy-id", "timestamp": 1648734488957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:48:29.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:48:29.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "ves-openapi-manager", "timestamp": 1648734487260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "cds", "timestamp": 1648734490538, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-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-03-31T13:48:29.361Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-03-31T13:48:29.366Z||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-03-31T13:48:29.366Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:29.386Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:29.388Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-31T13:48:29.532Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e395ab6-8b4a-4924-933d-b2b78e8ead46 2022-03-31T13:48:29.558Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e395ab6-8b4a-4924-933d-b2b78e8ead46 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-03-31T13:48:29.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "clamp", "timestamp": 1648734488539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "NOTIFIED" } 2022-03-31T13:48:29.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "policy-id", "timestamp": 1648734489965, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:48:29.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:48:29.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "multicloud-k8s-id", "timestamp": 1648734490703, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T13:48:29.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:48:29.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "ves-openapi-manager", "timestamp": 1648734487260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "clamp", "timestamp": 1648734488539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "policy-id", "timestamp": 1648734490970, "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-03-31T13:48:29.606Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e395ab6-8b4a-4924-933d-b2b78e8ead46 2022-03-31T13:48:29.607Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e395ab6-8b4a-4924-933d-b2b78e8ead46 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-03-31T13:48:29.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734491227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "ves-openapi-manager", "timestamp": 1648734487260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "multicloud-k8s-id", "timestamp": 1648734492097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-31T13:48:29.619Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:48:29.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "clamp", "timestamp": 1648734488539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734491227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "ves-openapi-manager", "timestamp": 1648734487260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "multicloud-k8s-id", "timestamp": 1648734493175, "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-03-31T13:48:29.633Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e395ab6-8b4a-4924-933d-b2b78e8ead46 2022-03-31T13:48:29.633Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e395ab6-8b4a-4924-933d-b2b78e8ead46 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-03-31T13:48:29.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "clamp", "timestamp": 1648734488539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734491227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "ves-openapi-manager", "timestamp": 1648734487260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "multicloud-k8s-id", "timestamp": 1648734494179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T13:48:29.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:48:29.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "clamp", "timestamp": 1648734488539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734491227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "clamp", "timestamp": 1648734488539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:48:29.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734491227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734491227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:29.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734491227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:48:29.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:48:29.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734499248, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:48:29.654Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:48:29.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734504421, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:48:29.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:48:29.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "clamp", "timestamp": 1648734504629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:48:29.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:48:29.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "aai-ml", "timestamp": 1648734505494, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:48:29.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:48:29.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734505439, "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-03-31T13:48:29.663Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e395ab6-8b4a-4924-933d-b2b78e8ead46 2022-03-31T13:48:29.663Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e395ab6-8b4a-4924-933d-b2b78e8ead46 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-03-31T13:48:29.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "clamp", "timestamp": 1648734505840, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:48:29.675Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:48:29.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "aai-ml", "timestamp": 1648734506500, "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-03-31T13:48:29.680Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e395ab6-8b4a-4924-933d-b2b78e8ead46 2022-03-31T13:48:29.681Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e395ab6-8b4a-4924-933d-b2b78e8ead46 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-03-31T13:48:29.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:48:29.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "clamp", "timestamp": 1648734506852, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 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-03-31T13:48:29.696Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e395ab6-8b4a-4924-933d-b2b78e8ead46 2022-03-31T13:48:29.696Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e395ab6-8b4a-4924-933d-b2b78e8ead46 and ComponentName clamp 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-03-31T13:48:30.276Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:48:30.277Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:30.279Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:30.279Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734508556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "NOTIFIED" } 2022-03-31T13:48:30.379Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:48:30.381Z||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-03-31T13:48:30.381Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:30.394Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:30.395Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:48:31.280Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:48:31.280Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:31.283Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:31.283Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734508556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-31T13:48:31.383Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:48:31.384Z||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-03-31T13:48:31.384Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:31.398Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:31.399Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:48:32.284Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:48:32.284Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:32.286Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:32.287Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734508556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:32.387Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:48:32.389Z||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-03-31T13:48:32.389Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:32.402Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:32.403Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-31T13:48:33.287Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:48:33.288Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:33.290Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:33.291Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734508556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-31T13:48:33.391Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:48:33.393Z||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-03-31T13:48:33.394Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:33.408Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:33.408Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:48:34.291Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:48:34.292Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:34.294Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:34.294Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734508556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:48:34.395Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:48:34.396Z||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-03-31T13:48:34.396Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:34.409Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:34.409Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:48:35.295Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:48:35.296Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:35.298Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:35.298Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734508556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:48:35.398Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:48:35.399Z||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-03-31T13:48:35.399Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:35.411Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:35.411Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:48:36.300Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "serviceName": "basic_onboard_dVEntT", "serviceVersion": "1.0", "serviceUUID": "1b3bff11-def4-491a-919d-fc086a5a4d2b", "serviceDescription": "service", "serviceInvariantUUID": "80ac845c-3674-4705-8931-cb594309b66a", "resources": [ { "resourceInstanceName": "basic_onboard_dVEntT 0", "resourceCustomizationUUID": "b0644daf-8a2a-4fde-a32d-0cc1c625ee33", "resourceName": "basic_onboard_dVEntT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0055d879-48b3-4b0d-b521-aaf46ffacb12", "resourceInvariantUUID": "55d03d1c-7fe9-490e-99df-be1025279760", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_dventt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "artifactChecksum": "MGFiZmI2NWMxYzM4ZWU2MGQ3ZDBiYTUyMjEzOWJkMWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "302972f8-8eaa-4f6c-bd5b-ad6e277bdcc1", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3e05d173-b165-48ab-98a5-b00554e9a145", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e8404618-2be0-4d88-b12b-a7fc3c4db550", "generatedFromUUID": "3e05d173-b165-48ab-98a5-b00554e9a145" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e8404618-2be0-4d88-b12b-a7fc3c4db550", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardDventt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "artifactChecksum": "Nzg3Mjc4NjdlN2JhMDI1MTA2MDIwM2ExNjY4NjcxMmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f06f55a7-536a-44c0-81fa-fdd5258d8bb9" } ], "workloadContext": "Production" } 2022-03-31T13:48:36.303Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-31T13:48:36.303Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1b3bff11-def4-491a-919d-fc086a5a4d2b ASDC 2022-03-31T13:48:36.432Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:5e395ab6-8b4a-4924-933d-b2b78e8ead46 ServiceName:basic_onboard_dVEntT ServiceVersion:1.0 ServiceUUID:1b3bff11-def4-491a-919d-fc086a5a4d2b ServiceInvariantUUID:80ac845c-3674-4705-8931-cb594309b66a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardDventt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar ArtifactUUID:f06f55a7-536a-44c0-81fa-fdd5258d8bb9 ArtifactChecksum:Nzg3Mjc4NjdlN2JhMDI1MTA2MDIwM2ExNjY4NjcxMmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_dVEntT 0 ResourceCustomizationUUID:b0644daf-8a2a-4fde-a32d-0cc1c625ee33 ResourceInvariantUUID:55d03d1c-7fe9-490e-99df-be1025279760 ResourceName:basic_onboard_dVEntT ResourceType:VF ResourceUUID:0055d879-48b3-4b0d-b521-aaf46ffacb12 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_dventt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json ArtifactUUID:302972f8-8eaa-4f6c-bd5b-ad6e277bdcc1 ArtifactChecksum:MGFiZmI2NWMxYzM4ZWU2MGQ3ZDBiYTUyMjEzOWJkMWM= 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/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml ArtifactUUID:3e05d173-b165-48ab-98a5-b00554e9a145 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/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env ArtifactUUID:e8404618-2be0-4d88-b12b-a7fc3c4db550 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/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env ArtifactUUID:e8404618-2be0-4d88-b12b-a7fc3c4db550 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-31T13:48:36.433Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b3bff11-def4-491a-919d-fc086a5a4d2b 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-03-31T13:48:36.486Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T13:48:36.488Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-31T13:48:36.490Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-31T13:48:36.490Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f06f55a7-536a-44c0-81fa-fdd5258d8bb9 from URL: /sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:36.490Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:48:36.492Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:36.992Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:48:37.013Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar f06f55a7-536a-44c0-81fa-fdd5258d8bb9 71544 2022-03-31T13:48:37.016Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar ASDC sendASDCNotification 2022-03-31T13:48:37.016Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:37.017Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:48:37.018Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:37.021Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:37.021Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734517014, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:48:37.121Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:48:37.122Z||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-03-31T13:48:37.122Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:37.134Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:37.135Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:48:38.022Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T13:48:38.023Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-31T13:48:38.024Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: f06f55a7-536a-44c0-81fa-fdd5258d8bb9, URL: /sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar to file: /app/ASDC/1/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:38.024Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:38.105Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:38.105Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:38.798Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18136737285290650624/Definitions/service-BasicOnboardDventt-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_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided 2022-03-31T13:48:41.246Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-31T13:48:41.254Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-31T13:48:41.255Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:41.255Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-31T13:48:41.255Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:41.256Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_dVEntT 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:41.256Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:41.256Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:41.257Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:41.257Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:41.257Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:41.258Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:41.258Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||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-BasicOnboardDventt-csar.csar 2022-03-31T13:48:41.259Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-31T13:48:41.269Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:41.272Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:41.277Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria 2022-03-31T13:48:41.277Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-31T13:48:41.280Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T13:48:41.282Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:41.282Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:41.283Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria 2022-03-31T13:48:41.283Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-31T13:48:41.283Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T13:48:41.284Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:41.284Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:41.289Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:41.289Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is not matching search criteria 2022-03-31T13:48:41.289Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-31T13:48:41.290Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-31T13:48:41.290Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-31T13:48:41.290Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-31T13:48:41.291Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-31T13:48:41.291Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:41.291Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-31T13:48:41.292Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:41.293Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria 2022-03-31T13:48:41.293Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:48:41.294Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:41.294Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria 2022-03-31T13:48:41.295Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:48:41.295Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:41.296Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria 2022-03-31T13:48:41.296Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:48:41.297Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:41.297Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is not matching search criteria 2022-03-31T13:48:41.297Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-31T13:48:41.298Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-31T13:48:41.298Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b3a7fa1f-6079-49c6-84d1-b0eab91d506a 2022-03-31T13:48:41.298Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:41.299Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:41.299Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:41.299Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:41.300Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:41.300Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:41.300Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:41.300Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:41.301Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_dVEntT Description:service Model UUID:1b3bff11-def4-491a-919d-fc086a5a4d2b Model Version:NULL Model InvariantUuid:80ac845c-3674-4705-8931-cb594309b66a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_dVEntT Model UUID:5454766b-49de-4d8d-a7ec-dc87e0bf4c29 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:55d03d1c-7fe9-490e-99df-be1025279760 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b0644daf-8a2a-4fde-a32d-0cc1c625ee33 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1fffe9e6-385a-404d-82f6-bab06f3ee810 ModelName:BasicOnboardDventt..base_ubuntu18..module-0 ModelUuid:b38fe3ee-932a-48a0-a8c3-e55b4a9ed321 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b3a7fa1f-6079-49c6-84d1-b0eab91d506a ModelInvariantUuid:4c99444d-5793-4736-b82e-0b465b17a464 ModelName:basic_onboard_dVEntT-nodes.ubuntu18Cvfc ModelUuid:4944487d-ee54-4d8c-8f02-5b44871b92e7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:4d6ae9d9-5e0f-4952-9300-b1ee9a288b64 ModelInvariantUuid:3be1f46a-323b-4c7f-8127-f7128c5e0390 ModelName:BasicOnboardDventt.compute.nodes.heat.ubuntu18 ModelUuid:4b0a3d90-34db-4dbf-b140-3582938746fd 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-03-31T13:48:41.315Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 0055d879-48b3-4b0d-b521-aaf46ffacb12 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-03-31T13:48:41.432Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||basic_onboard_dVEntT 0 2022-03-31T13:48:41.441Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0055d879-48b3-4b0d-b521-aaf46ffacb12 2022-03-31T13:48:41.441Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 302972f8-8eaa-4f6c-bd5b-ad6e277bdcc1 from URL: /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json 2022-03-31T13:48:41.442Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:48:41.442Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json 2022-03-31T13:48:41.606Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:48:41.607Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json 302972f8-8eaa-4f6c-bd5b-ad6e277bdcc1 798 2022-03-31T13:48:41.607Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json ASDC sendASDCNotification 2022-03-31T13:48:41.608Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json 2022-03-31T13:48:41.608Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:48:41.608Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:41.612Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:41.612Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734521607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T13:48:41.712Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:48:41.713Z||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-03-31T13:48:41.714Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:41.727Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:41.728Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-31T13:48:42.615Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDventt..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1fffe9e6-385a-404d-82f6-bab06f3ee810", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b38fe3ee-932a-48a0-a8c3-e55b4a9ed321", "vfModuleModelCustomizationUUID": "138bdc87-1f8a-4936-93ff-afbbed672461", "isBase": true, "artifacts": [ "3e05d173-b165-48ab-98a5-b00554e9a145", "e8404618-2be0-4d88-b12b-a7fc3c4db550" ], "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-03-31T13:48:42.630Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDventt..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b38fe3ee-932a-48a0-a8c3-e55b4a9ed321 VfModuleModelInvariantUUID:1fffe9e6-385a-404d-82f6-bab06f3ee810 VfModuleModelDescription:NULL Artifacts UUID List:{ 3e05d173-b165-48ab-98a5-b00554e9a145 , e8404618-2be0-4d88-b12b-a7fc3c4db550 } 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-03-31T13:48:42.634Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDventt..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "1fffe9e6-385a-404d-82f6-bab06f3ee810", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b38fe3ee-932a-48a0-a8c3-e55b4a9ed321", "vfModuleModelCustomizationUUID": "138bdc87-1f8a-4936-93ff-afbbed672461", "isBase": true, "artifacts": [ "3e05d173-b165-48ab-98a5-b00554e9a145", "e8404618-2be0-4d88-b12b-a7fc3c4db550" ], "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-03-31T13:48:42.634Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDventt..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b38fe3ee-932a-48a0-a8c3-e55b4a9ed321 VfModuleModelInvariantUUID:1fffe9e6-385a-404d-82f6-bab06f3ee810 VfModuleModelDescription:NULL Artifacts UUID List:{ 3e05d173-b165-48ab-98a5-b00554e9a145 , e8404618-2be0-4d88-b12b-a7fc3c4db550 } 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-03-31T13:48:42.635Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3e05d173-b165-48ab-98a5-b00554e9a145 from URL: /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml 2022-03-31T13:48:42.635Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:48:42.636Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml 2022-03-31T13:48:43.485Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:48:43.486Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml 3e05d173-b165-48ab-98a5-b00554e9a145 5033 2022-03-31T13:48:43.487Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-31T13:48:43.487Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml 2022-03-31T13:48:43.487Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:48:43.488Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:43.489Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:43.490Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734523487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T13:48:43.590Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:48:43.591Z||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-03-31T13:48:43.592Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:43.603Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:43.603Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:48:44.491Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e8404618-2be0-4d88-b12b-a7fc3c4db550 from URL: /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env 2022-03-31T13:48:44.492Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:48:44.492Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env 2022-03-31T13:48:45.018Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:48:45.019Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env e8404618-2be0-4d88-b12b-a7fc3c4db550 909 2022-03-31T13:48:45.019Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-31T13:48:45.019Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env 2022-03-31T13:48:45.020Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:48:45.020Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:45.023Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:45.023Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734525019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-31T13:48:45.123Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:48:45.125Z||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-03-31T13:48:45.125Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:45.151Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:45.151Z||pool-13-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-03-31T13:48:46.024Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1b3bff11-def4-491a-919d-fc086a5a4d2b 2022-03-31T13:48:46.025Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_dVEntT 0 0055d879-48b3-4b0d-b521-aaf46ffacb12 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-03-31T13:48:46.056Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7835bc57, org.onap.sdc.toscaparser.api.parameters.Input@2884fdd0, org.onap.sdc.toscaparser.api.parameters.Input@3febb9b5, org.onap.sdc.toscaparser.api.parameters.Input@62f1bd19, org.onap.sdc.toscaparser.api.parameters.Input@37f37214] 2022-03-31T13:48:46.061Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:46.061Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:46.061Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-31T13:48:46.061Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= b0644daf-8a2a-4fde-a32d-0cc1c625ee33 2022-03-31T13:48:46.061Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b0644daf-8a2a-4fde-a32d-0cc1c625ee33 matches Tosca VF Customization UUID: b0644daf-8a2a-4fde-a32d-0cc1c625ee33 2022-03-31T13:48:46.062Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: b0644daf-8a2a-4fde-a32d-0cc1c625ee33 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-03-31T13:48:46.071Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:46.071Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:46.073Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id b0644daf-8a2a-4fde-a32d-0cc1c625ee33: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-31T13:48:46.073Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30c04d69 2022-03-31T13:48:46.073Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:46.073Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-31T13:48:46.074Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 138bdc87-1f8a-4936-93ff-afbbed672461 2022-03-31T13:48:46.075Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 138bdc87-1f8a-4936-93ff-afbbed672461 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-03-31T13:48:46.083Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:46.083Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria 2022-03-31T13:48:46.084Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:48:46.085Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:46.085Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria 2022-03-31T13:48:46.085Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:48:46.085Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:46.086Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is not matching search criteria 2022-03-31T13:48:46.086Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-31T13:48:46.086Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-31T13:48:46.086Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b3a7fa1f-6079-49c6-84d1-b0eab91d506a 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-03-31T13:48:46.093Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:46.093Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria 2022-03-31T13:48:46.093Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:48:46.094Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:46.094Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_dVEntT 0 is matching search criteria 2022-03-31T13:48:46.094Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_dVEntT 0] matching following query criteria: sdcType=VF, customizationUUID=b0644daf-8a2a-4fde-a32d-0cc1c625ee33 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-03-31T13:48:46.096Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:46.097Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:46.097Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1b3bff11-def4-491a-919d-fc086a5a4d2b: basic_onboard_dVEntT 2022-03-31T13:48:46.097Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:46.098Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:46.098Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:46.098Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:46.099Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:46.099Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:46.099Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:46.100Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:46.100Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:48:46.100Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_dVEntT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:48:46.101Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_dVEntT 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-03-31T13:48:46.300Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_dVEntT 0055d879-48b3-4b0d-b521-aaf46ffacb12 1 ASDC deployResourceStructure 2022-03-31T13:48:46.301Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json ASDC sendASDCNotification 2022-03-31T13:48:46.301Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json 2022-03-31T13:48:46.302Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:48:46.302Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:46.307Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:46.308Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734526301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T13:48:46.405Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-31T13:48:46.407Z||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-03-31T13:48:46.407Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:46.421Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:46.422Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:48:47.309Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-31T13:48:47.310Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml 2022-03-31T13:48:47.310Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:48:47.310Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:47.312Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:47.313Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734527309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-31T13:48:47.413Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:48:47.415Z||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-03-31T13:48:47.415Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:47.430Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:47.430Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:48:48.314Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-31T13:48:48.315Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env 2022-03-31T13:48:48.315Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:48:48.316Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:48.319Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:48.319Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734528314, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-31T13:48:48.419Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:48:48.421Z||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-03-31T13:48:48.421Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:48.432Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:48.433Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:48:49.320Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar ASDC sendASDCNotification 2022-03-31T13:48:49.321Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar 2022-03-31T13:48:49.322Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:48:49.323Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:48:49.327Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:48:49.328Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734529320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:48:49.427Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T13:48:49.428Z||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-03-31T13:48:49.428Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:48:49.441Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:48:49.441Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-31T13:48:50.331Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5e395ab6-8b4a-4924-933d-b2b78e8ead46 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-03-31T13:48:50.351Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5e395ab6-8b4a-4924-933d-b2b78e8ead46 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-03-31T13:48:50.357Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T13:48:50.358Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-31T13:48:50.358Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-31T13:48:50.358Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-31T13:48:50.358Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:48:50.359Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:48:50.359Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:48:50.359Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:48:50.359Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:48:50.359Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:48:50.359Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||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-03-31T13:48:50.365Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-31T13:49:20.366Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e395ab6-8b4a-4924-933d-b2b78e8ead46 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-03-31T13:49:20.377Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e395ab6-8b4a-4924-933d-b2b78e8ead46 and serviceModelVersionId: 1b3bff11-def4-491a-919d-fc086a5a4d2b 2022-03-31T13:49:20.377Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80ac845c-3674-4705-8931-cb594309b66a 2022-03-31T13:49:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:49:28.561Z||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-03-31T13:49:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:49:28.687Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:49:28.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T13:49:28.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734508556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:49:28.689Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T13:49:37.203Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80ac845c-3674-4705-8931-cb594309b66a/model-vers/model-ver/1b3bff11-def4-491a-919d-fc086a5a4d2b?depth=0 2022-03-31T13:49:37.336Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-31T13:49:37.915Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ac845c-3674-4705-8931-cb594309b66a/model-vers/model-ver/1b3bff11-def4-491a-919d-fc086a5a4d2b?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-03-31T13:49:37.923Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ac845c-3674-4705-8931-cb594309b66a/model-vers/model-ver/1b3bff11-def4-491a-919d-fc086a5a4d2b?depth=0|INFO|500||Invoke 2022-03-31T13:49:38.072Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ac845c-3674-4705-8931-cb594309b66a/model-vers/model-ver/1b3bff11-def4-491a-919d-fc086a5a4d2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-31T13:49:38.704Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ac845c-3674-4705-8931-cb594309b66a/model-vers/model-ver/1b3bff11-def4-491a-919d-fc086a5a4d2b?depth=0|INFO|500||InvokeReturn 2022-03-31T13:49:38.705Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80ac845c-3674-4705-8931-cb594309b66a/model-vers/model-ver/1b3bff11-def4-491a-919d-fc086a5a4d2b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220331-13:49:38:314-91026], vertex-id=[241848], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:49:38 GMT], Content-Type=[application/json]} 2022-03-31T13:49:38.705Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-03-31T13:49:38.709Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-31T13:49:38.710Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||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-03-31T13:49:38.716Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||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-03-31T13:49:38.718Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e395ab6-8b4a-4924-933d-b2b78e8ead46 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-31T13:49:38.719Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-31T13:49:38.719Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:49:38.723Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:49:38.723Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734578718, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T13:49:38.823Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T13:49:38.825Z||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-03-31T13:49:38.825Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:49:38.837Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:49:38.838Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 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-03-31T13:49:39.738Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:49:39.740Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|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-03-31T13:49:39.741Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|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 7XJEVVETUCkWmshP) ... 2022-03-31T13:49:49.328Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:50:28.556Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:50:28.558Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|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-03-31T13:50:28.558Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|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 7XJEVVETUCkWmshP) ... 2022-03-31T13:50:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:50:28.561Z||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-03-31T13:50:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:50:28.608Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:50:28.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T13:50:28.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734508556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "NOTIFIED" } 2022-03-31T13:50:28.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T13:50:28.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T13:50:28.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734508556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-31T13:50:28.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T13:50:28.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T13:50:28.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734508556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:50:28.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T13:50:28.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T13:50:28.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734508556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-31T13:50:28.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T13:50:28.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T13:50:28.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734508556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:50:28.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T13:50:28.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T13:50:28.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734508556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:50:28.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T13:50:28.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T13:50:28.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734517014, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:50:28.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:50:28.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T13:50:28.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734521607, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T13:50:28.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:50:28.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T13:50:28.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734523487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T13:50:28.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:50:28.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T13:50:28.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734525019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-31T13:50:28.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:50:28.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T13:50:28.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734526301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/basic_onboard_dventt0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T13:50:28.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:50:28.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T13:50:28.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734527309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-31T13:50:28.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:50:28.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T13:50:28.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734528314, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/resourceInstances/basic_onboard_dventt0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-31T13:50:28.616Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:50:28.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T13:50:28.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734529320, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDventt/1.0/artifacts/service-BasicOnboardDventt-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:50:28.617Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:50:38.136Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:28.557Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:51:28.558Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|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-03-31T13:51:28.558Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|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 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:51:28.561Z||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-03-31T13:51:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:28.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:28.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:51:28.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "5e395ab6-8b4a-4924-933d-b2b78e8ead46", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734578718, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T13:51:28.588Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:51:29.189Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:29.191Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-31T13:51:29.191Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"9166f5d4-03a7-49ff-adba-e0a1353b95dc","serviceName":"vFW 2022-03-31 13-47-47","serviceVersion":"1.0","serviceUUID":"550bda00-5f2c-4ff1-8d92-fbf84209c5d2","serviceDescription":"catalog service description","serviceInvariantUUID":"58c0021a-2c2f-4dfc-91e2-239abac20e21","resources":[{"resourceInstanceName":"vFW fa2384c7-0b42 0","resourceName":"vFW fa2384c7-0b42","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b88d1f93-0dae-458a-a40c-c3a7a1238e39","resourceInvariantUUID":"fd9bcb25-91a3-4a3a-9031-8f28f424be00","resourceCustomizationUUID":"21f6be4b-27ce-4a86-9571-45d702912a45","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml","artifactChecksum":"ZTllODBkYzA5ZWQ4OTI2OGM0Y2M4MGJiNDAxMzNhYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d035a211-1b75-4f45-a4ba-65c51ecf4d9c","artifactVersion":"1"},{"artifactName":"vfwfa2384c70b420_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json","artifactChecksum":"Y2QxMmQyODA1NTg0NWZhMGMwZmY4YjFmMzQxOGNmYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4235908e-4234-46b1-b164-003eec510c95","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a1ed8554-14ef-4999-8a0d-18bdedce42db","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml","artifactChecksum":"N2Q3MWFlYmQzNDMwNmY5YzAxY2U4Zjg2NGYyYzZlNzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"32c05995-a3ea-4125-bfbb-d2ff760c454b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb","artifactVersion":"2","generatedFromUUID":"a1ed8554-14ef-4999-8a0d-18bdedce42db"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220331134747-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml","artifactChecksum":"MjExMWM0NWVmZjc3NjkzNzNkNTEyZmUzY2NmZDUwMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea85a323-3bf0-498f-a9a0-35fc56b08f7b","artifactVersion":"1"},{"artifactName":"service-Vfw20220331134747-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar","artifactChecksum":"MmQzOTYyOGQ2YjY5MmQ0MzY5N2FjOGU2NmQ4OTJlYmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ed2fe64-b8f2-4b3e-abc2-c01d578fa753","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-31T13:51:29.196Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:51:29.196Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:29.203Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:29.204Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:51:29.303Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T13:51:29.304Z||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-03-31T13:51:29.305Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:29.316Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:29.316Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:51:30.204Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:51:30.205Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:30.208Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:30.208Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "NOTIFIED" } 2022-03-31T13:51:30.308Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:51:30.309Z||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-03-31T13:51:30.309Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:30.321Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:30.322Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-31T13:51:31.208Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:51:31.209Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:31.211Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:31.211Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-31T13:51:31.312Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:51:31.313Z||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-03-31T13:51:31.313Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:31.374Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:31.375Z||pool-21-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1} 2022-03-31T13:51:32.212Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:51:32.214Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:32.216Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:32.217Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:51:32.318Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-31T13:51:32.320Z||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-03-31T13:51:32.320Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:32.334Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:32.335Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:51:33.217Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:51:33.218Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:33.220Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:33.220Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-31T13:51:33.321Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T13:51:33.322Z||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-03-31T13:51:33.322Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:33.333Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:33.333Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:51:34.221Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:51:34.222Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:34.226Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:34.226Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:51:34.326Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:51:34.327Z||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-03-31T13:51:34.328Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:34.339Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:34.340Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:51:35.226Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:51:35.227Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:35.229Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:35.229Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:51:35.330Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:51:35.331Z||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-03-31T13:51:35.331Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:35.342Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:35.343Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:51:36.232Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "serviceName": "vFW 2022-03-31 13-47-47", "serviceVersion": "1.0", "serviceUUID": "550bda00-5f2c-4ff1-8d92-fbf84209c5d2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "58c0021a-2c2f-4dfc-91e2-239abac20e21", "resources": [ { "resourceInstanceName": "vFW fa2384c7-0b42 0", "resourceCustomizationUUID": "21f6be4b-27ce-4a86-9571-45d702912a45", "resourceName": "vFW fa2384c7-0b42", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b88d1f93-0dae-458a-a40c-c3a7a1238e39", "resourceInvariantUUID": "fd9bcb25-91a3-4a3a-9031-8f28f424be00", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwfa2384c70b420_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "artifactChecksum": "Y2QxMmQyODA1NTg0NWZhMGMwZmY4YjFmMzQxOGNmYTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4235908e-4234-46b1-b164-003eec510c95", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a1ed8554-14ef-4999-8a0d-18bdedce42db", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb", "generatedFromUUID": "a1ed8554-14ef-4999-8a0d-18bdedce42db" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220331134747-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "artifactChecksum": "MmQzOTYyOGQ2YjY5MmQ0MzY5N2FjOGU2NmQ4OTJlYmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2ed2fe64-b8f2-4b3e-abc2-c01d578fa753" } ], "workloadContext": "Production" } 2022-03-31T13:51:36.232Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-31T13:51:36.232Z|5e395ab6-8b4a-4924-933d-b2b78e8ead46|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 550bda00-5f2c-4ff1-8d92-fbf84209c5d2 ASDC 2022-03-31T13:51:36.233Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:9166f5d4-03a7-49ff-adba-e0a1353b95dc ServiceName:vFW 2022-03-31 13-47-47 ServiceVersion:1.0 ServiceUUID:550bda00-5f2c-4ff1-8d92-fbf84209c5d2 ServiceInvariantUUID:58c0021a-2c2f-4dfc-91e2-239abac20e21 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220331134747-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar ArtifactUUID:2ed2fe64-b8f2-4b3e-abc2-c01d578fa753 ArtifactChecksum:MmQzOTYyOGQ2YjY5MmQ0MzY5N2FjOGU2NmQ4OTJlYmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW fa2384c7-0b42 0 ResourceCustomizationUUID:21f6be4b-27ce-4a86-9571-45d702912a45 ResourceInvariantUUID:fd9bcb25-91a3-4a3a-9031-8f28f424be00 ResourceName:vFW fa2384c7-0b42 ResourceType:VF ResourceUUID:b88d1f93-0dae-458a-a40c-c3a7a1238e39 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwfa2384c70b420_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json ArtifactUUID:4235908e-4234-46b1-b164-003eec510c95 ArtifactChecksum:Y2QxMmQyODA1NTg0NWZhMGMwZmY4YjFmMzQxOGNmYTQ= 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/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml ArtifactUUID:a1ed8554-14ef-4999-8a0d-18bdedce42db 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/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env ArtifactUUID:a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb 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/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env ArtifactUUID:a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-31T13:51:36.234Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 550bda00-5f2c-4ff1-8d92-fbf84209c5d2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-31T13:51:36.285Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T13:51:36.286Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-31T13:51:36.286Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-31T13:51:36.286Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2ed2fe64-b8f2-4b3e-abc2-c01d578fa753 from URL: /sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:36.286Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:51:36.287Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:36.492Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:51:36.497Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar 2ed2fe64-b8f2-4b3e-abc2-c01d578fa753 99021 2022-03-31T13:51:36.497Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar ASDC sendASDCNotification 2022-03-31T13:51:36.497Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:36.498Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:51:36.498Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:36.500Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:36.500Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734696497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:51:36.601Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-31T13:51:36.603Z||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-03-31T13:51:36.603Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:36.616Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:36.618Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-31T13:51:37.501Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T13:51:37.503Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-31T13:51:37.504Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2ed2fe64-b8f2-4b3e-abc2-c01d578fa753, URL: /sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar to file: /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:37.504Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220331134747-csar.csar 2022-03-31T13:51:37.505Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:37.505Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:37.731Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11609775728066477376/Definitions/service-Vfw20220331134747-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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" 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_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_vlan_requirements" 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_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-03-31T13:51:40.259Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-31T13:51:40.260Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-31T13:51:40.260Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:40.260Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-31T13:51:40.261Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:40.261Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:40.261Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:40.261Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:40.262Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:40.262Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:40.262Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:40.263Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:40.263Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:40.263Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW fa2384c7-0b42 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:40.263Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||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-Vfw20220331134747-csar.csar 2022-03-31T13:51:40.263Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:40.264Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:40.264Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-31T13:51:40.264Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.265Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:40.265Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria 2022-03-31T13:51:40.266Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-31T13:51:40.266Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T13:51:40.267Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.267Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:40.267Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria 2022-03-31T13:51:40.267Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-31T13:51:40.268Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T13:51:40.268Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.268Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:40.269Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.269Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is not matching search criteria 2022-03-31T13:51:40.269Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-31T13:51:40.270Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-31T13:51:40.270Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-31T13:51:40.270Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:51:40.271Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:40.271Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-31T13:51:40.271Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:51:40.272Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-31T13:51:40.272Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-31T13:51:40.272Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:51:40.273Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:40.273Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-31T13:51:40.273Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:40.274Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-31T13:51:40.274Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:51:40.274Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-31T13:51:40.275Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.275Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-31T13:51:40.276Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.276Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria 2022-03-31T13:51:40.276Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:51:40.277Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.277Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria 2022-03-31T13:51:40.278Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:51:40.278Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.278Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria 2022-03-31T13:51:40.279Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:51:40.279Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.279Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is not matching search criteria 2022-03-31T13:51:40.280Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-31T13:51:40.280Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-31T13:51:40.280Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-31T13:51:40.281Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-31T13:51:40.281Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-31T13:51:40.281Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:51:40.282Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:40.282Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-31T13:51:40.283Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:40.283Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-31T13:51:40.284Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:51:40.284Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dbc89f51-41b6-4df2-a907-12c60f261dba 2022-03-31T13:51:40.285Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.286Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is not matching search criteria 2022-03-31T13:51:40.287Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-31T13:51:40.287Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-31T13:51:40.287Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-31T13:51:40.288Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:51:40.288Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:40.288Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-31T13:51:40.289Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:51:40.289Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-31T13:51:40.289Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-31T13:51:40.290Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:40.290Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-31T13:51:40.290Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:51:40.290Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e8d11c9-7129-4697-be5c-ab5795c6896e 2022-03-31T13:51:40.291Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.291Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is not matching search criteria 2022-03-31T13:51:40.291Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-31T13:51:40.292Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-31T13:51:40.292Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-31T13:51:40.292Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:51:40.293Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:40.293Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-31T13:51:40.293Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:51:40.294Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-31T13:51:40.294Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-31T13:51:40.294Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:51:40.295Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:40.295Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-31T13:51:40.295Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3cdc1466-bb34-44f0-abf5-110f5e5b9c93 2022-03-31T13:51:40.296Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.296Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:40.296Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.297Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:40.297Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.297Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:40.298Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:40.298Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:40.298Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-31 13-47-47 Description:catalog service description Model UUID:550bda00-5f2c-4ff1-8d92-fbf84209c5d2 Model Version:NULL Model InvariantUuid:58c0021a-2c2f-4dfc-91e2-239abac20e21 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW fa2384c7-0b42 Model UUID:1c09e048-610e-4753-a74b-1d6a757ab53f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:fd9bcb25-91a3-4a3a-9031-8f28f424be00 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:21f6be4b-27ce-4a86-9571-45d702912a45 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:47782eb9-f3d5-47b6-be13-0861f6bae5b5 ModelName:VfwFa2384c70b42..base_vfw..module-0 ModelUuid:9dc1c340-e64c-4b9b-b49f-50726f6c91a8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dbc89f51-41b6-4df2-a907-12c60f261dba ModelInvariantUuid:0ec9c2b3-bfa9-47d4-a1e3-3b8ef9b76dca ModelName:vFW fa2384c7-0b42-nodes.vfwCvfc ModelUuid:6ba71d6c-3b87-4d0b-854a-bab08fc9b2c9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e509178f-de27-446f-befb-e2034b18e488 ModelInvariantUuid:9de527e7-6f4c-4228-b6e1-8016d0c44969 ModelName:VfwFa2384c70b42.compute.nodes.heat.vfw ModelUuid:f948783d-198b-47ad-b8ec-4dfaab404837 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2e8d11c9-7129-4697-be5c-ab5795c6896e ModelInvariantUuid:c922689b-c374-4b17-8c77-ca074885faf5 ModelName:vFW fa2384c7-0b42-nodes.vsnCvfc ModelUuid:677e4828-3b6d-4396-b277-43711ca8b880 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c7ae27ac-48e0-47c7-8fef-4e9ceb2fef27 ModelInvariantUuid:1d27adaa-b3d6-41e2-a70a-923973783b97 ModelName:VfwFa2384c70b42.compute.nodes.heat.vsn ModelUuid:3c85f239-c75e-4038-b767-50d3189c0361 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3cdc1466-bb34-44f0-abf5-110f5e5b9c93 ModelInvariantUuid:59ee28f0-db55-45e6-94ce-f15b844a580e ModelName:vFW fa2384c7-0b42-nodes.vpgCvfc ModelUuid:a3372267-49b7-4b0b-ba02-884c289e4724 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:77bf5dab-d844-4b43-a552-fbe6ca18c88f ModelInvariantUuid:54da53a5-48e9-47a8-ba1b-ffb1a8c15ee6 ModelName:VfwFa2384c70b42.compute.nodes.heat.vpg ModelUuid:050e841a-9657-4422-a597-076470d45eb5 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-03-31T13:51:40.306Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: b88d1f93-0dae-458a-a40c-c3a7a1238e39 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-03-31T13:51:40.310Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||vFW fa2384c7-0b42 0 2022-03-31T13:51:40.310Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b88d1f93-0dae-458a-a40c-c3a7a1238e39 2022-03-31T13:51:40.311Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4235908e-4234-46b1-b164-003eec510c95 from URL: /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json 2022-03-31T13:51:40.311Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:51:40.311Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json 2022-03-31T13:51:40.413Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:51:40.413Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json 4235908e-4234-46b1-b164-003eec510c95 785 2022-03-31T13:51:40.414Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json ASDC sendASDCNotification 2022-03-31T13:51:40.414Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json 2022-03-31T13:51:40.414Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:51:40.414Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:40.417Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:40.417Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734700414, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T13:51:40.517Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:51:40.518Z||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-03-31T13:51:40.518Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:40.534Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:40.535Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:51:41.417Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFa2384c70b42..base_vfw..module-0", "vfModuleModelInvariantUUID": "47782eb9-f3d5-47b6-be13-0861f6bae5b5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9dc1c340-e64c-4b9b-b49f-50726f6c91a8", "vfModuleModelCustomizationUUID": "e95bed54-7730-4c5b-81ca-339f91bfa31b", "isBase": true, "artifacts": [ "a1ed8554-14ef-4999-8a0d-18bdedce42db", "a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb" ], "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-03-31T13:51:41.424Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFa2384c70b42..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9dc1c340-e64c-4b9b-b49f-50726f6c91a8 VfModuleModelInvariantUUID:47782eb9-f3d5-47b6-be13-0861f6bae5b5 VfModuleModelDescription:NULL Artifacts UUID List:{ a1ed8554-14ef-4999-8a0d-18bdedce42db , a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb } 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-03-31T13:51:41.426Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwFa2384c70b42..base_vfw..module-0", "vfModuleModelInvariantUUID": "47782eb9-f3d5-47b6-be13-0861f6bae5b5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9dc1c340-e64c-4b9b-b49f-50726f6c91a8", "vfModuleModelCustomizationUUID": "e95bed54-7730-4c5b-81ca-339f91bfa31b", "isBase": true, "artifacts": [ "a1ed8554-14ef-4999-8a0d-18bdedce42db", "a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb" ], "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-03-31T13:51:41.426Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwFa2384c70b42..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9dc1c340-e64c-4b9b-b49f-50726f6c91a8 VfModuleModelInvariantUUID:47782eb9-f3d5-47b6-be13-0861f6bae5b5 VfModuleModelDescription:NULL Artifacts UUID List:{ a1ed8554-14ef-4999-8a0d-18bdedce42db , a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb } 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-03-31T13:51:41.426Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a1ed8554-14ef-4999-8a0d-18bdedce42db from URL: /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml 2022-03-31T13:51:41.427Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:51:41.427Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml 2022-03-31T13:51:41.674Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:51:41.675Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml a1ed8554-14ef-4999-8a0d-18bdedce42db 20368 2022-03-31T13:51:41.676Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-31T13:51:41.676Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml 2022-03-31T13:51:41.677Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:51:41.677Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:41.679Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:41.679Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734701676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T13:51:41.780Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T13:51:41.781Z||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-03-31T13:51:41.781Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:41.794Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:41.795Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-31T13:51:42.680Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb from URL: /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env 2022-03-31T13:51:42.681Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:51:42.682Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env 2022-03-31T13:51:43.073Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:51:43.074Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env a2f97d80-7deb-4196-9dc2-3e9d1a1f76fb 2098 2022-03-31T13:51:43.074Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-31T13:51:43.074Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env 2022-03-31T13:51:43.075Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:51:43.075Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:43.078Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:43.078Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734703074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-31T13:51:43.178Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:51:43.179Z||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-03-31T13:51:43.180Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:43.193Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:43.194Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:51:44.079Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 550bda00-5f2c-4ff1-8d92-fbf84209c5d2 2022-03-31T13:51:44.080Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW fa2384c7-0b42 0 b88d1f93-0dae-458a-a40c-c3a7a1238e39 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-03-31T13:51:44.101Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d30eaa0, org.onap.sdc.toscaparser.api.parameters.Input@b3ac52f, org.onap.sdc.toscaparser.api.parameters.Input@6ebb3569, org.onap.sdc.toscaparser.api.parameters.Input@6c102a6b, org.onap.sdc.toscaparser.api.parameters.Input@66ffa8a3] 2022-03-31T13:51:44.103Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.103Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:44.104Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-31T13:51:44.104Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 21f6be4b-27ce-4a86-9571-45d702912a45 2022-03-31T13:51:44.104Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 21f6be4b-27ce-4a86-9571-45d702912a45 matches Tosca VF Customization UUID: 21f6be4b-27ce-4a86-9571-45d702912a45 2022-03-31T13:51:44.105Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 21f6be4b-27ce-4a86-9571-45d702912a45 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-03-31T13:51:44.108Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.108Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:44.109Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 21f6be4b-27ce-4a86-9571-45d702912a45: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-03-31T13:51:44.110Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61385017 2022-03-31T13:51:44.110Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.110Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-31T13:51:44.111Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e95bed54-7730-4c5b-81ca-339f91bfa31b 2022-03-31T13:51:44.111Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e95bed54-7730-4c5b-81ca-339f91bfa31b 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-03-31T13:51:44.114Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.114Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria 2022-03-31T13:51:44.115Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:51:44.115Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.115Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria 2022-03-31T13:51:44.116Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:51:44.116Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.116Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is not matching search criteria 2022-03-31T13:51:44.117Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-31T13:51:44.117Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-31T13:51:44.118Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-31T13:51:44.118Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-31T13:51:44.118Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-31T13:51:44.119Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:51:44.119Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:44.119Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-31T13:51:44.119Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:44.120Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-31T13:51:44.120Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:51:44.120Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dbc89f51-41b6-4df2-a907-12c60f261dba 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-03-31T13:51:44.124Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.124Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria 2022-03-31T13:51:44.124Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:51:44.125Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.125Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is not matching search criteria 2022-03-31T13:51:44.125Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-31T13:51:44.126Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-31T13:51:44.126Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-31T13:51:44.127Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:51:44.127Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:44.127Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-31T13:51:44.127Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:51:44.128Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-31T13:51:44.128Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-31T13:51:44.128Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:44.128Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-31T13:51:44.129Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:51:44.129Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2e8d11c9-7129-4697-be5c-ab5795c6896e 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-03-31T13:51:44.132Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.132Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria 2022-03-31T13:51:44.132Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:51:44.136Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.137Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is not matching search criteria 2022-03-31T13:51:44.137Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-31T13:51:44.137Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-31T13:51:44.138Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-31T13:51:44.138Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:51:44.138Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:44.139Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-31T13:51:44.139Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:51:44.139Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-31T13:51:44.139Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-31T13:51:44.140Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:51:44.140Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-31T13:51:44.140Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-31T13:51:44.141Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=3cdc1466-bb34-44f0-abf5-110f5e5b9c93 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-03-31T13:51:44.143Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.144Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria 2022-03-31T13:51:44.144Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:51:44.145Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.145Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Node template vFW fa2384c7-0b42 0 is matching search criteria 2022-03-31T13:51:44.145Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW fa2384c7-0b42 0] matching following query criteria: sdcType=VF, customizationUUID=21f6be4b-27ce-4a86-9571-45d702912a45 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-03-31T13:51:44.148Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.148Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:44.149Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 550bda00-5f2c-4ff1-8d92-fbf84209c5d2: vFW fa2384c7-0b42 2022-03-31T13:51:44.149Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.149Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:44.150Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.150Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:44.150Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.151Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:44.151Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.151Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:44.152Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:51:44.152Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-47-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:51:44.152Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-31 13-47-47 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-03-31T13:51:44.357Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW fa2384c7-0b42 b88d1f93-0dae-458a-a40c-c3a7a1238e39 1 ASDC deployResourceStructure 2022-03-31T13:51:44.358Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json ASDC sendASDCNotification 2022-03-31T13:51:44.359Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json 2022-03-31T13:51:44.359Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:51:44.359Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:44.362Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:44.362Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734704358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "DEPLOY_OK" } 2022-03-31T13:51:44.463Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T13:51:44.464Z||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-03-31T13:51:44.464Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:44.493Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:44.493Z||pool-30-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:51:45.364Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-31T13:51:45.364Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml 2022-03-31T13:51:45.365Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:51:45.365Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:45.367Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:45.367Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734705364, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-31T13:51:45.468Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:51:45.469Z||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-03-31T13:51:45.470Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:45.484Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:45.485Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:51:46.368Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-31T13:51:46.369Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env 2022-03-31T13:51:46.369Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:51:46.370Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:46.372Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:46.372Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734706368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-31T13:51:46.472Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:51:46.474Z||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-03-31T13:51:46.474Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:46.489Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:46.490Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-31T13:51:47.373Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar ASDC sendASDCNotification 2022-03-31T13:51:47.374Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar 2022-03-31T13:51:47.374Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:51:47.375Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:51:47.376Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:51:47.377Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734707373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:51:47.477Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:51:47.478Z||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-03-31T13:51:47.478Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:51:47.490Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:51:47.491Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:51:48.378Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc 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-03-31T13:51:48.398Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc 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-03-31T13:51:48.402Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T13:51:48.402Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-31T13:51:48.402Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-31T13:52:18.403Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc 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-03-31T13:52:18.417Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc 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-03-31T13:52:18.423Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T13:52:18.423Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-31T13:52:18.423Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-31T13:52:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:52:28.563Z||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-03-31T13:52:28.563Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:52:28.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:52:28.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "aai-ml", "timestamp": 1648734658427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "policy-id", "timestamp": 1648734658120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "cds", "timestamp": 1648734658674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734654139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "aai-ml", "timestamp": 1648734658427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "policy-id", "timestamp": 1648734658120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "cds", "timestamp": 1648734658674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734654139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "NOTIFIED" } 2022-03-31T13:52:28.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "aai-ml", "timestamp": 1648734658427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "policy-id", "timestamp": 1648734658120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-31T13:52:28.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "cds", "timestamp": 1648734658674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734654139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-31T13:52:28.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "aai-ml", "timestamp": 1648734658427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "policy-id", "timestamp": 1648734658120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "cds", "timestamp": 1648734658674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734654139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "aai-ml", "timestamp": 1648734658427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "policy-id", "timestamp": 1648734658120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "cds", "timestamp": 1648734658674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734654139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-31T13:52:28.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "aai-ml", "timestamp": 1648734658427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "policy-id", "timestamp": 1648734658120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "cds", "timestamp": 1648734658674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734654139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.616Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "aai-ml", "timestamp": 1648734658427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:52:28.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "policy-id", "timestamp": 1648734658120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:52:28.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "cds", "timestamp": 1648734658674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:52:28.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734654139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:52:28.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "aai-ml", "timestamp": 1648734667137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:52:28.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:52:28.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "policy-id", "timestamp": 1648734666623, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:52:28.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:52:28.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734666933, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T13:52:28.620Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:52:28.620Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.620Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "cds", "timestamp": 1648734667433, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:52:28.621Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:52:28.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "ves-openapi-manager", "timestamp": 1648734667260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.621Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "policy-id", "timestamp": 1648734667628, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:52:28.622Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:52:28.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "cds", "timestamp": 1648734668441, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-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-03-31T13:52:28.633Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9166f5d4-03a7-49ff-adba-e0a1353b95dc 2022-03-31T13:52:28.633Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9166f5d4-03a7-49ff-adba-e0a1353b95dc 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-03-31T13:52:28.650Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.650Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734668288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T13:52:28.651Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:52:28.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "ves-openapi-manager", "timestamp": 1648734667260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.651Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.651Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.651Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "policy-id", "timestamp": 1648734668631, "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-03-31T13:52:28.656Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9166f5d4-03a7-49ff-adba-e0a1353b95dc 2022-03-31T13:52:28.656Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9166f5d4-03a7-49ff-adba-e0a1353b95dc 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-03-31T13:52:28.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "clamp", "timestamp": 1648734668539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734669680, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-31T13:52:28.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:52:28.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "ves-openapi-manager", "timestamp": 1648734667260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "clamp", "timestamp": 1648734668539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "NOTIFIED" } 2022-03-31T13:52:28.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734670717, "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-03-31T13:52:28.677Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9166f5d4-03a7-49ff-adba-e0a1353b95dc 2022-03-31T13:52:28.677Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9166f5d4-03a7-49ff-adba-e0a1353b95dc 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-03-31T13:52:28.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "ves-openapi-manager", "timestamp": 1648734667260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "clamp", "timestamp": 1648734668539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.685Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.685Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.685Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734671721, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "DEPLOY_OK" } 2022-03-31T13:52:28.685Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:52:28.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734671227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "ves-openapi-manager", "timestamp": 1648734667260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "clamp", "timestamp": 1648734668539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.686Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734671227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "ves-openapi-manager", "timestamp": 1648734667260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "clamp", "timestamp": 1648734668539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734671227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "ves-openapi-manager", "timestamp": 1648734667260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "clamp", "timestamp": 1648734668539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734671227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "clamp", "timestamp": 1648734668539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:52:28.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734671227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734671227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734671227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:52:28.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734679150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:52:28.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:52:28.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "aai-ml", "timestamp": 1648734680891, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:52:28.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:52:28.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "aai-ml", "timestamp": 1648734681896, "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-03-31T13:52:28.696Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9166f5d4-03a7-49ff-adba-e0a1353b95dc 2022-03-31T13:52:28.696Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9166f5d4-03a7-49ff-adba-e0a1353b95dc 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-03-31T13:52:28.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "clamp", "timestamp": 1648734681799, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:52:28.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:52:28.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734682839, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:52:28.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:52:28.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734674139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.707Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "clamp", "timestamp": 1648734683812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:52:28.707Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:52:28.707Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.707Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734683849, "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-03-31T13:52:28.713Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9166f5d4-03a7-49ff-adba-e0a1353b95dc 2022-03-31T13:52:28.713Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9166f5d4-03a7-49ff-adba-e0a1353b95dc 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-03-31T13:52:28.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "policy-id", "timestamp": 1648734678120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "clamp", "timestamp": 1648734684816, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 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-03-31T13:52:28.730Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9166f5d4-03a7-49ff-adba-e0a1353b95dc 2022-03-31T13:52:28.731Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9166f5d4-03a7-49ff-adba-e0a1353b95dc and ComponentName clamp 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-03-31T13:52:28.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734674139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "NOTIFIED" } 2022-03-31T13:52:28.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "policy-id", "timestamp": 1648734678120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734674139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-31T13:52:28.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "policy-id", "timestamp": 1648734678120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-31T13:52:28.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734674139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "policy-id", "timestamp": 1648734678120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734674139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-31T13:52:28.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "policy-id", "timestamp": 1648734678120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:28.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:52:28.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "ves-openapi-manager", "timestamp": 1648734687260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:52:28.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:52:48.423Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc 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-03-31T13:52:48.442Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc 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-03-31T13:52:48.446Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T13:52:48.446Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-31T13:52:48.446Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-31T13:52:48.446Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-31T13:52:48.446Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:52:48.447Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:52:48.447Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:52:48.448Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:52:48.448Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:52:48.448Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:52:48.449Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||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-03-31T13:52:48.455Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-31T13:53:18.455Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc 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-03-31T13:53:18.464Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9166f5d4-03a7-49ff-adba-e0a1353b95dc and serviceModelVersionId: 550bda00-5f2c-4ff1-8d92-fbf84209c5d2 2022-03-31T13:53:18.465Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 58c0021a-2c2f-4dfc-91e2-239abac20e21 2022-03-31T13:53:18.467Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/58c0021a-2c2f-4dfc-91e2-239abac20e21/model-vers/model-ver/550bda00-5f2c-4ff1-8d92-fbf84209c5d2?depth=0 2022-03-31T13:53:18.477Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-31T13:53:18.535Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58c0021a-2c2f-4dfc-91e2-239abac20e21/model-vers/model-ver/550bda00-5f2c-4ff1-8d92-fbf84209c5d2?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-03-31T13:53:18.537Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58c0021a-2c2f-4dfc-91e2-239abac20e21/model-vers/model-ver/550bda00-5f2c-4ff1-8d92-fbf84209c5d2?depth=0|INFO|500||Invoke 2022-03-31T13:53:18.571Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58c0021a-2c2f-4dfc-91e2-239abac20e21/model-vers/model-ver/550bda00-5f2c-4ff1-8d92-fbf84209c5d2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-31T13:53:19.018Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58c0021a-2c2f-4dfc-91e2-239abac20e21/model-vers/model-ver/550bda00-5f2c-4ff1-8d92-fbf84209c5d2?depth=0|INFO|500||InvokeReturn 2022-03-31T13:53:19.019Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58c0021a-2c2f-4dfc-91e2-239abac20e21/model-vers/model-ver/550bda00-5f2c-4ff1-8d92-fbf84209c5d2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-13:53:18:811-14703], vertex-id=[208936], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:53:18 GMT], Content-Type=[application/json]} 2022-03-31T13:53:19.020Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-03-31T13:53:19.020Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-31T13:53:19.021Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||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-03-31T13:53:19.026Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||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-03-31T13:53:19.027Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9166f5d4-03a7-49ff-adba-e0a1353b95dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-31T13:53:19.027Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-31T13:53:19.028Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:19.030Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:19.031Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734799027, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T13:53:19.131Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:53:19.132Z||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-03-31T13:53:19.132Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:19.147Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:19.147Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-03-31T13:53:20.046Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-31T13:53:20.046Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc","serviceName":"basic_onboard_IKfzoQ","serviceVersion":"1.0","serviceUUID":"f24ea1d4-f2b7-4c84-8323-47f5be258c68","serviceDescription":"service","serviceInvariantUUID":"c07482ad-ecb6-4d18-b79c-f5b8538dfeb0","resources":[{"resourceInstanceName":"basic_onboard_IKfzoQ 0","resourceName":"basic_onboard_IKfzoQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a256ecf4-083f-45f6-9b97-5ac982c4b931","resourceInvariantUUID":"20d946a6-03ee-4899-94c6-a72a298610d6","resourceCustomizationUUID":"8ac39bf9-8d3a-458d-aca3-7003fc004990","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml","artifactChecksum":"Y2E5ZDM5ZjBkYjkxM2E2NWQ0NGE3ZTJkMDczY2ZlNzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a5d3e3b-fcae-4626-a8d4-af9ac931fb7a","artifactVersion":"1"},{"artifactName":"basic_onboard_ikfzoq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json","artifactChecksum":"MWJkZGVlNjYyOTA5NmI3MTA1M2Y2OGFlNzVkOGFiMzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ead3c647-c9fe-44d3-8dd2-16203cd03720","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"88f075ab-b8c8-42bf-abd4-a36e043fc690","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5fd9b342-4dee-4e97-8b0f-3139deba3bd3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a18adf21-c2fb-400a-ab92-f368649212ac","artifactVersion":"2","generatedFromUUID":"88f075ab-b8c8-42bf-abd4-a36e043fc690"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIkfzoq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-template.yml","artifactChecksum":"YzIwYzgyM2NlOTcwNjY2ZDU2ODQ4ZTJlYjExOGJiMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6bfaf873-047b-4182-a836-5fffffb1e394","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIkfzoq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar","artifactChecksum":"Y2VjMzAxOTYzZDAwNWI4MmNjM2FmZjIzNWY0ZWM4NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a62f34a-2b6e-4ca2-a111-5dad7f674f78","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-31T13:53:20.048Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:53:20.049Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:20.052Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:20.052Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:53:20.152Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:53:20.153Z||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-03-31T13:53:20.153Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:20.170Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:20.171Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:53:21.053Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:53:21.055Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:21.058Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:21.058Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "NOTIFIED" } 2022-03-31T13:53:21.158Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:53:21.159Z||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-03-31T13:53:21.159Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:21.174Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:21.174Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:53:22.058Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:53:22.060Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:22.063Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:22.063Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-31T13:53:22.163Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:53:22.164Z||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-03-31T13:53:22.165Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:22.177Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:22.177Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:53:23.064Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:53:23.065Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:23.067Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:23.072Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:53:23.168Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-31T13:53:23.169Z||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-03-31T13:53:23.169Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:23.181Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:23.182Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:53:24.073Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:53:24.074Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:24.076Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:24.077Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-31T13:53:24.177Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:53:24.178Z||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-03-31T13:53:24.178Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:24.193Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:24.193Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:53:25.078Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:53:25.079Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:25.084Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:25.085Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:53:25.184Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T13:53:25.185Z||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-03-31T13:53:25.186Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:25.200Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:25.201Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:53:26.085Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:53:26.087Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:26.089Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:26.090Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:53:26.190Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T13:53:26.191Z||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-03-31T13:53:26.191Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:26.205Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:26.206Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:53:27.093Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "serviceName": "basic_onboard_IKfzoQ", "serviceVersion": "1.0", "serviceUUID": "f24ea1d4-f2b7-4c84-8323-47f5be258c68", "serviceDescription": "service", "serviceInvariantUUID": "c07482ad-ecb6-4d18-b79c-f5b8538dfeb0", "resources": [ { "resourceInstanceName": "basic_onboard_IKfzoQ 0", "resourceCustomizationUUID": "8ac39bf9-8d3a-458d-aca3-7003fc004990", "resourceName": "basic_onboard_IKfzoQ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a256ecf4-083f-45f6-9b97-5ac982c4b931", "resourceInvariantUUID": "20d946a6-03ee-4899-94c6-a72a298610d6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ikfzoq0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "artifactChecksum": "MWJkZGVlNjYyOTA5NmI3MTA1M2Y2OGFlNzVkOGFiMzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ead3c647-c9fe-44d3-8dd2-16203cd03720", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "88f075ab-b8c8-42bf-abd4-a36e043fc690", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a18adf21-c2fb-400a-ab92-f368649212ac", "generatedFromUUID": "88f075ab-b8c8-42bf-abd4-a36e043fc690" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a18adf21-c2fb-400a-ab92-f368649212ac", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardIkfzoq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "artifactChecksum": "Y2VjMzAxOTYzZDAwNWI4MmNjM2FmZjIzNWY0ZWM4NjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0a62f34a-2b6e-4ca2-a111-5dad7f674f78" } ], "workloadContext": "Production" } 2022-03-31T13:53:27.094Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-31T13:53:27.094Z|9166f5d4-03a7-49ff-adba-e0a1353b95dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f24ea1d4-f2b7-4c84-8323-47f5be258c68 ASDC 2022-03-31T13:53:27.095Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc ServiceName:basic_onboard_IKfzoQ ServiceVersion:1.0 ServiceUUID:f24ea1d4-f2b7-4c84-8323-47f5be258c68 ServiceInvariantUUID:c07482ad-ecb6-4d18-b79c-f5b8538dfeb0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardIkfzoq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar ArtifactUUID:0a62f34a-2b6e-4ca2-a111-5dad7f674f78 ArtifactChecksum:Y2VjMzAxOTYzZDAwNWI4MmNjM2FmZjIzNWY0ZWM4NjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_IKfzoQ 0 ResourceCustomizationUUID:8ac39bf9-8d3a-458d-aca3-7003fc004990 ResourceInvariantUUID:20d946a6-03ee-4899-94c6-a72a298610d6 ResourceName:basic_onboard_IKfzoQ ResourceType:VF ResourceUUID:a256ecf4-083f-45f6-9b97-5ac982c4b931 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ikfzoq0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json ArtifactUUID:ead3c647-c9fe-44d3-8dd2-16203cd03720 ArtifactChecksum:MWJkZGVlNjYyOTA5NmI3MTA1M2Y2OGFlNzVkOGFiMzg= 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/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml ArtifactUUID:88f075ab-b8c8-42bf-abd4-a36e043fc690 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/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env ArtifactUUID:a18adf21-c2fb-400a-ab92-f368649212ac 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/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env ArtifactUUID:a18adf21-c2fb-400a-ab92-f368649212ac ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-31T13:53:27.095Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f24ea1d4-f2b7-4c84-8323-47f5be258c68 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-31T13:53:27.156Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T13:53:27.156Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-31T13:53:27.156Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-31T13:53:27.157Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0a62f34a-2b6e-4ca2-a111-5dad7f674f78 from URL: /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:27.157Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:53:27.157Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:27.447Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:53:27.450Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar 0a62f34a-2b6e-4ca2-a111-5dad7f674f78 71577 2022-03-31T13:53:27.450Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar ASDC sendASDCNotification 2022-03-31T13:53:27.451Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:27.451Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:53:27.451Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:27.453Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:27.453Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734807450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:53:27.554Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:53:27.555Z||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-03-31T13:53:27.555Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:27.568Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:27.569Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:53:28.454Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T13:53:28.456Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-31T13:53:28.456Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 0a62f34a-2b6e-4ca2-a111-5dad7f674f78, URL: /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar to file: /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:28.457Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:28.457Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:28.458Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:53:28.561Z||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-03-31T13:53:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:28.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:28.580Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:53:28.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "aai-ml", "timestamp": 1648734688427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:53:28.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:53:28.645Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3013227147410690052/Definitions/service-BasicOnboardIkfzoq-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_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" 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_subnetpoolid" is not provided 2022-03-31T13:53:30.157Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-31T13:53:30.159Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-31T13:53:30.159Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:30.159Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-31T13:53:30.159Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:30.159Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:30.159Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:30.160Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:30.160Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:30.160Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:30.160Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:30.160Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||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-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:30.160Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_IKfzoQ 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:30.160Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-31T13:53:30.161Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:30.161Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:30.161Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria 2022-03-31T13:53:30.162Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-31T13:53:30.162Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T13:53:30.162Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:30.162Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:30.163Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria 2022-03-31T13:53:30.163Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-31T13:53:30.163Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T13:53:30.163Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:30.164Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:30.164Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:30.164Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is not matching search criteria 2022-03-31T13:53:30.165Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-31T13:53:30.165Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-31T13:53:30.165Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-31T13:53:30.165Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-31T13:53:30.165Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-31T13:53:30.166Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:30.166Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-31T13:53:30.167Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:30.167Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria 2022-03-31T13:53:30.167Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:53:30.168Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:30.168Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria 2022-03-31T13:53:30.168Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:53:30.168Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:30.169Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria 2022-03-31T13:53:30.169Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:53:30.169Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:30.169Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is not matching search criteria 2022-03-31T13:53:30.169Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-31T13:53:30.170Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-31T13:53:30.170Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=17f4b015-ed8c-4fd0-996d-6eaadc191089 2022-03-31T13:53:30.170Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:30.170Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:30.170Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:30.171Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:30.171Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:30.171Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:30.171Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:30.172Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:30.172Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_IKfzoQ Description:service Model UUID:f24ea1d4-f2b7-4c84-8323-47f5be258c68 Model Version:NULL Model InvariantUuid:c07482ad-ecb6-4d18-b79c-f5b8538dfeb0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_IKfzoQ Model UUID:05e23e50-0ea0-4a44-afd6-824ff377afb0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:20d946a6-03ee-4899-94c6-a72a298610d6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8ac39bf9-8d3a-458d-aca3-7003fc004990 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:19aec5ba-275b-435f-808d-284e5000f347 ModelName:BasicOnboardIkfzoq..base_ubuntu18..module-0 ModelUuid:5e60b8fc-67c1-46b6-9e8e-713d5c70e5c0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:17f4b015-ed8c-4fd0-996d-6eaadc191089 ModelInvariantUuid:b783f682-af53-422e-91b5-700f70bf55a6 ModelName:basic_onboard_IKfzoQ-nodes.ubuntu18Cvfc ModelUuid:d8836eb1-9df6-4fa3-ab90-004b0b72d070 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:237ad9fb-c32a-40d1-964e-4b7183af7c9c ModelInvariantUuid:c86c6e03-4b48-41b7-a4fe-cb1c41f16af1 ModelName:BasicOnboardIkfzoq.compute.nodes.heat.ubuntu18 ModelUuid:929d7aac-d5c6-4565-8fd5-57897d38210b 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-03-31T13:53:30.182Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a256ecf4-083f-45f6-9b97-5ac982c4b931 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-03-31T13:53:30.187Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||basic_onboard_IKfzoQ 0 2022-03-31T13:53:30.187Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a256ecf4-083f-45f6-9b97-5ac982c4b931 2022-03-31T13:53:30.187Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ead3c647-c9fe-44d3-8dd2-16203cd03720 from URL: /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json 2022-03-31T13:53:30.187Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:53:30.188Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json 2022-03-31T13:53:30.330Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:53:30.331Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json ead3c647-c9fe-44d3-8dd2-16203cd03720 798 2022-03-31T13:53:30.331Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json ASDC sendASDCNotification 2022-03-31T13:53:30.331Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json 2022-03-31T13:53:30.331Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:53:30.332Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:30.335Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:30.335Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734810331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T13:53:30.435Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:53:30.436Z||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-03-31T13:53:30.436Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:30.450Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:30.451Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:53:31.342Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIkfzoq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "19aec5ba-275b-435f-808d-284e5000f347", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5e60b8fc-67c1-46b6-9e8e-713d5c70e5c0", "vfModuleModelCustomizationUUID": "7dd5c191-eaec-455b-92c4-f4920f710014", "isBase": true, "artifacts": [ "88f075ab-b8c8-42bf-abd4-a36e043fc690", "a18adf21-c2fb-400a-ab92-f368649212ac" ], "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-03-31T13:53:31.348Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIkfzoq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5e60b8fc-67c1-46b6-9e8e-713d5c70e5c0 VfModuleModelInvariantUUID:19aec5ba-275b-435f-808d-284e5000f347 VfModuleModelDescription:NULL Artifacts UUID List:{ 88f075ab-b8c8-42bf-abd4-a36e043fc690 , a18adf21-c2fb-400a-ab92-f368649212ac } 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-03-31T13:53:31.351Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardIkfzoq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "19aec5ba-275b-435f-808d-284e5000f347", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5e60b8fc-67c1-46b6-9e8e-713d5c70e5c0", "vfModuleModelCustomizationUUID": "7dd5c191-eaec-455b-92c4-f4920f710014", "isBase": true, "artifacts": [ "88f075ab-b8c8-42bf-abd4-a36e043fc690", "a18adf21-c2fb-400a-ab92-f368649212ac" ], "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-03-31T13:53:31.351Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardIkfzoq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5e60b8fc-67c1-46b6-9e8e-713d5c70e5c0 VfModuleModelInvariantUUID:19aec5ba-275b-435f-808d-284e5000f347 VfModuleModelDescription:NULL Artifacts UUID List:{ 88f075ab-b8c8-42bf-abd4-a36e043fc690 , a18adf21-c2fb-400a-ab92-f368649212ac } 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-03-31T13:53:31.351Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 88f075ab-b8c8-42bf-abd4-a36e043fc690 from URL: /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml 2022-03-31T13:53:31.351Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:53:31.351Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml 2022-03-31T13:53:31.843Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:53:31.843Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml 88f075ab-b8c8-42bf-abd4-a36e043fc690 5033 2022-03-31T13:53:31.843Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-31T13:53:31.843Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml 2022-03-31T13:53:31.844Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:53:31.844Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:31.851Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:31.851Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734811843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T13:53:31.947Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-31T13:53:31.948Z||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-03-31T13:53:31.948Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:31.959Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:31.960Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-31T13:53:32.852Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a18adf21-c2fb-400a-ab92-f368649212ac from URL: /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env 2022-03-31T13:53:32.852Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:53:32.853Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env 2022-03-31T13:53:33.172Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:53:33.172Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env a18adf21-c2fb-400a-ab92-f368649212ac 909 2022-03-31T13:53:33.173Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-31T13:53:33.173Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env 2022-03-31T13:53:33.173Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:53:33.173Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:33.194Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:33.194Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734813173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-31T13:53:33.290Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-03-31T13:53:33.292Z||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-03-31T13:53:33.292Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:33.306Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:33.308Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:53:34.195Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f24ea1d4-f2b7-4c84-8323-47f5be258c68 2022-03-31T13:53:34.196Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_IKfzoQ 0 a256ecf4-083f-45f6-9b97-5ac982c4b931 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-03-31T13:53:34.211Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@591e6c4b, org.onap.sdc.toscaparser.api.parameters.Input@7c3c51f7, org.onap.sdc.toscaparser.api.parameters.Input@7979c004, org.onap.sdc.toscaparser.api.parameters.Input@31d28ad5, org.onap.sdc.toscaparser.api.parameters.Input@1b84c490] 2022-03-31T13:53:34.213Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:34.213Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:34.213Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-31T13:53:34.213Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8ac39bf9-8d3a-458d-aca3-7003fc004990 2022-03-31T13:53:34.213Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8ac39bf9-8d3a-458d-aca3-7003fc004990 matches Tosca VF Customization UUID: 8ac39bf9-8d3a-458d-aca3-7003fc004990 2022-03-31T13:53:34.213Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8ac39bf9-8d3a-458d-aca3-7003fc004990 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-03-31T13:53:34.216Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:34.216Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:34.217Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8ac39bf9-8d3a-458d-aca3-7003fc004990: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-31T13:53:34.217Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1746b414 2022-03-31T13:53:34.218Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:34.218Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-31T13:53:34.218Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7dd5c191-eaec-455b-92c4-f4920f710014 2022-03-31T13:53:34.218Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7dd5c191-eaec-455b-92c4-f4920f710014 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-03-31T13:53:34.221Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:34.221Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria 2022-03-31T13:53:34.221Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:53:34.222Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:34.222Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria 2022-03-31T13:53:34.222Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:53:34.222Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:34.223Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is not matching search criteria 2022-03-31T13:53:34.223Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-31T13:53:34.223Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-31T13:53:34.223Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=17f4b015-ed8c-4fd0-996d-6eaadc191089 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-03-31T13:53:34.226Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:34.226Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria 2022-03-31T13:53:34.226Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:53:34.227Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:34.227Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_IKfzoQ 0 is matching search criteria 2022-03-31T13:53:34.227Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_IKfzoQ 0] matching following query criteria: sdcType=VF, customizationUUID=8ac39bf9-8d3a-458d-aca3-7003fc004990 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-03-31T13:53:34.229Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:34.229Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:34.229Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f24ea1d4-f2b7-4c84-8323-47f5be258c68: basic_onboard_IKfzoQ 2022-03-31T13:53:34.229Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:34.229Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:34.230Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:34.230Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:34.230Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:34.230Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:34.230Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:34.230Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:34.231Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:53:34.231Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_IKfzoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:53:34.231Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_IKfzoQ 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-03-31T13:53:34.328Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_IKfzoQ a256ecf4-083f-45f6-9b97-5ac982c4b931 1 ASDC deployResourceStructure 2022-03-31T13:53:34.328Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json ASDC sendASDCNotification 2022-03-31T13:53:34.329Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json 2022-03-31T13:53:34.329Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:53:34.329Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:34.332Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:34.332Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734814328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T13:53:34.432Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:53:34.434Z||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-03-31T13:53:34.434Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:34.449Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:34.450Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:53:35.333Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-31T13:53:35.334Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml 2022-03-31T13:53:35.334Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:53:35.334Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:35.336Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:35.336Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734815333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-31T13:53:35.436Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:53:35.437Z||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-03-31T13:53:35.437Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:35.449Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:35.450Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-31T13:53:36.337Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-31T13:53:36.337Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env 2022-03-31T13:53:36.337Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:53:36.338Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:36.339Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:36.340Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734816337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-31T13:53:36.440Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:53:36.441Z||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-03-31T13:53:36.441Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:36.453Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:36.454Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:53:37.341Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar ASDC sendASDCNotification 2022-03-31T13:53:37.341Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar 2022-03-31T13:53:37.341Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:53:37.341Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:53:37.343Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:53:37.344Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734817340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:53:37.444Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:53:37.445Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:53:37.445Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:53:37.456Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:53:37.457Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-31T13:53:38.344Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 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-03-31T13:53:38.356Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 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-03-31T13:53:38.359Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T13:53:38.359Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-31T13:53:38.359Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-31T13:54:08.360Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 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-03-31T13:54:08.377Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 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-03-31T13:54:08.380Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T13:54:08.380Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-31T13:54:08.380Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-31T13:54:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:54:28.561Z||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-03-31T13:54:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:54:28.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:54:28.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734674139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "policy-id", "timestamp": 1648734678120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "ves-openapi-manager", "timestamp": 1648734687260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "cds", "timestamp": 1648734688674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "aai-ml", "timestamp": 1648734688427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.591Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.591Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.591Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734674139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:54:28.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "policy-id", "timestamp": 1648734678120, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:54:28.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "ves-openapi-manager", "timestamp": 1648734687260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "cds", "timestamp": 1648734688674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "NOTIFIED" } 2022-03-31T13:54:28.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "aai-ml", "timestamp": 1648734688427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "ves-openapi-manager", "timestamp": 1648734687260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "cds", "timestamp": 1648734688674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-31T13:54:28.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "aai-ml", "timestamp": 1648734688427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "policy-id", "timestamp": 1648734691576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:54:28.596Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "ves-openapi-manager", "timestamp": 1648734687260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734691933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T13:54:28.597Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "cds", "timestamp": 1648734688674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "aai-ml", "timestamp": 1648734688427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "policy-id", "timestamp": 1648734692580, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:54:28.598Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "ves-openapi-manager", "timestamp": 1648734687260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "cds", "timestamp": 1648734688674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-31T13:54:28.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734693287, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T13:54:28.600Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "aai-ml", "timestamp": 1648734688427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "policy-id", "timestamp": 1648734693583, "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-03-31T13:54:28.609Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 2022-03-31T13:54:28.609Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 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-03-31T13:54:28.621Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.621Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "ves-openapi-manager", "timestamp": 1648734687260, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.622Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.622Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.622Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "cds", "timestamp": 1648734688674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.623Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.623Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.623Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734694684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-31T13:54:28.624Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.624Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "aai-ml", "timestamp": 1648734688427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:54:28.624Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.624Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.626Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "cds", "timestamp": 1648734688674, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:54:28.626Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.627Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.627Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:54:28.628Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.628Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.629Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734695709, "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-03-31T13:54:28.635Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 2022-03-31T13:54:28.635Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 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-03-31T13:54:28.645Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.645Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "aai-ml", "timestamp": 1648734696629, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:54:28.646Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.646Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.646Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "cds", "timestamp": 1648734696652, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:54:28.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734696497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:54:28.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.647Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.647Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "multicloud-k8s-id", "timestamp": 1648734696715, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T13:54:28.647Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.648Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.648Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "cds", "timestamp": 1648734697657, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-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-03-31T13:54:28.652Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 2022-03-31T13:54:28.653Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 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-03-31T13:54:28.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "clamp", "timestamp": 1648734698539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "clamp", "timestamp": 1648734698539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "NOTIFIED" } 2022-03-31T13:54:28.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734700414, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T13:54:28.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "clamp", "timestamp": 1648734698539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734701676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T13:54:28.663Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734701227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "clamp", "timestamp": 1648734698539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734701227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.665Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734703074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-31T13:54:28.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "clamp", "timestamp": 1648734698539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734701227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "clamp", "timestamp": 1648734698539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734704358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/vfwfa2384c70b420_modules.json", "status": "DEPLOY_OK" } 2022-03-31T13:54:28.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734701227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "clamp", "timestamp": 1648734698539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:54:28.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734705364, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-31T13:54:28.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734701227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734706368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/resourceInstances/vfwfa2384c70b420/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-31T13:54:28.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734701227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:54:28.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "aai-ml", "timestamp": 1648734707668, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:54:28.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734707373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331134747/1.0/artifacts/service-Vfw20220331134747-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:54:28.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734701227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:54:28.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:54:28.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "aai-ml", "timestamp": 1648734708672, "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-03-31T13:54:28.677Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 2022-03-31T13:54:28.678Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 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-03-31T13:54:28.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734709035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:54:28.687Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734711862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:54:28.687Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734712868, "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-03-31T13:54:28.693Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 2022-03-31T13:54:28.693Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 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-03-31T13:54:28.701Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.701Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "clamp", "timestamp": 1648734716806, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:54:28.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.702Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "clamp", "timestamp": 1648734718815, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:54:28.702Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:54:28.702Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:54:28.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "clamp", "timestamp": 1648734719819, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 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-03-31T13:54:28.707Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 2022-03-31T13:54:28.707Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc and ComponentName clamp 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-03-31T13:54:38.380Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 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-03-31T13:54:38.398Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 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-03-31T13:54:38.404Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T13:54:38.404Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-31T13:54:38.404Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-31T13:54:38.404Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-31T13:54:38.405Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:54:38.405Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:54:38.405Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:54:38.405Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:54:38.405Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:54:38.405Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:54:38.405Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||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-03-31T13:54:38.411Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-31T13:55:08.411Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc 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-03-31T13:55:08.416Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc and serviceModelVersionId: f24ea1d4-f2b7-4c84-8323-47f5be258c68 2022-03-31T13:55:08.416Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c07482ad-ecb6-4d18-b79c-f5b8538dfeb0 2022-03-31T13:55:08.417Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c07482ad-ecb6-4d18-b79c-f5b8538dfeb0/model-vers/model-ver/f24ea1d4-f2b7-4c84-8323-47f5be258c68?depth=0 2022-03-31T13:55:08.421Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-31T13:55:08.466Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c07482ad-ecb6-4d18-b79c-f5b8538dfeb0/model-vers/model-ver/f24ea1d4-f2b7-4c84-8323-47f5be258c68?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-03-31T13:55:08.468Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c07482ad-ecb6-4d18-b79c-f5b8538dfeb0/model-vers/model-ver/f24ea1d4-f2b7-4c84-8323-47f5be258c68?depth=0|INFO|500||Invoke 2022-03-31T13:55:08.491Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c07482ad-ecb6-4d18-b79c-f5b8538dfeb0/model-vers/model-ver/f24ea1d4-f2b7-4c84-8323-47f5be258c68?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-31T13:55:08.970Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c07482ad-ecb6-4d18-b79c-f5b8538dfeb0/model-vers/model-ver/f24ea1d4-f2b7-4c84-8323-47f5be258c68?depth=0|INFO|500||InvokeReturn 2022-03-31T13:55:08.971Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c07482ad-ecb6-4d18-b79c-f5b8538dfeb0/model-vers/model-ver/f24ea1d4-f2b7-4c84-8323-47f5be258c68?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-13:55:08:726-64189], vertex-id=[200776], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:55:08 GMT], Content-Type=[application/json]} 2022-03-31T13:55:08.972Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-03-31T13:55:08.972Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-31T13:55:08.972Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||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-03-31T13:55:08.978Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||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-03-31T13:55:08.979Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-31T13:55:08.979Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-31T13:55:08.979Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:08.981Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:08.981Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734908979, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T13:55:09.081Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:55:09.083Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:09.083Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:09.113Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:09.114Z||pool-50-thread-1|||||INFO|500||cambria reply ok (32 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-03-31T13:55:09.993Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:55:09.994Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|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-03-31T13:55:09.994Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|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 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:14.304Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:14.305Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-31T13:55:14.305Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0afb2996-a7bf-409e-90bb-2d7873921135","serviceName":"vFW 2022-03-31 13-50-40","serviceVersion":"1.0","serviceUUID":"5b639b11-c8aa-4d64-bce0-8a2dd51fa792","serviceDescription":"catalog service description","serviceInvariantUUID":"10fa7304-4fa4-4232-bbc2-e1f8ff7205cb","resources":[{"resourceInstanceName":"vFW e5a3f1d6-edea 0","resourceName":"vFW e5a3f1d6-edea","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4e9161ae-482d-4935-afdb-9e6776d1fe26","resourceInvariantUUID":"757e4c6c-1e54-42f9-8b87-e6a711817c3c","resourceCustomizationUUID":"3880df37-be6f-4bc9-b68d-c6db7d703031","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vf-license-model.xml","artifactChecksum":"ZjQwMTM4YTQ5MmZkNzJmODg0Y2YxYTNjNDQ5N2MzYjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a57bb7e2-dc38-4853-bdc5-8ef1c076fea5","artifactVersion":"1"},{"artifactName":"vfwe5a3f1d6edea0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json","artifactChecksum":"ZWI4YTk0NjJmYTk2M2VkNTUzOWQzZjdhNzcwOTM2MDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2a7e1191-8f01-408d-a0ce-a1fa05896598","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"524cab20-75ae-4b64-be47-ca36ef6035fd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTVmMmMxYWMzYjUzYzIyZTZlODJjN2RlYjk5NGI4NjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8e6c61a4-cca2-4c28-be76-791568b90043","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7b1199eb-fc15-4bd7-931d-03ad3037e882","artifactVersion":"2","generatedFromUUID":"524cab20-75ae-4b64-be47-ca36ef6035fd"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220331135040-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-template.yml","artifactChecksum":"YWQxNDc1MjIxOTFjYmY1ZWJiNjU1N2IxM2RiYmZmYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"468d4b6c-b80e-475a-bf03-f09049f7058d","artifactVersion":"1"},{"artifactName":"service-Vfw20220331135040-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar","artifactChecksum":"M2ZjN2I0YjgzZjVlOGNmZTZjZmY1Njk1MzIyMjkwYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"15abc0e2-b68b-4609-b1ca-fb5513c03ca5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-31T13:55:14.310Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:55:14.310Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:14.313Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:14.313Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734909993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:55:14.413Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:55:14.414Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:14.414Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:14.429Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:14.429Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-31T13:55:15.314Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:55:15.316Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:15.318Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:15.318Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734909993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "NOTIFIED" } 2022-03-31T13:55:15.418Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:55:15.419Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:15.420Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:15.435Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:15.436Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:55:16.319Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:55:16.320Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:16.323Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:16.323Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734909993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-31T13:55:16.423Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:55:16.425Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:16.425Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:16.439Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:16.439Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:55:17.324Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:55:17.325Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:17.328Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:17.328Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734909993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:55:17.428Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-31T13:55:17.429Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:17.429Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:17.441Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:17.441Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:55:18.329Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:55:18.330Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:18.332Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:18.333Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734909993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-31T13:55:18.433Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:55:18.434Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:18.434Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:18.448Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:18.449Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:55:19.333Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:55:19.334Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:19.337Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:19.337Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734909993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:55:19.437Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:55:19.438Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:19.438Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:19.451Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:19.452Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:55:20.338Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T13:55:20.340Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:20.342Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:20.342Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734909993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:55:20.442Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:55:20.444Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:20.444Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:20.456Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:20.457Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:55:21.345Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "serviceName": "vFW 2022-03-31 13-50-40", "serviceVersion": "1.0", "serviceUUID": "5b639b11-c8aa-4d64-bce0-8a2dd51fa792", "serviceDescription": "catalog service description", "serviceInvariantUUID": "10fa7304-4fa4-4232-bbc2-e1f8ff7205cb", "resources": [ { "resourceInstanceName": "vFW e5a3f1d6-edea 0", "resourceCustomizationUUID": "3880df37-be6f-4bc9-b68d-c6db7d703031", "resourceName": "vFW e5a3f1d6-edea", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4e9161ae-482d-4935-afdb-9e6776d1fe26", "resourceInvariantUUID": "757e4c6c-1e54-42f9-8b87-e6a711817c3c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe5a3f1d6edea0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "artifactChecksum": "ZWI4YTk0NjJmYTk2M2VkNTUzOWQzZjdhNzcwOTM2MDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2a7e1191-8f01-408d-a0ce-a1fa05896598", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "524cab20-75ae-4b64-be47-ca36ef6035fd", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7b1199eb-fc15-4bd7-931d-03ad3037e882", "generatedFromUUID": "524cab20-75ae-4b64-be47-ca36ef6035fd" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7b1199eb-fc15-4bd7-931d-03ad3037e882", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220331135040-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "artifactChecksum": "M2ZjN2I0YjgzZjVlOGNmZTZjZmY1Njk1MzIyMjkwYzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "15abc0e2-b68b-4609-b1ca-fb5513c03ca5" } ], "workloadContext": "Production" } 2022-03-31T13:55:21.346Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-31T13:55:21.346Z|0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5b639b11-c8aa-4d64-bce0-8a2dd51fa792 ASDC 2022-03-31T13:55:21.347Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:0afb2996-a7bf-409e-90bb-2d7873921135 ServiceName:vFW 2022-03-31 13-50-40 ServiceVersion:1.0 ServiceUUID:5b639b11-c8aa-4d64-bce0-8a2dd51fa792 ServiceInvariantUUID:10fa7304-4fa4-4232-bbc2-e1f8ff7205cb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220331135040-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar ArtifactUUID:15abc0e2-b68b-4609-b1ca-fb5513c03ca5 ArtifactChecksum:M2ZjN2I0YjgzZjVlOGNmZTZjZmY1Njk1MzIyMjkwYzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e5a3f1d6-edea 0 ResourceCustomizationUUID:3880df37-be6f-4bc9-b68d-c6db7d703031 ResourceInvariantUUID:757e4c6c-1e54-42f9-8b87-e6a711817c3c ResourceName:vFW e5a3f1d6-edea ResourceType:VF ResourceUUID:4e9161ae-482d-4935-afdb-9e6776d1fe26 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe5a3f1d6edea0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json ArtifactUUID:2a7e1191-8f01-408d-a0ce-a1fa05896598 ArtifactChecksum:ZWI4YTk0NjJmYTk2M2VkNTUzOWQzZjdhNzcwOTM2MDI= 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/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml ArtifactUUID:524cab20-75ae-4b64-be47-ca36ef6035fd 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/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env ArtifactUUID:7b1199eb-fc15-4bd7-931d-03ad3037e882 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/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env ArtifactUUID:7b1199eb-fc15-4bd7-931d-03ad3037e882 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-31T13:55:21.348Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b639b11-c8aa-4d64-bce0-8a2dd51fa792 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-31T13:55:21.382Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T13:55:21.383Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-31T13:55:21.383Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-31T13:55:21.383Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 15abc0e2-b68b-4609-b1ca-fb5513c03ca5 from URL: /sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:21.383Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:55:21.384Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:21.939Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:55:21.944Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar 15abc0e2-b68b-4609-b1ca-fb5513c03ca5 98934 2022-03-31T13:55:21.944Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar ASDC sendASDCNotification 2022-03-31T13:55:21.944Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:21.944Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:55:21.945Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:21.947Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:21.947Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734921944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:55:22.047Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:55:22.049Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:22.049Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:22.063Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:22.064Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:55:22.947Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T13:55:22.948Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-31T13:55:22.949Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 15abc0e2-b68b-4609-b1ca-fb5513c03ca5, URL: /sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar to file: /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:22.949Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220331135040-csar.csar 2022-03-31T13:55:22.950Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:22.950Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:23.161Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9255502856544197514/Definitions/service-Vfw20220331135040-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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_vlan_requirements" 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_onap_private_port_0_order" 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_vfw_int_unprotected_private_port_0_related_networks" 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_protected_private_port_0_network_role" 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_order" 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_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 "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_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 "port_vsn_int_protected_private_port_0_subnetpoolid" 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_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-03-31T13:55:25.274Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-31T13:55:25.275Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-31T13:55:25.275Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:25.275Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-31T13:55:25.275Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:25.275Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:25.276Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:25.276Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:25.276Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:25.276Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:25.276Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:25.276Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:25.276Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:25.276Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||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-Vfw20220331135040-csar.csar 2022-03-31T13:55:25.276Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e5a3f1d6-edea 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:25.277Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:25.277Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:25.277Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-31T13:55:25.277Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.277Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:25.277Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is matching search criteria 2022-03-31T13:55:25.277Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-31T13:55:25.277Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e5a3f1d6-edea 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T13:55:25.278Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.278Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:25.278Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is matching search criteria 2022-03-31T13:55:25.278Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-31T13:55:25.278Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e5a3f1d6-edea 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T13:55:25.278Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.279Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:25.279Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.279Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is not matching search criteria 2022-03-31T13:55:25.279Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-31T13:55:25.279Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-31T13:55:25.279Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-31T13:55:25.279Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:55:25.280Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:25.280Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:55:25.280Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-31T13:55:25.280Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-31T13:55:25.280Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-31T13:55:25.280Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:55:25.280Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:25.281Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-31T13:55:25.281Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:25.281Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-31T13:55:25.281Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:55:25.281Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-31T13:55:25.281Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.281Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-31T13:55:25.281Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.282Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is matching search criteria 2022-03-31T13:55:25.282Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e5a3f1d6-edea 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:55:25.282Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.282Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is matching search criteria 2022-03-31T13:55:25.282Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e5a3f1d6-edea 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:55:25.283Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.283Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is matching search criteria 2022-03-31T13:55:25.283Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e5a3f1d6-edea 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:55:25.283Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.283Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is not matching search criteria 2022-03-31T13:55:25.283Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-31T13:55:25.283Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-31T13:55:25.284Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-31T13:55:25.284Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-31T13:55:25.284Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-31T13:55:25.284Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:55:25.284Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:25.284Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-31T13:55:25.285Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:25.285Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-31T13:55:25.285Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:55:25.285Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b4702a36-9dc0-4a11-9ce7-3e639419d671 2022-03-31T13:55:25.285Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.285Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is not matching search criteria 2022-03-31T13:55:25.285Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-31T13:55:25.286Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-31T13:55:25.286Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-31T13:55:25.286Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:55:25.286Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:25.287Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:55:25.287Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-31T13:55:25.287Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-31T13:55:25.287Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-31T13:55:25.287Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:25.288Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-31T13:55:25.288Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:55:25.288Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17696323-1ef9-4744-834c-631f718bdb33 2022-03-31T13:55:25.288Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.288Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is not matching search criteria 2022-03-31T13:55:25.289Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-31T13:55:25.289Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-31T13:55:25.289Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-31T13:55:25.289Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:55:25.289Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:25.289Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:55:25.289Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-31T13:55:25.290Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-31T13:55:25.290Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-31T13:55:25.290Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:55:25.290Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:25.290Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-31T13:55:25.290Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1f0dcb15-f3ba-49e6-90a3-f2df557b1031 2022-03-31T13:55:25.290Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.291Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:25.291Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.291Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:25.291Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.291Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:25.291Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:25.291Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:25.292Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-31 13-50-40 Description:catalog service description Model UUID:5b639b11-c8aa-4d64-bce0-8a2dd51fa792 Model Version:NULL Model InvariantUuid:10fa7304-4fa4-4232-bbc2-e1f8ff7205cb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e5a3f1d6-edea Model UUID:a00fd316-14fd-4545-bfd0-83aa9693670f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:757e4c6c-1e54-42f9-8b87-e6a711817c3c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3880df37-be6f-4bc9-b68d-c6db7d703031 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6e4aee6b-acd1-413f-adc9-7ea0e4c13dfa ModelName:VfwE5a3f1d6Edea..base_vfw..module-0 ModelUuid:b88ef19f-3c97-43e9-8cde-dcb886772d6f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b4702a36-9dc0-4a11-9ce7-3e639419d671 ModelInvariantUuid:1f58edf5-e553-4093-888c-b5ec8a4d8c6e ModelName:vFW e5a3f1d6-edea-nodes.vfwCvfc ModelUuid:58f9cceb-41ed-4bb5-bec1-c0cc1b4fce9d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:0c2e69de-d707-40ac-a70c-1f0cf1e5702c ModelInvariantUuid:16021346-e110-4a93-b30b-87b339876101 ModelName:VfwE5a3f1d6Edea.compute.nodes.heat.vfw ModelUuid:acab4d12-a7d9-4fde-b0ae-c6e34dd5d7c6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:17696323-1ef9-4744-834c-631f718bdb33 ModelInvariantUuid:6bd27e78-9885-45c2-8003-d50ee969f7cf ModelName:vFW e5a3f1d6-edea-nodes.vsnCvfc ModelUuid:7a0853c6-e17b-452c-bc2d-43fdc25c5997 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:18836797-fcc9-4d49-b1d0-a0da7a4ae75c ModelInvariantUuid:09bb385c-4433-4273-a7a6-23051cacede9 ModelName:VfwE5a3f1d6Edea.compute.nodes.heat.vsn ModelUuid:ada25726-cf25-4456-8ce3-2aef5ffad7d1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1f0dcb15-f3ba-49e6-90a3-f2df557b1031 ModelInvariantUuid:f295ebc0-5539-400c-9240-755110a88518 ModelName:vFW e5a3f1d6-edea-nodes.vpgCvfc ModelUuid:9da566e6-1b59-4440-b7d8-6522a241ab16 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:4ed9e705-dd5e-4f96-81a6-280ee7ddf756 ModelInvariantUuid:26ba0d5c-5f08-4a1a-a56f-78feab964b55 ModelName:VfwE5a3f1d6Edea.compute.nodes.heat.vpg ModelUuid:e1d7e473-ca64-497c-8fe5-b2703bce1372 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-03-31T13:55:25.299Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4e9161ae-482d-4935-afdb-9e6776d1fe26 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-03-31T13:55:25.303Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||vFW e5a3f1d6-edea 0 2022-03-31T13:55:25.303Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4e9161ae-482d-4935-afdb-9e6776d1fe26 2022-03-31T13:55:25.303Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2a7e1191-8f01-408d-a0ce-a1fa05896598 from URL: /sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json 2022-03-31T13:55:25.304Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:55:25.304Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json 2022-03-31T13:55:25.541Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:55:25.542Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json 2a7e1191-8f01-408d-a0ce-a1fa05896598 785 2022-03-31T13:55:25.542Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json ASDC sendASDCNotification 2022-03-31T13:55:25.543Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json 2022-03-31T13:55:25.543Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:55:25.543Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:25.546Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:25.546Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734925542, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T13:55:25.646Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:55:25.647Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:25.648Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:25.660Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:25.661Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:55:26.547Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE5a3f1d6Edea..base_vfw..module-0", "vfModuleModelInvariantUUID": "6e4aee6b-acd1-413f-adc9-7ea0e4c13dfa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b88ef19f-3c97-43e9-8cde-dcb886772d6f", "vfModuleModelCustomizationUUID": "71f75d80-0d44-4cb4-9fad-52eb14450883", "isBase": true, "artifacts": [ "524cab20-75ae-4b64-be47-ca36ef6035fd", "7b1199eb-fc15-4bd7-931d-03ad3037e882" ], "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-03-31T13:55:26.553Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE5a3f1d6Edea..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b88ef19f-3c97-43e9-8cde-dcb886772d6f VfModuleModelInvariantUUID:6e4aee6b-acd1-413f-adc9-7ea0e4c13dfa VfModuleModelDescription:NULL Artifacts UUID List:{ 524cab20-75ae-4b64-be47-ca36ef6035fd , 7b1199eb-fc15-4bd7-931d-03ad3037e882 } 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-03-31T13:55:26.555Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE5a3f1d6Edea..base_vfw..module-0", "vfModuleModelInvariantUUID": "6e4aee6b-acd1-413f-adc9-7ea0e4c13dfa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b88ef19f-3c97-43e9-8cde-dcb886772d6f", "vfModuleModelCustomizationUUID": "71f75d80-0d44-4cb4-9fad-52eb14450883", "isBase": true, "artifacts": [ "524cab20-75ae-4b64-be47-ca36ef6035fd", "7b1199eb-fc15-4bd7-931d-03ad3037e882" ], "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-03-31T13:55:26.555Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE5a3f1d6Edea..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b88ef19f-3c97-43e9-8cde-dcb886772d6f VfModuleModelInvariantUUID:6e4aee6b-acd1-413f-adc9-7ea0e4c13dfa VfModuleModelDescription:NULL Artifacts UUID List:{ 524cab20-75ae-4b64-be47-ca36ef6035fd , 7b1199eb-fc15-4bd7-931d-03ad3037e882 } 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-03-31T13:55:26.556Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 524cab20-75ae-4b64-be47-ca36ef6035fd from URL: /sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml 2022-03-31T13:55:26.556Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:55:26.556Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml 2022-03-31T13:55:26.648Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:55:26.649Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml 524cab20-75ae-4b64-be47-ca36ef6035fd 20368 2022-03-31T13:55:26.649Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-31T13:55:26.649Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml 2022-03-31T13:55:26.650Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:55:26.650Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:26.652Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:26.652Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734926649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T13:55:26.753Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T13:55:26.753Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:26.754Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:26.766Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:26.766Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:55:27.654Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7b1199eb-fc15-4bd7-931d-03ad3037e882 from URL: /sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env 2022-03-31T13:55:27.658Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-31T13:55:27.658Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env 2022-03-31T13:55:28.133Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-31T13:55:28.134Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env 7b1199eb-fc15-4bd7-931d-03ad3037e882 2098 2022-03-31T13:55:28.134Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-31T13:55:28.134Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env 2022-03-31T13:55:28.134Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T13:55:28.135Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:28.137Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:28.137Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734928134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-31T13:55:28.238Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:55:28.240Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:28.240Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:28.260Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:28.261Z||pool-61-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:55:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:55:28.561Z||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-03-31T13:55:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:28.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:28.584Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:55:28.584Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9166f5d4-03a7-49ff-adba-e0a1353b95dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734799027, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T13:55:28.585Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:55:28.585Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:55:28.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:55:28.586Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:55:28.586Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:55:28.586Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "NOTIFIED" } 2022-03-31T13:55:28.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:55:28.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:55:28.587Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-31T13:55:28.587Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:55:28.587Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:55:28.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:55:28.588Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:55:28.588Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:55:28.588Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-31T13:55:28.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:55:28.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:55:28.589Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:55:28.589Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:55:28.589Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:55:28.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734688556, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:55:28.590Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-31T13:55:28.590Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-31T13:55:28.590Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734807450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:55:28.591Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:55:29.142Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5b639b11-c8aa-4d64-bce0-8a2dd51fa792 2022-03-31T13:55:29.142Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e5a3f1d6-edea 0 4e9161ae-482d-4935-afdb-9e6776d1fe26 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-03-31T13:55:29.163Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@626a90b8, org.onap.sdc.toscaparser.api.parameters.Input@31f3c598, org.onap.sdc.toscaparser.api.parameters.Input@6c23b9c4, org.onap.sdc.toscaparser.api.parameters.Input@7bc42825, org.onap.sdc.toscaparser.api.parameters.Input@4d1d98b5] 2022-03-31T13:55:29.165Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.165Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:29.165Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-31T13:55:29.165Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3880df37-be6f-4bc9-b68d-c6db7d703031 2022-03-31T13:55:29.165Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3880df37-be6f-4bc9-b68d-c6db7d703031 matches Tosca VF Customization UUID: 3880df37-be6f-4bc9-b68d-c6db7d703031 2022-03-31T13:55:29.166Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3880df37-be6f-4bc9-b68d-c6db7d703031 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-03-31T13:55:29.168Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.168Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:29.169Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3880df37-be6f-4bc9-b68d-c6db7d703031: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-03-31T13:55:29.169Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49aeb4c0 2022-03-31T13:55:29.170Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.170Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-31T13:55:29.170Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 71f75d80-0d44-4cb4-9fad-52eb14450883 2022-03-31T13:55:29.170Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 71f75d80-0d44-4cb4-9fad-52eb14450883 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-03-31T13:55:29.172Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.172Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is matching search criteria 2022-03-31T13:55:29.172Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e5a3f1d6-edea 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:55:29.173Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.173Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is matching search criteria 2022-03-31T13:55:29.173Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e5a3f1d6-edea 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:55:29.173Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.173Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is not matching search criteria 2022-03-31T13:55:29.174Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-31T13:55:29.174Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-31T13:55:29.174Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-31T13:55:29.174Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-31T13:55:29.174Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-31T13:55:29.175Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:55:29.175Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:29.175Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-31T13:55:29.175Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:29.175Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-31T13:55:29.175Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:55:29.176Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b4702a36-9dc0-4a11-9ce7-3e639419d671 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-03-31T13:55:29.178Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.178Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is matching search criteria 2022-03-31T13:55:29.178Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e5a3f1d6-edea 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:55:29.179Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.179Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is not matching search criteria 2022-03-31T13:55:29.179Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-31T13:55:29.179Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-31T13:55:29.180Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-31T13:55:29.180Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:55:29.180Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:29.180Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:55:29.181Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-31T13:55:29.181Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-31T13:55:29.181Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-31T13:55:29.181Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:29.182Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-31T13:55:29.182Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:55:29.182Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=17696323-1ef9-4744-834c-631f718bdb33 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-03-31T13:55:29.184Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.184Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is matching search criteria 2022-03-31T13:55:29.185Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e5a3f1d6-edea 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:55:29.185Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.185Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is not matching search criteria 2022-03-31T13:55:29.185Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-31T13:55:29.185Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-31T13:55:29.186Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-31T13:55:29.186Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:55:29.186Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:29.186Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-31T13:55:29.186Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-31T13:55:29.186Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-31T13:55:29.187Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-31T13:55:29.187Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-31T13:55:29.187Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-31T13:55:29.187Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-31T13:55:29.187Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1f0dcb15-f3ba-49e6-90a3-f2df557b1031 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-03-31T13:55:29.189Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.189Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is matching search criteria 2022-03-31T13:55:29.190Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e5a3f1d6-edea 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T13:55:29.190Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.190Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Node template vFW e5a3f1d6-edea 0 is matching search criteria 2022-03-31T13:55:29.190Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW e5a3f1d6-edea 0] matching following query criteria: sdcType=VF, customizationUUID=3880df37-be6f-4bc9-b68d-c6db7d703031 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-03-31T13:55:29.192Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.192Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:29.192Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5b639b11-c8aa-4d64-bce0-8a2dd51fa792: vFW e5a3f1d6-edea 2022-03-31T13:55:29.192Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.192Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:29.193Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.193Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:29.193Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.193Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:29.193Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.193Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:29.193Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T13:55:29.194Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-31 13-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T13:55:29.194Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-31 13-50-40 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-03-31T13:55:29.373Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e5a3f1d6-edea 4e9161ae-482d-4935-afdb-9e6776d1fe26 1 ASDC deployResourceStructure 2022-03-31T13:55:29.374Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json ASDC sendASDCNotification 2022-03-31T13:55:29.374Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json 2022-03-31T13:55:29.375Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:55:29.375Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:29.377Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:29.378Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734929374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T13:55:29.478Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:55:29.479Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:29.479Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:29.492Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:29.492Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:55:30.378Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-31T13:55:30.379Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml 2022-03-31T13:55:30.379Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:55:30.379Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:30.381Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:30.381Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734930378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-31T13:55:30.481Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:55:30.482Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:30.482Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:30.495Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:30.495Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:55:31.383Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-31T13:55:31.383Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env 2022-03-31T13:55:31.383Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:55:31.383Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:31.385Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:31.387Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734931382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-31T13:55:31.486Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T13:55:31.487Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:31.487Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:31.499Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:31.499Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:55:32.388Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar ASDC sendASDCNotification 2022-03-31T13:55:32.388Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar 2022-03-31T13:55:32.389Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T13:55:32.389Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:55:32.391Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:55:32.392Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734932387, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:55:32.492Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T13:55:32.493Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:55:32.493Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:55:32.506Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:55:32.507Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T13:55:33.392Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0afb2996-a7bf-409e-90bb-2d7873921135 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-03-31T13:55:33.402Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0afb2996-a7bf-409e-90bb-2d7873921135 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-03-31T13:55:33.404Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T13:55:33.404Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-31T13:55:33.404Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-31T13:56:03.405Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0afb2996-a7bf-409e-90bb-2d7873921135 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-03-31T13:56:03.416Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0afb2996-a7bf-409e-90bb-2d7873921135 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-03-31T13:56:03.418Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T13:56:03.418Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-31T13:56:03.418Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-31T13:56:28.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:56:28.561Z||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-03-31T13:56:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:56:28.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:56:28.590Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.590Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734810331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T13:56:28.591Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734811843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T13:56:28.591Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.591Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734813173, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-31T13:56:28.592Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734814328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/basic_onboard_ikfzoq0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T13:56:28.592Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734815333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-31T13:56:28.592Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734816337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/resourceInstances/basic_onboard_ikfzoq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-31T13:56:28.593Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734817340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIkfzoq/1.0/artifacts/service-BasicOnboardIkfzoq-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:56:28.593Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "clamp", "timestamp": 1648734818539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "multicloud-k8s-id", "timestamp": 1648734814139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.594Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.594Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.594Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "policy-id", "timestamp": 1648734818120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "clamp", "timestamp": 1648734818539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "NOTIFIED" } 2022-03-31T13:56:28.595Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.595Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.595Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "multicloud-k8s-id", "timestamp": 1648734814139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "NOTIFIED" } 2022-03-31T13:56:28.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "policy-id", "timestamp": 1648734818120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.596Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734821227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "clamp", "timestamp": 1648734818539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "multicloud-k8s-id", "timestamp": 1648734814139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-31T13:56:28.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "policy-id", "timestamp": 1648734818120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-31T13:56:28.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734821227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "clamp", "timestamp": 1648734818539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "multicloud-k8s-id", "timestamp": 1648734814139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "policy-id", "timestamp": 1648734818120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734821227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "cds", "timestamp": 1648734823674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "clamp", "timestamp": 1648734818539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "multicloud-k8s-id", "timestamp": 1648734814139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-31T13:56:28.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "policy-id", "timestamp": 1648734818120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734821227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "cds", "timestamp": 1648734823674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "clamp", "timestamp": 1648734818539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "multicloud-k8s-id", "timestamp": 1648734814139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "policy-id", "timestamp": 1648734818120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734821227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "cds", "timestamp": 1648734823674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "clamp", "timestamp": 1648734818539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:56:28.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "multicloud-k8s-id", "timestamp": 1648734814139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:56:28.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "policy-id", "timestamp": 1648734818120, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:56:28.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734821227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "cds", "timestamp": 1648734823674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "ves-openapi-manager", "timestamp": 1648734827260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734821227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:56:28.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "multicloud-k8s-id", "timestamp": 1648734827916, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T13:56:28.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "policy-id", "timestamp": 1648734827656, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:56:28.606Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "cds", "timestamp": 1648734823674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "ves-openapi-manager", "timestamp": 1648734827260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "policy-id", "timestamp": 1648734828660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:56:28.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "cds", "timestamp": 1648734823674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734829061, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:56:28.607Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "multicloud-k8s-id", "timestamp": 1648734829124, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T13:56:28.608Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "ves-openapi-manager", "timestamp": 1648734827260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "policy-id", "timestamp": 1648734829662, "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-03-31T13:56:28.616Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0afb2996-a7bf-409e-90bb-2d7873921135 2022-03-31T13:56:28.617Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0afb2996-a7bf-409e-90bb-2d7873921135 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-03-31T13:56:28.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "cds", "timestamp": 1648734823674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:56:28.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "multicloud-k8s-id", "timestamp": 1648734830614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-31T13:56:28.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "ves-openapi-manager", "timestamp": 1648734827260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "cds", "timestamp": 1648734831988, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:56:28.630Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "multicloud-k8s-id", "timestamp": 1648734831650, "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-03-31T13:56:28.636Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0afb2996-a7bf-409e-90bb-2d7873921135 2022-03-31T13:56:28.636Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0afb2996-a7bf-409e-90bb-2d7873921135 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-03-31T13:56:28.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "ves-openapi-manager", "timestamp": 1648734827260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "cds", "timestamp": 1648734832994, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-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-03-31T13:56:28.648Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0afb2996-a7bf-409e-90bb-2d7873921135 2022-03-31T13:56:28.649Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0afb2996-a7bf-409e-90bb-2d7873921135 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-03-31T13:56:28.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "multicloud-k8s-id", "timestamp": 1648734832657, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T13:56:28.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734832786, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:56:28.659Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "ves-openapi-manager", "timestamp": 1648734827260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648734833795, "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-03-31T13:56:28.667Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0afb2996-a7bf-409e-90bb-2d7873921135 2022-03-31T13:56:28.667Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0afb2996-a7bf-409e-90bb-2d7873921135 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-03-31T13:56:28.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "ves-openapi-manager", "timestamp": 1648734827260, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "clamp", "timestamp": 1648734835833, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:56:28.678Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "clamp", "timestamp": 1648734836861, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:56:28.678Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "clamp", "timestamp": 1648734837867, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 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-03-31T13:56:28.684Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0afb2996-a7bf-409e-90bb-2d7873921135 2022-03-31T13:56:28.684Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0afb2996-a7bf-409e-90bb-2d7873921135 and ComponentName clamp 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-03-31T13:56:28.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "aai-ml", "timestamp": 1648734838427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "aai-ml", "timestamp": 1648734838427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "aai-ml", "timestamp": 1648734838427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "aai-ml", "timestamp": 1648734838427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "aai-ml", "timestamp": 1648734838427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "aai-ml", "timestamp": 1648734838427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:56:28.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "aai-ml", "timestamp": 1648734838427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:56:28.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:56:28.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "aai-ml", "timestamp": 1648734846349, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:56:28.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "aai-ml", "timestamp": 1648734859369, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:56:28.696Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:56:28.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:56:28.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "aai-ml", "timestamp": 1648734860373, "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-03-31T13:56:28.701Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0afb2996-a7bf-409e-90bb-2d7873921135 2022-03-31T13:56:28.701Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0afb2996-a7bf-409e-90bb-2d7873921135 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-03-31T13:56:33.419Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0afb2996-a7bf-409e-90bb-2d7873921135 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-03-31T13:56:33.431Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0afb2996-a7bf-409e-90bb-2d7873921135 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-03-31T13:56:33.435Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T13:56:33.435Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-31T13:56:33.435Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-31T13:56:33.435Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-31T13:56:33.435Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:56:33.436Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:56:33.436Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:56:33.436Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:56:33.436Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:56:33.436Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T13:56:33.437Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||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-03-31T13:56:33.442Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-31T13:57:03.442Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0afb2996-a7bf-409e-90bb-2d7873921135 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-03-31T13:57:03.448Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0afb2996-a7bf-409e-90bb-2d7873921135 and serviceModelVersionId: 5b639b11-c8aa-4d64-bce0-8a2dd51fa792 2022-03-31T13:57:03.449Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 10fa7304-4fa4-4232-bbc2-e1f8ff7205cb 2022-03-31T13:57:03.449Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/10fa7304-4fa4-4232-bbc2-e1f8ff7205cb/model-vers/model-ver/5b639b11-c8aa-4d64-bce0-8a2dd51fa792?depth=0 2022-03-31T13:57:03.454Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-31T13:57:03.498Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fa7304-4fa4-4232-bbc2-e1f8ff7205cb/model-vers/model-ver/5b639b11-c8aa-4d64-bce0-8a2dd51fa792?depth=0|INFO|500||Invoke 2022-03-31T13:57:03.499Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fa7304-4fa4-4232-bbc2-e1f8ff7205cb/model-vers/model-ver/5b639b11-c8aa-4d64-bce0-8a2dd51fa792?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fa7304-4fa4-4232-bbc2-e1f8ff7205cb/model-vers/model-ver/5b639b11-c8aa-4d64-bce0-8a2dd51fa792?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0afb2996-a7bf-409e-90bb-2d7873921135], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d7f166b3-852b-4e2c-aa50-7d242eddf63f], X-ECOMP-RequestID=[0afb2996-a7bf-409e-90bb-2d7873921135], X-TransactionId=[], X-ONAP-RequestID=[0afb2996-a7bf-409e-90bb-2d7873921135], Content-Type=[application/merge-patch+json]} 2022-03-31T13:57:03.522Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fa7304-4fa4-4232-bbc2-e1f8ff7205cb/model-vers/model-ver/5b639b11-c8aa-4d64-bce0-8a2dd51fa792?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-31T13:57:03.951Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fa7304-4fa4-4232-bbc2-e1f8ff7205cb/model-vers/model-ver/5b639b11-c8aa-4d64-bce0-8a2dd51fa792?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fa7304-4fa4-4232-bbc2-e1f8ff7205cb/model-vers/model-ver/5b639b11-c8aa-4d64-bce0-8a2dd51fa792?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220331-13:57:03:757-25119], vertex-id=[225320], Content-Length=[0], Date=[Thu, 31 Mar 2022 13:57:03 GMT], Content-Type=[application/json]} 2022-03-31T13:57:03.952Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fa7304-4fa4-4232-bbc2-e1f8ff7205cb/model-vers/model-ver/5b639b11-c8aa-4d64-bce0-8a2dd51fa792?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-31T13:57:03.952Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/10fa7304-4fa4-4232-bbc2-e1f8ff7205cb/model-vers/model-ver/5b639b11-c8aa-4d64-bce0-8a2dd51fa792?depth=0|INFO|500||InvokeReturn 2022-03-31T13:57:03.953Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-31T13:57:03.953Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||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-03-31T13:57:03.958Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||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-03-31T13:57:03.958Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0afb2996-a7bf-409e-90bb-2d7873921135 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-31T13:57:03.959Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-31T13:57:03.959Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-31T13:57:03.961Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T13:57:03.962Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735023959, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T13:57:04.062Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T13:57:04.063Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T13:57:04.063Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T13:57:04.080Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:57:04.080Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-31T13:57:04.975Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:57:04.976Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T13:57:04.976Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T13:57:14.523Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:57:14.524Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:57:14.525Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T13:57:14.525Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T13:57:24.073Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:57:24.074Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:57:24.076Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T13:57:24.076Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T13:57:28.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:57:28.562Z||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-03-31T13:57:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:57:28.583Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:57:28.584Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:57:28.584Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0be3ff4e-0f1d-4ff7-bc3a-3826b9c8c1dc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734908979, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T13:57:28.585Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:57:28.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:57:28.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734909993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:57:28.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:57:28.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:57:28.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734909993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "NOTIFIED" } 2022-03-31T13:57:28.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:57:28.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:57:28.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734909993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-31T13:57:28.586Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:57:28.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:57:28.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734909993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T13:57:28.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:57:28.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:57:28.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734909993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-31T13:57:28.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:57:28.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:57:28.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734909993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T13:57:28.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:57:28.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:57:28.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734909993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "NOTIFIED" } 2022-03-31T13:57:28.587Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-31T13:57:28.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:57:28.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734921944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T13:57:28.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:57:28.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:57:28.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734925542, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T13:57:28.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:57:28.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:57:28.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734926649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T13:57:28.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:57:28.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:57:28.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734928134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-31T13:57:28.588Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:57:33.613Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:57:33.615Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:57:33.616Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T13:57:33.616Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T13:57:43.151Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:57:43.152Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:57:43.153Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T13:57:43.153Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T13:57:52.696Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:58:28.556Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:58:28.558Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T13:58:28.558Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T13:58:28.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:58:28.561Z||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-03-31T13:58:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:58:28.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:58:28.585Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:58:28.585Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734929374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/vfwe5a3f1d6edea0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T13:58:28.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:58:28.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:58:28.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734930378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-31T13:58:28.586Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:58:28.586Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:58:28.586Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734931382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/resourceInstances/vfwe5a3f1d6edea0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-31T13:58:28.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:58:28.587Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:58:28.587Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648734932387, "artifactURL": "/sdc/v1/catalog/services/Vfw20220331135040/1.0/artifacts/service-Vfw20220331135040-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T13:58:28.587Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:58:38.119Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:59:28.556Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:59:28.557Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T13:59:28.557Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T13:59:28.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T13:59:28.561Z||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-03-31T13:59:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T13:59:29.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T13:59:29.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-31T13:59:29.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0afb2996-a7bf-409e-90bb-2d7873921135", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735023959, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T13:59:29.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T13:59:38.109Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:00:28.557Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:00:28.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:00:28.561Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T14:00:28.561Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:00:28.561Z||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-03-31T14:00:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:00:38.115Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:00:38.115Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:01:28.556Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:01:28.559Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T14:01:28.559Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:01:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:01:28.560Z||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-03-31T14:01:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:01:38.113Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:01:38.114Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:02:28.556Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:02:28.557Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T14:02:28.557Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:02:28.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:02:28.561Z||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-03-31T14:02:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:02:38.105Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:02:38.105Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:03:28.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:03:28.557Z||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-03-31T14:03:28.557Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:03:28.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:03:28.560Z||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-03-31T14:03:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:03:38.107Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:03:38.112Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:04:28.556Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:04:28.557Z||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-03-31T14:04:28.557Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:04:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:04:28.561Z||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-03-31T14:04:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:04:38.123Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:04:38.125Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:05:28.557Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:05:28.558Z||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-03-31T14:05:28.559Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:05:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:05:28.562Z||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-03-31T14:05:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:05:29.206Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:05:29.207Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.207Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "multicloud-k8s-id", "timestamp": 1648735474139, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:05:29.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T14:05:29.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "policy-id", "timestamp": 1648735478120, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:05:29.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T14:05:29.209Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.209Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "clamp", "timestamp": 1648735478539, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:05:29.209Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T14:05:29.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "multicloud-k8s-id", "timestamp": 1648735474139, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:05:29.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T14:05:29.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "policy-id", "timestamp": 1648735478120, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:05:29.210Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:05:29.210Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T14:05:29.210Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.210Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "clamp", "timestamp": 1648735478539, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:05:29.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T14:05:29.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735481228, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:05:29.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e1fa3c7-e5c8-42a5-a379-45d2a46419d1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe","serviceDescription":"service","serviceInvariantUUID":"9cee4bc6-bffb-47b7-ae37-1eb45b8c3187","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"d6442340-800d-4b0e-ac8f-14f6c2f433bf","resourceInvariantUUID":"6adce8b2-6d18-41a3-a5c9-b04bb43deba0","resourceCustomizationUUID":"6e5bc441-8160-41bd-b583-c1a83fa87c1d","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":"ODI3OWQ1YTFhODFhOGQxYmJiM2IxOTJkN2U5OGZhOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ad1cb79f-284f-4a52-8c12-dbb0f5583c42","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Njk4MjRmNThiMzlkZmFmMGM2NTc0NDc1ZjdmZGMwMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d17a6226-613b-4640-85f8-1cc4db52ce81","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-31T14:05:29.211Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T14:05:29.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "policy-id", "timestamp": 1648735481847, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:05:29.211Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:05:29.211Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.211Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735481228, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:05:29.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T14:05:29.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "policy-id", "timestamp": 1648735482851, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:05:29.212Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:05:29.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "cds", "timestamp": 1648735483674, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:05:29.212Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T14:05:29.212Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.212Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "policy-id", "timestamp": 1648735483854, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-03-31T14:05:29.215Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:05:29.216Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-31T14:05:29.222Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:05:29.222Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735528556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 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-03-31T14:05:29.260Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 2022-03-31T14:05:29.261Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 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-03-31T14:05:29.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735484520, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:05:29.274Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:05:29.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "cds", "timestamp": 1648735483674, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:05:29.276Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T14:05:29.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735486358, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:05:29.277Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:05:29.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "cds", "timestamp": 1648735486871, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:05:29.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:05:29.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735487362, "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-03-31T14:05:29.285Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 2022-03-31T14:05:29.286Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 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-03-31T14:05:29.299Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.300Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "cds", "timestamp": 1648735487878, "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-03-31T14:05:29.308Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 2022-03-31T14:05:29.309Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 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-03-31T14:05:29.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "ves-openapi-manager", "timestamp": 1648735487260, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:05:29.322Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:05:29.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T14:05:29.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.324Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:05:29.324Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:05:29.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "ves-openapi-manager", "timestamp": 1648735487260, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:05:29.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T14:05:29.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "clamp", "timestamp": 1648735489978, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:05:29.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:05:29.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "clamp", "timestamp": 1648735491989, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:05:29.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:05:29.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "clamp", "timestamp": 1648735492993, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 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-03-31T14:05:29.341Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 2022-03-31T14:05:29.341Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 and ComponentName clamp 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-03-31T14:05:29.343Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:05:29.344Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-31T14:05:29.358Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.358Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "aai-ml", "timestamp": 1648735498427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:05:29.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T14:05:29.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "aai-ml", "timestamp": 1648735498427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:05:29.359Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-31T14:05:29.359Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.359Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "aai-ml", "timestamp": 1648735501775, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:05:29.365Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:05:29.365Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.366Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "aai-ml", "timestamp": 1648735507869, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:05:29.366Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:05:29.366Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-31T14:05:29.367Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "aai-ml", "timestamp": 1648735508873, "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-03-31T14:05:29.375Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 2022-03-31T14:05:29.375Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 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-03-31T14:05:30.223Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:05:30.224Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:05:30.243Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:05:30.243Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735528556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:05:30.341Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-31T14:05:30.342Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:05:30.343Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:05:30.355Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:05:30.356Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:05:31.245Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe", "serviceDescription": "service", "serviceInvariantUUID": "9cee4bc6-bffb-47b7-ae37-1eb45b8c3187", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "6e5bc441-8160-41bd-b583-c1a83fa87c1d", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "d6442340-800d-4b0e-ac8f-14f6c2f433bf", "resourceInvariantUUID": "6adce8b2-6d18-41a3-a5c9-b04bb43deba0", "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": "Njk4MjRmNThiMzlkZmFmMGM2NTc0NDc1ZjdmZGMwMTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d17a6226-613b-4640-85f8-1cc4db52ce81" } ], "workloadContext": "Production" } 2022-03-31T14:05:31.245Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-31T14:05:31.245Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe ASDC 2022-03-31T14:05:31.246Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe ServiceInvariantUUID:9cee4bc6-bffb-47b7-ae37-1eb45b8c3187 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:d17a6226-613b-4640-85f8-1cc4db52ce81 ArtifactChecksum:Njk4MjRmNThiMzlkZmFmMGM2NTc0NDc1ZjdmZGMwMTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:6e5bc441-8160-41bd-b583-c1a83fa87c1d ResourceInvariantUUID:6adce8b2-6d18-41a3-a5c9-b04bb43deba0 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:d6442340-800d-4b0e-ac8f-14f6c2f433bf ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-31T14:05:31.247Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe 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-03-31T14:05:31.278Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T14:05:31.279Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:05:31.279Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:05:31.279Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d17a6226-613b-4640-85f8-1cc4db52ce81 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-31T14:05:31.280Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:05:31.280Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-31T14:05:31.933Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:05:31.936Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar d17a6226-613b-4640-85f8-1cc4db52ce81 52508 2022-03-31T14:05:31.936Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-31T14:05:31.937Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-31T14:05:31.937Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:05:31.937Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:05:31.939Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:05:31.940Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735531936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:05:32.042Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-31T14:05:32.043Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:05:32.043Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:05:32.058Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:05:32.059Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:05:32.940Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T14:05:32.941Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:05:32.941Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d17a6226-613b-4640-85f8-1cc4db52ce81, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-31T14:05:32.942Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-31T14:05:32.942Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-31T14:05:32.942Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-31T14:05:33.107Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9573568187385657418/Definitions/service-BasicNetwork-template.yml 2022-03-31T14:05:33.660Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-31T14:05:33.661Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-31T14:05:33.661Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-31T14:05:33.661Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-31T14:05:33.661Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||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-03-31T14:05:33.661Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||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-03-31T14:05:33.661Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||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-03-31T14:05:33.662Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||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-03-31T14:05:33.662Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||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-03-31T14:05:33.662Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||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-03-31T14:05:33.662Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||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-03-31T14:05:33.662Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||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-03-31T14:05:33.662Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-31T14:05:33.662Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:05:33.662Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:05:33.663Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-31T14:05:33.663Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-31T14:05:33.663Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T14:05:33.663Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:05:33.663Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:05:33.664Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-31T14:05:33.664Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-31T14:05:33.664Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T14:05:33.664Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:05:33.664Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:05:33.664Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:05:33.664Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:05:33.665Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:05:33.665Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:05:33.665Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:05:33.665Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:05:33.665Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:05:33.665Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:05:33.665Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe Model Version:NULL Model InvariantUuid:9cee4bc6-bffb-47b7-ae37-1eb45b8c3187 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:6adce8b2-6d18-41a3-a5c9-b04bb43deba0 Model UUID:545c7aea-18a5-45a8-aaa2-f713d4d44027 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:6e5bc441-8160-41bd-b583-c1a83fa87c1d 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-03-31T14:05:33.675Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: d6442340-800d-4b0e-ac8f-14f6c2f433bf 2022-03-31T14:05:33.675Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||No resources found for Service: 2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe 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-03-31T14:05:33.681Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500|| 2022-03-31T14:05:33.682Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-31T14:05:33.686Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe 2022-03-31T14:05:33.686Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe 2022-03-31T14:05:33.686Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-31T14:05:33.686Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||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-03-31T14:05:33.691Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72564c48, org.onap.sdc.toscaparser.api.parameters.Input@3eaebda0, org.onap.sdc.toscaparser.api.parameters.Input@3788f399, org.onap.sdc.toscaparser.api.parameters.Input@46b5b2bd, org.onap.sdc.toscaparser.api.parameters.Input@641922f] 2022-03-31T14:05:33.693Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:05:33.693Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:05:33.694Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:05:33.694Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:05:33.694Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe: Generic NeutronNet 2022-03-31T14:05:33.694Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:05:33.694Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:05:33.695Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:05:33.695Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||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-03-31T14:05:33.737Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:05:33.738Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:05:33.738Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:05:33.738Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:05:33.738Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:05:33.739Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:05:33.739Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||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-03-31T14:05:33.791Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-31T14:05:33.792Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-31T14:05:33.792Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-31T14:05:33.792Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:05:33.792Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:05:33.794Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:05:33.794Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735533792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:05:33.894Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:05:33.895Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:05:33.895Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:05:33.908Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:05:33.908Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:05:34.795Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 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-03-31T14:05:34.814Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 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-03-31T14:05:34.822Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T14:05:34.823Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-31T14:05:34.823Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-31T14:05:34.823Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-31T14:05:34.823Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:05:34.823Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:05:34.823Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:05:34.823Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:05:34.824Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:05:34.824Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:05:34.824Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||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-03-31T14:05:34.836Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-31T14:06:04.836Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 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-03-31T14:06:04.846Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 and serviceModelVersionId: 2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe 2022-03-31T14:06:04.846Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9cee4bc6-bffb-47b7-ae37-1eb45b8c3187 2022-03-31T14:06:04.849Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9cee4bc6-bffb-47b7-ae37-1eb45b8c3187/model-vers/model-ver/2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe?depth=0 2022-03-31T14:06:04.859Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-31T14:06:04.957Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cee4bc6-bffb-47b7-ae37-1eb45b8c3187/model-vers/model-ver/2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe?depth=0|INFO|500||Invoke 2022-03-31T14:06:04.958Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cee4bc6-bffb-47b7-ae37-1eb45b8c3187/model-vers/model-ver/2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cee4bc6-bffb-47b7-ae37-1eb45b8c3187/model-vers/model-ver/2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9e1fa3c7-e5c8-42a5-a379-45d2a46419d1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[de6b8fad-9ef2-4830-9589-4940422190e9], X-ECOMP-RequestID=[9e1fa3c7-e5c8-42a5-a379-45d2a46419d1], X-TransactionId=[], X-ONAP-RequestID=[9e1fa3c7-e5c8-42a5-a379-45d2a46419d1], Content-Type=[application/merge-patch+json]} 2022-03-31T14:06:04.987Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cee4bc6-bffb-47b7-ae37-1eb45b8c3187/model-vers/model-ver/2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-31T14:06:05.714Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cee4bc6-bffb-47b7-ae37-1eb45b8c3187/model-vers/model-ver/2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cee4bc6-bffb-47b7-ae37-1eb45b8c3187/model-vers/model-ver/2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220331-14:06:05:224-18135], vertex-id=[192512], Content-Length=[0], Date=[Thu, 31 Mar 2022 14:06:05 GMT], Content-Type=[application/json]} 2022-03-31T14:06:05.715Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cee4bc6-bffb-47b7-ae37-1eb45b8c3187/model-vers/model-ver/2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-31T14:06:05.716Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cee4bc6-bffb-47b7-ae37-1eb45b8c3187/model-vers/model-ver/2a41f1c2-2b71-4cc3-ba5e-7ce4fd35ddbe?depth=0|INFO|500||InvokeReturn 2022-03-31T14:06:05.716Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-31T14:06:05.718Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||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-03-31T14:06:05.731Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||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-03-31T14:06:05.733Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e1fa3c7-e5c8-42a5-a379-45d2a46419d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-31T14:06:05.733Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-31T14:06:05.733Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:06:05.737Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:06:05.737Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735565733, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T14:06:05.837Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T14:06:05.838Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:06:05.839Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:06:05.859Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:06:05.859Z||pool-71-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-31T14:06:28.556Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:06:28.558Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|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-03-31T14:06:28.558Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:06:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:06:28.560Z||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-03-31T14:06:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:06:28.686Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:06:28.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:06:28.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735528556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:06:28.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:06:29.191Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:06:29.192Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-31T14:06:29.192Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d73f2fb-c63c-4b93-996b-7e721647646e","serviceName":"Demo_pNF_EjAfd664aJL4dsgca7Kb","serviceVersion":"1.0","serviceUUID":"8d0662f4-f4ae-4034-8a24-7f13d893c6c7","serviceDescription":"catalog service description","serviceInvariantUUID":"d6297dd0-a824-4ffd-8084-d44c51fe6847","resources":[{"resourceInstanceName":"pNF 427e6629-8f84 0","resourceName":"pNF 427e6629-8f84","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ce181cc6-3889-497c-89e8-1fded04bc9da","resourceInvariantUUID":"18fa6a04-8b46-4604-9f3c-c54f932a6eef","resourceCustomizationUUID":"589bc70b-84d4-4136-a5bc-37947c6c9adb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vf-license-model.xml","artifactChecksum":"NmQ4ZjdmNTk3M2E5YmRiNmJjYzM3MmE2Zjc3NmRkODM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b872dccb-91da-4a76-ac13-6f246ec02e95","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/pNF.csar","artifactChecksum":"MzU4ZTNiYzFjZmFlNjIzMmRlZWE0MTU1OTY5OGYxYmQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d14db4e7-8c86-43a1-946a-a35978599d4d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eb6183d2-e29b-4198-babd-4df3213cdc07","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vendor-license-model.xml","artifactChecksum":"OWQwYjJlZmI2YjQzYmY3YmE0ZGE5NWNhYjMwZjVmM2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"80b5768b-4609-430b-b482-f33093ddeab0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f4edcbda-9acf-4f44-bcb1-da7a69cdde23","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6bdb0f0e-744a-4df9-b00a-8f0ed26ee699","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfEjafd664ajl4dsgca7kb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-template.yml","artifactChecksum":"ZjkwYzllZGEwOWY4NjE1MmM2MGI1NjZkZGNhNWU0YWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"38aa57e4-3553-4f9a-90c2-ddcdc01172b3","artifactVersion":"1"},{"artifactName":"service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar","artifactChecksum":"YzYyMzMzNjQ5MDIyODhjMGE2NzJjYmMwYmZjYmMzNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"734d1167-999a-4efd-b18f-3162a7ff853d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-31T14:06:29.196Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:06:29.196Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:06:29.199Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:06:29.199Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:06:29.299Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:06:29.300Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:06:29.300Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:06:29.317Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:06:29.318Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:06:30.205Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:06:30.206Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:06:30.209Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:06:30.209Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:06:30.309Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:06:30.310Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:06:30.310Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:06:30.323Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:06:30.324Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:06:31.210Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:06:31.215Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:06:31.218Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:06:31.218Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:06:31.318Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:06:31.319Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:06:31.320Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:06:31.336Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:06:31.338Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:06:32.219Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:06:32.219Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:06:32.221Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:06:32.221Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:06:32.326Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-31T14:06:32.327Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:06:32.328Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:06:32.342Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:06:32.342Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:06:33.222Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:06:33.223Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:06:33.226Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:06:33.226Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:06:33.327Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:06:33.328Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:06:33.328Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:06:33.340Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:06:33.341Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:06:34.234Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:06:34.250Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:06:34.258Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:06:34.258Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:06:34.353Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-03-31T14:06:34.354Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:06:34.354Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:06:34.370Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:06:34.373Z||pool-77-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:06:35.259Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:06:35.260Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:06:35.263Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:06:35.264Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:06:35.366Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-31T14:06:35.367Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:06:35.367Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:06:35.382Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:06:35.383Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:06:36.271Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:06:36.271Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:06:36.274Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:06:36.274Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:06:36.374Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:06:36.375Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:06:36.375Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:06:36.392Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:06:36.392Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:06:37.275Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "serviceName": "Demo_pNF_EjAfd664aJL4dsgca7Kb", "serviceVersion": "1.0", "serviceUUID": "8d0662f4-f4ae-4034-8a24-7f13d893c6c7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d6297dd0-a824-4ffd-8084-d44c51fe6847", "resources": [ { "resourceInstanceName": "pNF 427e6629-8f84 0", "resourceCustomizationUUID": "589bc70b-84d4-4136-a5bc-37947c6c9adb", "resourceName": "pNF 427e6629-8f84", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ce181cc6-3889-497c-89e8-1fded04bc9da", "resourceInvariantUUID": "18fa6a04-8b46-4604-9f3c-c54f932a6eef", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "artifactChecksum": "YzYyMzMzNjQ5MDIyODhjMGE2NzJjYmMwYmZjYmMzNjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "734d1167-999a-4efd-b18f-3162a7ff853d" } ], "workloadContext": "Production" } 2022-03-31T14:06:37.275Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-31T14:06:37.276Z|9e1fa3c7-e5c8-42a5-a379-45d2a46419d1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8d0662f4-f4ae-4034-8a24-7f13d893c6c7 ASDC 2022-03-31T14:06:37.276Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:3d73f2fb-c63c-4b93-996b-7e721647646e ServiceName:Demo_pNF_EjAfd664aJL4dsgca7Kb ServiceVersion:1.0 ServiceUUID:8d0662f4-f4ae-4034-8a24-7f13d893c6c7 ServiceInvariantUUID:d6297dd0-a824-4ffd-8084-d44c51fe6847 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar ArtifactUUID:734d1167-999a-4efd-b18f-3162a7ff853d ArtifactChecksum:YzYyMzMzNjQ5MDIyODhjMGE2NzJjYmMwYmZjYmMzNjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 427e6629-8f84 0 ResourceCustomizationUUID:589bc70b-84d4-4136-a5bc-37947c6c9adb ResourceInvariantUUID:18fa6a04-8b46-4604-9f3c-c54f932a6eef ResourceName:pNF 427e6629-8f84 ResourceType:PNF ResourceUUID:ce181cc6-3889-497c-89e8-1fded04bc9da ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-31T14:06:37.276Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d0662f4-f4ae-4034-8a24-7f13d893c6c7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-31T14:06:37.389Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T14:06:37.392Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:06:37.392Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:06:37.395Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 734d1167-999a-4efd-b18f-3162a7ff853d from URL: /sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:37.395Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:06:37.396Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:37.917Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:06:37.921Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 734d1167-999a-4efd-b18f-3162a7ff853d 82643 2022-03-31T14:06:37.921Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar ASDC sendASDCNotification 2022-03-31T14:06:37.921Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:37.921Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:06:37.922Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:06:37.924Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:06:37.924Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735597921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:06:38.024Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:06:38.025Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:06:38.026Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:06:38.037Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:06:38.038Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:06:38.926Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T14:06:38.931Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:06:38.934Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 734d1167-999a-4efd-b18f-3162a7ff853d, URL: /sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar to file: /app/ASDC/1/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:38.935Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:38.935Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:38.935Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:39.116Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7916541052345216815/Definitions/service-DemoPnfEjafd664ajl4dsgca7kb-template.yml 2022-03-31T14:06:40.306Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-31T14:06:40.306Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-31T14:06:40.307Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:40.307Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-31T14:06:40.307Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||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-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:40.307Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:40.307Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||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-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:40.307Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 427e6629-8f84 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-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:40.307Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||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-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:40.307Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||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-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:40.307Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||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-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:40.307Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-31T14:06:40.307Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:06:40.308Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EjAfd664aJL4dsgca7Kb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:06:40.308Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Node template pNF 427e6629-8f84 0 is matching search criteria 2022-03-31T14:06:40.308Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-31T14:06:40.314Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 427e6629-8f84 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T14:06:40.314Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:06:40.315Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EjAfd664aJL4dsgca7Kb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:06:40.315Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Node template pNF 427e6629-8f84 0 is matching search criteria 2022-03-31T14:06:40.315Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-31T14:06:40.330Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 427e6629-8f84 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T14:06:40.331Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:06:40.331Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EjAfd664aJL4dsgca7Kb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:06:40.331Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:06:40.331Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EjAfd664aJL4dsgca7Kb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:06:40.331Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:06:40.331Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EjAfd664aJL4dsgca7Kb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:06:40.331Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:06:40.332Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EjAfd664aJL4dsgca7Kb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:06:40.332Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:06:40.332Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EjAfd664aJL4dsgca7Kb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:06:40.332Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_EjAfd664aJL4dsgca7Kb Description:catalog service description Model UUID:8d0662f4-f4ae-4034-8a24-7f13d893c6c7 Model Version:NULL Model InvariantUuid:d6297dd0-a824-4ffd-8084-d44c51fe6847 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-03-31T14:06:40.338Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: ce181cc6-3889-497c-89e8-1fded04bc9da 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-03-31T14:06:40.342Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||pNF 427e6629-8f84 0 2022-03-31T14:06:40.343Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ce181cc6-3889-497c-89e8-1fded04bc9da 2022-03-31T14:06:40.343Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 8d0662f4-f4ae-4034-8a24-7f13d893c6c7 2022-03-31T14:06:40.343Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 8d0662f4-f4ae-4034-8a24-7f13d893c6c7 2022-03-31T14:06:40.343Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 427e6629-8f84 0 ce181cc6-3889-497c-89e8-1fded04bc9da 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-03-31T14:06:40.347Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@310bdb3b, org.onap.sdc.toscaparser.api.parameters.Input@1dad5aa8, org.onap.sdc.toscaparser.api.parameters.Input@55c2fead, org.onap.sdc.toscaparser.api.parameters.Input@77a458c7, org.onap.sdc.toscaparser.api.parameters.Input@1899970b] 2022-03-31T14:06:40.348Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:06:40.348Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EjAfd664aJL4dsgca7Kb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:06:40.348Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 8d0662f4-f4ae-4034-8a24-7f13d893c6c7: pNF 427e6629-8f84 2022-03-31T14:06:40.349Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||Processing PNF resource: ce181cc6-3889-497c-89e8-1fded04bc9da 2022-03-31T14:06:40.349Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:06:40.349Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_EjAfd664aJL4dsgca7Kb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:06:40.349Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||Resource customization UUID: 589bc70b-84d4-4136-a5bc-37947c6c9adb is the same as notified resource customizationUUID: 589bc70b-84d4-4136-a5bc-37947c6c9adb Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-31T14:06:40.397Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 427e6629-8f84 ce181cc6-3889-497c-89e8-1fded04bc9da 0 ASDC deployResourceStructure 2022-03-31T14:06:40.399Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar ASDC sendASDCNotification 2022-03-31T14:06:40.399Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar 2022-03-31T14:06:40.400Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:06:40.400Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:06:40.402Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:06:40.402Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735600399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:06:40.502Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:06:40.503Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:06:40.503Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:06:40.516Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:06:40.517Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:06:41.403Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d73f2fb-c63c-4b93-996b-7e721647646e 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-03-31T14:06:41.416Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d73f2fb-c63c-4b93-996b-7e721647646e 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-03-31T14:06:41.418Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T14:06:41.418Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-31T14:06:41.419Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-31T14:07:11.422Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d73f2fb-c63c-4b93-996b-7e721647646e 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-03-31T14:07:11.456Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d73f2fb-c63c-4b93-996b-7e721647646e 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-03-31T14:07:11.459Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T14:07:11.459Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-31T14:07:11.459Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-31T14:07:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:07:28.562Z||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-03-31T14:07:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:07:28.645Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:07:28.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735528556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:07:28.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735531936, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:07:28.651Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:07:28.651Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735533792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:07:28.652Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:07:28.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "aai-ml", "timestamp": 1648735558427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "cds", "timestamp": 1648735558674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "policy-id", "timestamp": 1648735558120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9e1fa3c7-e5c8-42a5-a379-45d2a46419d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735565733, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T14:07:28.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:07:28.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "aai-ml", "timestamp": 1648735558427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.657Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "cds", "timestamp": 1648735558674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.658Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.658Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "policy-id", "timestamp": 1648735558120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "aai-ml", "timestamp": 1648735558427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.660Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "cds", "timestamp": 1648735558674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.660Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "policy-id", "timestamp": 1648735558120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.661Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "ves-openapi-manager", "timestamp": 1648735567260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "aai-ml", "timestamp": 1648735558427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "cds", "timestamp": 1648735558674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "policy-id", "timestamp": 1648735558120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "ves-openapi-manager", "timestamp": 1648735567260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "clamp", "timestamp": 1648735568539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.673Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.673Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.673Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "aai-ml", "timestamp": 1648735558427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "cds", "timestamp": 1648735558674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.674Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.674Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "policy-id", "timestamp": 1648735558120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.674Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "ves-openapi-manager", "timestamp": 1648735567260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.675Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.675Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.675Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "clamp", "timestamp": 1648735568539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "aai-ml", "timestamp": 1648735558427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.676Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "cds", "timestamp": 1648735558674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "policy-id", "timestamp": 1648735558120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "ves-openapi-manager", "timestamp": 1648735567260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "clamp", "timestamp": 1648735568539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "aai-ml", "timestamp": 1648735558427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "cds", "timestamp": 1648735558674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "policy-id", "timestamp": 1648735558120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735571227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "ves-openapi-manager", "timestamp": 1648735567260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "clamp", "timestamp": 1648735568539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "aai-ml", "timestamp": 1648735558427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:07:28.682Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "cds", "timestamp": 1648735558674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:07:28.682Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "policy-id", "timestamp": 1648735558120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:07:28.682Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735571227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "ves-openapi-manager", "timestamp": 1648735567260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-31T14:07:28.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "clamp", "timestamp": 1648735568539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "cds", "timestamp": 1648735573958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:07:28.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:07:28.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "aai-ml", "timestamp": 1648735573966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:07:28.685Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:07:28.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735571227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "ves-openapi-manager", "timestamp": 1648735567260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "policy-id", "timestamp": 1648735573845, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:07:28.686Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:07:28.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "clamp", "timestamp": 1648735568539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "cds", "timestamp": 1648735574966, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-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-03-31T14:07:28.697Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d73f2fb-c63c-4b93-996b-7e721647646e 2022-03-31T14:07:28.697Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d73f2fb-c63c-4b93-996b-7e721647646e 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-03-31T14:07:28.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735574139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "ves-openapi-manager", "timestamp": 1648735567260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735571227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "policy-id", "timestamp": 1648735574850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:07:28.711Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:07:28.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "clamp", "timestamp": 1648735568539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735574139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735571227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "policy-id", "timestamp": 1648735575854, "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-03-31T14:07:28.718Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d73f2fb-c63c-4b93-996b-7e721647646e 2022-03-31T14:07:28.718Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d73f2fb-c63c-4b93-996b-7e721647646e 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-03-31T14:07:28.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "clamp", "timestamp": 1648735568539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:07:28.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "ves-openapi-manager", "timestamp": 1648735576535, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T14:07:28.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:07:28.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735574139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735571227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "ves-openapi-manager", "timestamp": 1648735577762, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-31T14:07:28.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:07:28.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735574139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735571227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "ves-openapi-manager", "timestamp": 1648735578768, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } 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-03-31T14:07:28.744Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3d73f2fb-c63c-4b93-996b-7e721647646e 2022-03-31T14:07:28.744Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d73f2fb-c63c-4b93-996b-7e721647646e and ComponentName 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-03-31T14:07:28.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735574139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735571227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:07:28.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735574139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "aai-ml", "timestamp": 1648735580993, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:07:28.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:07:28.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735574139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:07:28.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735580903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:07:28.755Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:07:28.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "aai-ml", "timestamp": 1648735581998, "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-03-31T14:07:28.760Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d73f2fb-c63c-4b93-996b-7e721647646e 2022-03-31T14:07:28.760Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d73f2fb-c63c-4b93-996b-7e721647646e 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-03-31T14:07:28.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735574139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:07:28.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:07:28.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735582922, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:07:28.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:07:28.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735583945, "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-03-31T14:07:28.777Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d73f2fb-c63c-4b93-996b-7e721647646e 2022-03-31T14:07:28.777Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d73f2fb-c63c-4b93-996b-7e721647646e 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-03-31T14:07:28.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:07:28.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "clamp", "timestamp": 1648735587994, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:07:28.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:07:41.461Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d73f2fb-c63c-4b93-996b-7e721647646e 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-03-31T14:07:41.478Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d73f2fb-c63c-4b93-996b-7e721647646e 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-03-31T14:07:41.481Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T14:07:41.482Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-31T14:07:41.482Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-31T14:07:41.483Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-31T14:07:41.483Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:07:41.484Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:07:41.484Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:07:41.484Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:07:41.485Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:07:41.485Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:07:41.485Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||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-03-31T14:07:41.492Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-31T14:08:11.493Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d73f2fb-c63c-4b93-996b-7e721647646e 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-03-31T14:08:11.506Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d73f2fb-c63c-4b93-996b-7e721647646e and serviceModelVersionId: 8d0662f4-f4ae-4034-8a24-7f13d893c6c7 2022-03-31T14:08:11.507Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d6297dd0-a824-4ffd-8084-d44c51fe6847 2022-03-31T14:08:11.508Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d6297dd0-a824-4ffd-8084-d44c51fe6847/model-vers/model-ver/8d0662f4-f4ae-4034-8a24-7f13d893c6c7?depth=0 2022-03-31T14:08:11.518Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-31T14:08:11.584Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6297dd0-a824-4ffd-8084-d44c51fe6847/model-vers/model-ver/8d0662f4-f4ae-4034-8a24-7f13d893c6c7?depth=0|INFO|500||Invoke 2022-03-31T14:08:11.585Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6297dd0-a824-4ffd-8084-d44c51fe6847/model-vers/model-ver/8d0662f4-f4ae-4034-8a24-7f13d893c6c7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6297dd0-a824-4ffd-8084-d44c51fe6847/model-vers/model-ver/8d0662f4-f4ae-4034-8a24-7f13d893c6c7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d73f2fb-c63c-4b93-996b-7e721647646e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7dec90e-8bdb-42ea-bdb3-aacb31e47fba], X-ECOMP-RequestID=[3d73f2fb-c63c-4b93-996b-7e721647646e], X-TransactionId=[], X-ONAP-RequestID=[3d73f2fb-c63c-4b93-996b-7e721647646e], Content-Type=[application/merge-patch+json]} 2022-03-31T14:08:11.615Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6297dd0-a824-4ffd-8084-d44c51fe6847/model-vers/model-ver/8d0662f4-f4ae-4034-8a24-7f13d893c6c7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-31T14:08:12.108Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6297dd0-a824-4ffd-8084-d44c51fe6847/model-vers/model-ver/8d0662f4-f4ae-4034-8a24-7f13d893c6c7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6297dd0-a824-4ffd-8084-d44c51fe6847/model-vers/model-ver/8d0662f4-f4ae-4034-8a24-7f13d893c6c7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-14:08:11:857-1863], vertex-id=[245800], Content-Length=[0], Date=[Thu, 31 Mar 2022 14:08:11 GMT], Content-Type=[application/json]} 2022-03-31T14:08:12.109Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6297dd0-a824-4ffd-8084-d44c51fe6847/model-vers/model-ver/8d0662f4-f4ae-4034-8a24-7f13d893c6c7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-31T14:08:12.109Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d6297dd0-a824-4ffd-8084-d44c51fe6847/model-vers/model-ver/8d0662f4-f4ae-4034-8a24-7f13d893c6c7?depth=0|INFO|500||InvokeReturn 2022-03-31T14:08:12.110Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-31T14:08:12.110Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||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-03-31T14:08:12.119Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||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-03-31T14:08:12.120Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d73f2fb-c63c-4b93-996b-7e721647646e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-31T14:08:12.120Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-31T14:08:12.120Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:12.123Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:12.123Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735692120, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T14:08:12.223Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:08:12.224Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:12.224Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:12.237Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:12.238Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 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-03-31T14:08:13.140Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:08:13.140Z|3d73f2fb-c63c-4b93-996b-7e721647646e|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-03-31T14:08:13.140Z|3d73f2fb-c63c-4b93-996b-7e721647646e|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:13.770Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:13.772Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-31T14:08:13.772Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"32b25e32-dcc4-4326-869e-546df0a0eb43","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9","serviceDescription":"service","serviceInvariantUUID":"a8de26be-12f3-48b1-acdb-4e25a75165ba","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"097a655c-1130-484b-9914-96980939e757","resourceInvariantUUID":"90fb4444-f2cd-4a3e-987d-7532b30035fb","resourceCustomizationUUID":"518de6d7-a3ca-4f84-838d-f4f7f371a545","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"YzZhODg4MzA3Y2Q1ZDBlNzk2ODViNjNmMjExZjIxZWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1d306de-ac5f-41c7-9272-dcd0dd5f3aa1","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MDY5MzBlZWMyNmJjZTIwN2U1NGEyNjY3YzM3NDMwOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a3fd1c08-be80-48fe-a0d8-7f032b7757de","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3f2003d4-ca47-4970-9c48-0e3dc395398c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7d212c84-c766-4280-95b7-e0a5db4a083a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"46503c1a-24b8-46e1-84b6-9317875c44e9","artifactVersion":"2","generatedFromUUID":"3f2003d4-ca47-4970-9c48-0e3dc395398c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmJhNWI3ODA2MWM1YzcyMTY2YWZjY2JkNTQ0NzUxNWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe2808e3-88d7-4118-849c-1a5c2f074507","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjQ3Y2M2MTI2ZTRmMTg2NzM3NGY5YzZiNTE0M2Q1NGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"10c18220-280d-4146-929b-aefe8a3578fb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-31T14:08:13.775Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:08:13.775Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:13.778Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:13.780Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:13.878Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-31T14:08:13.880Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:13.880Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:13.893Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:13.893Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:08:14.782Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:08:14.783Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:14.785Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:14.785Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-31T14:08:14.885Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:08:14.886Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:14.886Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:14.901Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:14.903Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:08:15.786Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:08:15.787Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:15.789Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:15.789Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-31T14:08:15.890Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:08:15.891Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:15.891Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:15.914Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:15.915Z||pool-85-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:08:16.790Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:08:16.791Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:16.794Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:16.794Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:16.894Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:08:16.895Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:16.895Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:16.909Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:16.910Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:08:17.795Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:08:17.796Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:17.798Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:17.798Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-31T14:08:17.898Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:08:17.900Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:17.900Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:17.919Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:17.920Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:08:18.799Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:08:18.800Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:18.802Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:18.802Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:18.902Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:08:18.903Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:18.903Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:18.917Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:18.917Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:08:19.803Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:08:19.804Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:19.806Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:19.806Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:08:19.906Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:08:19.907Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:19.908Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:19.922Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:19.923Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:08:20.807Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9", "serviceDescription": "service", "serviceInvariantUUID": "a8de26be-12f3-48b1-acdb-4e25a75165ba", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "518de6d7-a3ca-4f84-838d-f4f7f371a545", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "097a655c-1130-484b-9914-96980939e757", "resourceInvariantUUID": "90fb4444-f2cd-4a3e-987d-7532b30035fb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "MDY5MzBlZWMyNmJjZTIwN2U1NGEyNjY3YzM3NDMwOTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a3fd1c08-be80-48fe-a0d8-7f032b7757de", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3f2003d4-ca47-4970-9c48-0e3dc395398c", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "46503c1a-24b8-46e1-84b6-9317875c44e9", "generatedFromUUID": "3f2003d4-ca47-4970-9c48-0e3dc395398c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "46503c1a-24b8-46e1-84b6-9317875c44e9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YjQ3Y2M2MTI2ZTRmMTg2NzM3NGY5YzZiNTE0M2Q1NGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "10c18220-280d-4146-929b-aefe8a3578fb" } ], "workloadContext": "Production" } 2022-03-31T14:08:20.807Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-31T14:08:20.809Z|3d73f2fb-c63c-4b93-996b-7e721647646e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9 ASDC 2022-03-31T14:08:20.810Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:32b25e32-dcc4-4326-869e-546df0a0eb43 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9 ServiceInvariantUUID:a8de26be-12f3-48b1-acdb-4e25a75165ba ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:10c18220-280d-4146-929b-aefe8a3578fb ArtifactChecksum:YjQ3Y2M2MTI2ZTRmMTg2NzM3NGY5YzZiNTE0M2Q1NGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:518de6d7-a3ca-4f84-838d-f4f7f371a545 ResourceInvariantUUID:90fb4444-f2cd-4a3e-987d-7532b30035fb ResourceName:basic_vm ResourceType:VF ResourceUUID:097a655c-1130-484b-9914-96980939e757 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:a3fd1c08-be80-48fe-a0d8-7f032b7757de ArtifactChecksum:MDY5MzBlZWMyNmJjZTIwN2U1NGEyNjY3YzM3NDMwOTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:3f2003d4-ca47-4970-9c48-0e3dc395398c ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:46503c1a-24b8-46e1-84b6-9317875c44e9 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:46503c1a-24b8-46e1-84b6-9317875c44e9 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-31T14:08:20.810Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-31T14:08:20.855Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T14:08:20.856Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:08:20.856Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:08:20.857Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 10c18220-280d-4146-929b-aefe8a3578fb from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-31T14:08:20.857Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:08:20.858Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-31T14:08:21.335Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:08:21.341Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 10c18220-280d-4146-929b-aefe8a3578fb 71060 2022-03-31T14:08:21.342Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-31T14:08:21.342Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-31T14:08:21.342Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:08:21.343Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:21.345Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:21.345Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735701342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:08:21.445Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:08:21.446Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:21.447Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:21.478Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:21.478Z||pool-90-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:08:22.346Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T14:08:22.347Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:08:22.347Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 10c18220-280d-4146-929b-aefe8a3578fb, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-31T14:08:22.348Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-31T14:08:22.348Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-31T14:08:22.348Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-31T14:08:22.494Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17332044148175606742/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-31T14:08:23.787Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-31T14:08:23.788Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-31T14:08:23.788Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-31T14:08:23.788Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-31T14:08:23.788Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-31T14:08:23.788Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-31T14:08:23.788Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-31T14:08:23.788Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-31T14:08:23.789Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-31T14:08:23.789Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-31T14:08:23.789Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-31T14:08:23.789Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-31T14:08:23.789Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-31T14:08:23.789Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-31T14:08:23.789Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:23.789Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:23.790Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-31T14:08:23.790Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-31T14:08:23.790Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T14:08:23.790Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:23.790Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:23.790Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-31T14:08:23.791Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-31T14:08:23.791Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T14:08:23.791Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:23.791Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:23.791Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:23.791Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-31T14:08:23.791Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-31T14:08:23.792Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-31T14:08:23.792Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-31T14:08:23.792Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-31T14:08:23.792Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-31T14:08:23.792Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:23.793Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-31T14:08:23.793Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:23.793Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-31T14:08:23.793Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:08:23.794Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:23.794Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-31T14:08:23.794Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:08:23.794Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:23.794Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-31T14:08:23.794Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:08:23.795Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:23.795Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-31T14:08:23.795Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-31T14:08:23.795Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-31T14:08:23.795Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8ceaebc0-216f-49dc-a4d0-6e135effaef3 2022-03-31T14:08:23.796Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:23.796Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:23.796Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:23.796Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:23.796Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:23.796Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:23.796Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:23.797Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:23.797Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9 Model Version:NULL Model InvariantUuid:a8de26be-12f3-48b1-acdb-4e25a75165ba Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:eab90e36-34e4-4859-b8c1-36f28d4cdd4a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:90fb4444-f2cd-4a3e-987d-7532b30035fb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:518de6d7-a3ca-4f84-838d-f4f7f371a545 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:22498ffd-b202-47d7-8e0b-ecfe5bf59093 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:4478dfea-fe34-4279-b2bd-5f06bbcd3057 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8ceaebc0-216f-49dc-a4d0-6e135effaef3 ModelInvariantUuid:f503403e-deef-4b6e-9c96-8ffa61e70ede ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:fcdf1922-1960-4bc1-b29a-21a5de6e9c89 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:e5733386-6fe7-4263-a79c-da6afb86017e ModelInvariantUuid:43611f81-110a-491d-a76d-9a4b2c2b9b35 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:02ed5b21-ab06-4e49-8796-6d12865aa9b6 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-03-31T14:08:23.804Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 097a655c-1130-484b-9914-96980939e757 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-03-31T14:08:23.808Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||basic_vm 0 2022-03-31T14:08:23.808Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 097a655c-1130-484b-9914-96980939e757 2022-03-31T14:08:23.808Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a3fd1c08-be80-48fe-a0d8-7f032b7757de from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-31T14:08:23.808Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:08:23.808Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-31T14:08:24.400Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:08:24.401Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a3fd1c08-be80-48fe-a0d8-7f032b7757de 787 2022-03-31T14:08:24.402Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-31T14:08:24.402Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-31T14:08:24.402Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:08:24.403Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:24.405Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:24.405Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735704402, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T14:08:24.505Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:08:24.506Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:24.506Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:24.523Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:24.524Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:08:25.406Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "22498ffd-b202-47d7-8e0b-ecfe5bf59093", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4478dfea-fe34-4279-b2bd-5f06bbcd3057", "vfModuleModelCustomizationUUID": "ebe43748-d7aa-4338-9809-96690d08f302", "isBase": true, "artifacts": [ "3f2003d4-ca47-4970-9c48-0e3dc395398c", "46503c1a-24b8-46e1-84b6-9317875c44e9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-31T14:08:25.411Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4478dfea-fe34-4279-b2bd-5f06bbcd3057 VfModuleModelInvariantUUID:22498ffd-b202-47d7-8e0b-ecfe5bf59093 VfModuleModelDescription:NULL Artifacts UUID List:{ 3f2003d4-ca47-4970-9c48-0e3dc395398c , 46503c1a-24b8-46e1-84b6-9317875c44e9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-31T14:08:25.413Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "22498ffd-b202-47d7-8e0b-ecfe5bf59093", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4478dfea-fe34-4279-b2bd-5f06bbcd3057", "vfModuleModelCustomizationUUID": "ebe43748-d7aa-4338-9809-96690d08f302", "isBase": true, "artifacts": [ "3f2003d4-ca47-4970-9c48-0e3dc395398c", "46503c1a-24b8-46e1-84b6-9317875c44e9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-31T14:08:25.413Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4478dfea-fe34-4279-b2bd-5f06bbcd3057 VfModuleModelInvariantUUID:22498ffd-b202-47d7-8e0b-ecfe5bf59093 VfModuleModelDescription:NULL Artifacts UUID List:{ 3f2003d4-ca47-4970-9c48-0e3dc395398c , 46503c1a-24b8-46e1-84b6-9317875c44e9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-31T14:08:25.413Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3f2003d4-ca47-4970-9c48-0e3dc395398c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-31T14:08:25.413Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:08:25.414Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-31T14:08:26.028Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:08:26.029Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 3f2003d4-ca47-4970-9c48-0e3dc395398c 5033 2022-03-31T14:08:26.029Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-31T14:08:26.030Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-31T14:08:26.030Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:08:26.030Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:26.035Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:26.035Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735706029, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T14:08:26.133Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-31T14:08:26.134Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:26.134Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:26.147Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:26.148Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:08:27.036Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 46503c1a-24b8-46e1-84b6-9317875c44e9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-31T14:08:27.036Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:08:27.037Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-31T14:08:27.346Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:08:27.347Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 46503c1a-24b8-46e1-84b6-9317875c44e9 903 2022-03-31T14:08:27.347Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-31T14:08:27.347Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-31T14:08:27.348Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:08:27.348Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:27.350Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:27.351Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735707347, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-31T14:08:27.451Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:08:27.452Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:27.452Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:27.463Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:27.464Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:08:28.351Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9 2022-03-31T14:08:28.353Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 097a655c-1130-484b-9914-96980939e757 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-03-31T14:08:28.368Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a270526, org.onap.sdc.toscaparser.api.parameters.Input@4bda7d48, org.onap.sdc.toscaparser.api.parameters.Input@3f0d443d, org.onap.sdc.toscaparser.api.parameters.Input@21be4100, org.onap.sdc.toscaparser.api.parameters.Input@73e26e24] 2022-03-31T14:08:28.370Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:28.370Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:28.370Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-03-31T14:08:28.371Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 518de6d7-a3ca-4f84-838d-f4f7f371a545 2022-03-31T14:08:28.371Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 518de6d7-a3ca-4f84-838d-f4f7f371a545 matches Tosca VF Customization UUID: 518de6d7-a3ca-4f84-838d-f4f7f371a545 2022-03-31T14:08:28.371Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 518de6d7-a3ca-4f84-838d-f4f7f371a545 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-03-31T14:08:28.374Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:28.374Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:28.375Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 518de6d7-a3ca-4f84-838d-f4f7f371a545: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-03-31T14:08:28.375Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6dd61042 2022-03-31T14:08:28.375Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:28.375Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-31T14:08:28.376Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ebe43748-d7aa-4338-9809-96690d08f302 2022-03-31T14:08:28.376Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ebe43748-d7aa-4338-9809-96690d08f302 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-03-31T14:08:28.379Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:28.379Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-31T14:08:28.379Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:08:28.380Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:28.380Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-31T14:08:28.380Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:08:28.381Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:28.381Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-31T14:08:28.381Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-31T14:08:28.381Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-31T14:08:28.382Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8ceaebc0-216f-49dc-a4d0-6e135effaef3 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-03-31T14:08:28.385Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:28.386Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-31T14:08:28.386Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:08:28.386Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:28.387Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-31T14:08:28.387Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=518de6d7-a3ca-4f84-838d-f4f7f371a545 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-03-31T14:08:28.389Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:28.389Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:28.390Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9: basic_vm 2022-03-31T14:08:28.390Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:28.390Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:28.390Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:28.391Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:28.391Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:28.391Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:28.391Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:28.392Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:28.392Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:08:28.392Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:08:28.392Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-31T14:08:28.487Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 097a655c-1130-484b-9914-96980939e757 1 ASDC deployResourceStructure 2022-03-31T14:08:28.488Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-31T14:08:28.488Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-31T14:08:28.488Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:08:28.488Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:28.490Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:28.491Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735708488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T14:08:28.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:08:28.561Z||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-03-31T14:08:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:28.591Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:08:28.592Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:28.592Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:28.618Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:28.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "clamp", "timestamp": 1648735590002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:08:28.620Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:08:28.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "clamp", "timestamp": 1648735591006, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 2022-03-31T14:08:28.621Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:28.621Z||pool-94-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-31T14:08:28.627Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d73f2fb-c63c-4b93-996b-7e721647646e 2022-03-31T14:08:28.628Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d73f2fb-c63c-4b93-996b-7e721647646e and ComponentName clamp 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-03-31T14:08:28.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.643Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/resourceInstances/pnf427e66298f840/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.645Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735588556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:08:28.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735597921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:08:28.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:08:28.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735600399, "artifactURL": "/sdc/v1/catalog/services/DemoPnfEjafd664ajl4dsgca7kb/1.0/artifacts/service-DemoPnfEjafd664ajl4dsgca7kb-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:08:28.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:08:28.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "ves-openapi-manager", "timestamp": 1648735627262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "clamp", "timestamp": 1648735628542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "ves-openapi-manager", "timestamp": 1648735627262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "clamp", "timestamp": 1648735628542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-31T14:08:28.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "ves-openapi-manager", "timestamp": 1648735627262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "clamp", "timestamp": 1648735628542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735631228, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "ves-openapi-manager", "timestamp": 1648735627262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "clamp", "timestamp": 1648735628542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735631228, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "ves-openapi-manager", "timestamp": 1648735627262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "clamp", "timestamp": 1648735628542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735631228, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "cds", "timestamp": 1648735633674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "ves-openapi-manager", "timestamp": 1648735627262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "clamp", "timestamp": 1648735628542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "multicloud-k8s-id", "timestamp": 1648735634146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735631228, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "cds", "timestamp": 1648735633674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "clamp", "timestamp": 1648735628542, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "ves-openapi-manager", "timestamp": 1648735627262, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "multicloud-k8s-id", "timestamp": 1648735634146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735631228, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "cds", "timestamp": 1648735633674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "multicloud-k8s-id", "timestamp": 1648735634146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-31T14:08:28.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735631228, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "cds", "timestamp": 1648735633674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "multicloud-k8s-id", "timestamp": 1648735634146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735631228, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:08:28.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "cds", "timestamp": 1648735633674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "multicloud-k8s-id", "timestamp": 1648735634146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-31T14:08:28.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "cds", "timestamp": 1648735633674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "policy-id", "timestamp": 1648735638120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "multicloud-k8s-id", "timestamp": 1648735634146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "cds", "timestamp": 1648735633674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:08:28.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "policy-id", "timestamp": 1648735638120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735640618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "multicloud-k8s-id", "timestamp": 1648735634146, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "policy-id", "timestamp": 1648735638120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "cds", "timestamp": 1648735642202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:08:28.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:08:28.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "policy-id", "timestamp": 1648735638120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "cds", "timestamp": 1648735643211, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-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-03-31T14:08:28.661Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 32b25e32-dcc4-4326-869e-546df0a0eb43 2022-03-31T14:08:28.662Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:08:28.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "multicloud-k8s-id", "timestamp": 1648735642899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T14:08:28.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:08:28.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "policy-id", "timestamp": 1648735638120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735643501, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:08:28.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:08:28.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "policy-id", "timestamp": 1648735638120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:08:28.672Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "multicloud-k8s-id", "timestamp": 1648735644295, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T14:08:28.672Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:08:28.672Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.672Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735644506, "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-03-31T14:08:28.676Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 32b25e32-dcc4-4326-869e-546df0a0eb43 2022-03-31T14:08:28.676Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:08:28.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "clamp", "timestamp": 1648735644556, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:08:28.683Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:08:28.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "policy-id", "timestamp": 1648735638120, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:08:28.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:08:28.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "multicloud-k8s-id", "timestamp": 1648735645796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-31T14:08:28.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:08:28.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "clamp", "timestamp": 1648735646049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:08:28.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:08:28.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "policy-id", "timestamp": 1648735646260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:08:28.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:08:28.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "multicloud-k8s-id", "timestamp": 1648735646839, "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-03-31T14:08:28.689Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32b25e32-dcc4-4326-869e-546df0a0eb43 2022-03-31T14:08:28.690Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:08:28.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "clamp", "timestamp": 1648735647054, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 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-03-31T14:08:28.704Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 32b25e32-dcc4-4326-869e-546df0a0eb43 2022-03-31T14:08:28.704Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32b25e32-dcc4-4326-869e-546df0a0eb43 and ComponentName clamp 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-03-31T14:08:28.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "policy-id", "timestamp": 1648735647264, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:08:28.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:08:28.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:08:28.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "multicloud-k8s-id", "timestamp": 1648735647847, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T14:08:28.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:08:29.492Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-31T14:08:29.492Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-31T14:08:29.492Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:08:29.493Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:29.495Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:29.496Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735709492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-31T14:08:29.596Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:08:29.597Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:29.597Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:29.616Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:29.617Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:08:30.497Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-31T14:08:30.497Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-31T14:08:30.497Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:08:30.498Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:30.500Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:30.500Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735710496, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-31T14:08:30.601Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-31T14:08:30.603Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:30.603Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:30.616Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:30.617Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:08:31.501Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-31T14:08:31.502Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-31T14:08:31.502Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:08:31.502Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:08:31.504Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:08:31.504Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735711501, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:08:31.604Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:08:31.605Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:08:31.605Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:08:31.640Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:08:31.643Z||pool-97-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:08:32.505Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:08:32.518Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:08:32.522Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T14:08:32.522Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-31T14:08:32.522Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-31T14:09:02.522Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:09:02.535Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:09:02.538Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T14:09:02.538Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-31T14:09:02.538Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-31T14:09:28.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:09:28.561Z||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-03-31T14:09:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:09:28.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:09:28.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:09:28.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "policy-id", "timestamp": 1648735648268, "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-03-31T14:09:28.595Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 32b25e32-dcc4-4326-869e-546df0a0eb43 2022-03-31T14:09:28.595Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:09:32.538Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:09:32.549Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:09:32.552Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T14:09:32.553Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-31T14:09:32.553Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-31T14:10:02.553Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:10:02.564Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:10:02.567Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T14:10:02.567Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-31T14:10:02.567Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-31T14:10:28.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:10:28.561Z||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-03-31T14:10:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:10:28.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:10:28.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "aai-ml", "timestamp": 1648735648427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "aai-ml", "timestamp": 1648735648427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "aai-ml", "timestamp": 1648735648427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "aai-ml", "timestamp": 1648735648427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "aai-ml", "timestamp": 1648735648427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "aai-ml", "timestamp": 1648735648427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "aai-ml", "timestamp": 1648735648427, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:10:28.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "ves-openapi-manager", "timestamp": 1648735647260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735654139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "cds", "timestamp": 1648735648674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "aai-ml", "timestamp": 1648735656399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735654139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-31T14:10:28.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "ves-openapi-manager", "timestamp": 1648735647260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "cds", "timestamp": 1648735648674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "ves-openapi-manager", "timestamp": 1648735647260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735654139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-31T14:10:28.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "cds", "timestamp": 1648735648674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "ves-openapi-manager", "timestamp": 1648735647260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735654139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "cds", "timestamp": 1648735648674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "policy-id", "timestamp": 1648735658120, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "clamp", "timestamp": 1648735658539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "ves-openapi-manager", "timestamp": 1648735647260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735654139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-31T14:10:28.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "cds", "timestamp": 1648735648674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.610Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.610Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.610Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "policy-id", "timestamp": 1648735658120, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "clamp", "timestamp": 1648735658539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-31T14:10:28.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "ves-openapi-manager", "timestamp": 1648735647260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735654139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-31T14:10:28.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.611Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "cds", "timestamp": 1648735648674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.611Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.611Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "policy-id", "timestamp": 1648735658120, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-31T14:10:28.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "clamp", "timestamp": 1648735658539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "ves-openapi-manager", "timestamp": 1648735647260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.612Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.612Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.612Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735654139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-31T14:10:28.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "cds", "timestamp": 1648735648674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735661227, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "policy-id", "timestamp": 1648735658120, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.614Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.614Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "clamp", "timestamp": 1648735658539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "ves-openapi-manager", "timestamp": 1648735647260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735654139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "cds", "timestamp": 1648735648674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735661227, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "policy-id", "timestamp": 1648735658120, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "clamp", "timestamp": 1648735658539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "ves-openapi-manager", "timestamp": 1648735647260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.617Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735654139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "cds", "timestamp": 1648735648674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735661227, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "policy-id", "timestamp": 1648735658120, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "clamp", "timestamp": 1648735658539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "ves-openapi-manager", "timestamp": 1648735647260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735654139, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:10:28.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "cds", "timestamp": 1648735648674, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:10:28.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735661227, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "policy-id", "timestamp": 1648735658120, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "clamp", "timestamp": 1648735658539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735661227, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "policy-id", "timestamp": 1648735658120, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "clamp", "timestamp": 1648735658539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "cds", "timestamp": 1648735666661, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.624Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735666301, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735661227, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "policy-id", "timestamp": 1648735658120, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "clamp", "timestamp": 1648735658539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "aai-ml", "timestamp": 1648735667860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:10:28.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735667700, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.626Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735661227, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "policy-id", "timestamp": 1648735658120, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:10:28.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "clamp", "timestamp": 1648735658539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:10:28.627Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.627Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.627Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "aai-ml", "timestamp": 1648735668865, "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-03-31T14:10:28.636Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 32b25e32-dcc4-4326-869e-546df0a0eb43 2022-03-31T14:10:28.636Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:10:28.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735661227, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "cds", "timestamp": 1648735669293, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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-03-31T14:10:28.659Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a2e0016-c636-42a8-8c61-68b4008df6d0 2022-03-31T14:10:28.659Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a2e0016-c636-42a8-8c61-68b4008df6d0 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-03-31T14:10:28.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735669201, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "policy-id", "timestamp": 1648735669242, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "ves-openapi-manager", "timestamp": 1648735667260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735661227, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "policy-id", "timestamp": 1648735670245, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:10:28.669Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "ves-openapi-manager", "timestamp": 1648735667260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "cds", "timestamp": 1648735670296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735661227, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:10:28.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735670904, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "policy-id", "timestamp": 1648735671248, "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-03-31T14:10:28.676Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a2e0016-c636-42a8-8c61-68b4008df6d0 2022-03-31T14:10:28.676Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a2e0016-c636-42a8-8c61-68b4008df6d0 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-03-31T14:10:28.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "ves-openapi-manager", "timestamp": 1648735667260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "cds", "timestamp": 1648735670296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735672009, "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-03-31T14:10:28.690Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0a2e0016-c636-42a8-8c61-68b4008df6d0 2022-03-31T14:10:28.690Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a2e0016-c636-42a8-8c61-68b4008df6d0 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-03-31T14:10:28.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735672503, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.697Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "ves-openapi-manager", "timestamp": 1648735667260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "cds", "timestamp": 1648735670296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "multicloud-k8s-id", "timestamp": 1648735673013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T14:10:28.699Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "ves-openapi-manager", "timestamp": 1648735667260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "cds", "timestamp": 1648735670296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "clamp", "timestamp": 1648735674272, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.700Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "ves-openapi-manager", "timestamp": 1648735667260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "cds", "timestamp": 1648735670296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735674139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735675238, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:10:28.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "ves-openapi-manager", "timestamp": 1648735667260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "cds", "timestamp": 1648735670296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735674139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-31T14:10:28.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735676242, "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-03-31T14:10:28.712Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a2e0016-c636-42a8-8c61-68b4008df6d0 2022-03-31T14:10:28.712Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a2e0016-c636-42a8-8c61-68b4008df6d0 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-03-31T14:10:28.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "ves-openapi-manager", "timestamp": 1648735667260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "cds", "timestamp": 1648735670296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.723Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.723Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735674139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-31T14:10:28.723Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "ves-openapi-manager", "timestamp": 1648735667260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "cds", "timestamp": 1648735670296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735674139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-31T14:10:28.724Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.724Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.724Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "cds", "timestamp": 1648735670296, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:10:28.726Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.726Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735674139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-31T14:10:28.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "policy-id", "timestamp": 1648735678123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.727Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.727Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.727Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735674139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "policy-id", "timestamp": 1648735678123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.728Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.728Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.728Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "clamp", "timestamp": 1648735680047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:10:28.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "cds", "timestamp": 1648735680501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.729Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.729Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735674139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-31T14:10:28.730Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "clamp", "timestamp": 1648735681051, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 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-03-31T14:10:28.741Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0a2e0016-c636-42a8-8c61-68b4008df6d0 2022-03-31T14:10:28.741Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a2e0016-c636-42a8-8c61-68b4008df6d0 and ComponentName clamp 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-03-31T14:10:28.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "policy-id", "timestamp": 1648735678123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "cds", "timestamp": 1648735681509, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-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-03-31T14:10:28.761Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1cb7658d-7239-4d36-9888-bbfec84e197e 2022-03-31T14:10:28.761Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cb7658d-7239-4d36-9888-bbfec84e197e 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-03-31T14:10:28.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735674139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "policy-id", "timestamp": 1648735678123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735674139, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:10:28.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "policy-id", "timestamp": 1648735678123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-31T14:10:28.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "policy-id", "timestamp": 1648735678123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735684596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.778Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "policy-id", "timestamp": 1648735678123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735685901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.780Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "policy-id", "timestamp": 1648735678123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "policy-id", "timestamp": 1648735678123, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:10:28.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735687211, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:10:28.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735688501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "policy-id", "timestamp": 1648735688345, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "aai-ml", "timestamp": 1648735689379, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.784Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "clamp", "timestamp": 1648735688539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735689549, "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-03-31T14:10:28.790Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1cb7658d-7239-4d36-9888-bbfec84e197e 2022-03-31T14:10:28.790Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cb7658d-7239-4d36-9888-bbfec84e197e 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-03-31T14:10:28.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.804Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "policy-id", "timestamp": 1648735689348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:10:28.805Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "clamp", "timestamp": 1648735688539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.805Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "multicloud-k8s-id", "timestamp": 1648735690561, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T14:10:28.806Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "policy-id", "timestamp": 1648735690351, "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-03-31T14:10:28.812Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1cb7658d-7239-4d36-9888-bbfec84e197e 2022-03-31T14:10:28.812Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cb7658d-7239-4d36-9888-bbfec84e197e 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-03-31T14:10:28.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "clamp", "timestamp": 1648735688539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735691228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3d73f2fb-c63c-4b93-996b-7e721647646e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735692120, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T14:10:28.821Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "clamp", "timestamp": 1648735688539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-31T14:10:28.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735691228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "clamp", "timestamp": 1648735688539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735691228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "clamp", "timestamp": 1648735688539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-31T14:10:28.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735691228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "clamp", "timestamp": 1648735688539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-31T14:10:28.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735691228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "clamp", "timestamp": 1648735688539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.831Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.832Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735691228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.833Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "clamp", "timestamp": 1648735688539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:10:28.833Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.834Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-31T14:10:28.834Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735691228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.835Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.835Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735691228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:10:28.836Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735691228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:10:28.837Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735701342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735701646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.838Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "aai-ml", "timestamp": 1648735702186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:10:28.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "aai-ml", "timestamp": 1648735703189, "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-03-31T14:10:28.844Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a2e0016-c636-42a8-8c61-68b4008df6d0 2022-03-31T14:10:28.845Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a2e0016-c636-42a8-8c61-68b4008df6d0 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-03-31T14:10:28.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735704180, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:10:28.854Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "clamp", "timestamp": 1648735704242, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.854Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735704402, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735705184, "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-03-31T14:10:28.860Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1cb7658d-7239-4d36-9888-bbfec84e197e 2022-03-31T14:10:28.860Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cb7658d-7239-4d36-9888-bbfec84e197e 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-03-31T14:10:28.878Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.878Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.878Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.879Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735706029, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.879Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.879Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "clamp", "timestamp": 1648735706051, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:10:28.880Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.880Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:28.881Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.881Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "clamp", "timestamp": 1648735707056, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 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-03-31T14:10:28.886Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1cb7658d-7239-4d36-9888-bbfec84e197e 2022-03-31T14:10:28.886Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cb7658d-7239-4d36-9888-bbfec84e197e and ComponentName clamp 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-03-31T14:10:28.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735707347, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-31T14:10:28.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:10:28.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:10:28.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:10:28.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:10:32.567Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:10:32.577Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:10:32.580Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T14:10:32.580Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-31T14:10:32.580Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-31T14:10:32.580Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-31T14:10:32.580Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:10:32.580Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:10:32.581Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:10:32.581Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:10:32.581Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:10:32.581Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:10:32.581Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||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-03-31T14:10:32.586Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-31T14:11:02.587Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 32b25e32-dcc4-4326-869e-546df0a0eb43 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-03-31T14:11:02.598Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 32b25e32-dcc4-4326-869e-546df0a0eb43 and serviceModelVersionId: a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9 2022-03-31T14:11:02.598Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8de26be-12f3-48b1-acdb-4e25a75165ba 2022-03-31T14:11:02.601Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8de26be-12f3-48b1-acdb-4e25a75165ba/model-vers/model-ver/a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9?depth=0 2022-03-31T14:11:02.611Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-31T14:11:02.672Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8de26be-12f3-48b1-acdb-4e25a75165ba/model-vers/model-ver/a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9?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-03-31T14:11:02.674Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8de26be-12f3-48b1-acdb-4e25a75165ba/model-vers/model-ver/a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9?depth=0|INFO|500||Invoke 2022-03-31T14:11:02.708Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8de26be-12f3-48b1-acdb-4e25a75165ba/model-vers/model-ver/a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-31T14:11:03.292Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8de26be-12f3-48b1-acdb-4e25a75165ba/model-vers/model-ver/a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9?depth=0|INFO|500||InvokeReturn 2022-03-31T14:11:03.292Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8de26be-12f3-48b1-acdb-4e25a75165ba/model-vers/model-ver/a3ee0ba4-482f-4fd7-a5e9-c9975a6ea8f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-14:11:02:951-49004], vertex-id=[270520], Content-Length=[0], Date=[Thu, 31 Mar 2022 14:11:02 GMT], Content-Type=[application/json]} 2022-03-31T14:11:03.294Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-03-31T14:11:03.294Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-31T14:11:03.294Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||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-03-31T14:11:03.298Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||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-03-31T14:11:03.299Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 32b25e32-dcc4-4326-869e-546df0a0eb43 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-31T14:11:03.299Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-31T14:11:03.300Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:03.304Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:03.304Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735863299, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T14:11:03.404Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:11:03.405Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:03.406Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:03.425Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:03.425Z||pool-98-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-31T14:11:04.316Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-31T14:11:04.316Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a2e0016-c636-42a8-8c61-68b4008df6d0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"6856af4f-8f19-44f5-9903-87427bbb7033","serviceDescription":"service","serviceInvariantUUID":"0b8658f5-9f8a-469a-bf7a-d6cbfcd8df8b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"514d6c46-fdce-4a25-8967-1ad34944dd40","resourceInvariantUUID":"8f796240-be37-43ab-9dd6-b180814c609b","resourceCustomizationUUID":"aeeecba8-8a6b-420c-adb2-4ef9c5fd5379","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NGNhNzBlNGU4MDlmYjgzZTExYzA1YmMyZmFkNzExM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6f303957-738c-4991-afd4-3c8347194fc6","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"NWQyZmRhNzQxNmZlM2YwYjJlNGIzMmU3Y2UzYTA5MDE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"06fdef63-3030-4bd3-9ebe-3a0c64356c05","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f271b256-ca05-4941-8560-2d83fe6779b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b16a5b61-f484-4946-9428-805201d008da","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d0645ee0-4ee5-46e2-8afb-2fe738bb92f6","artifactVersion":"2","generatedFromUUID":"94c4e6d4-91bd-4645-add7-e42fd6f2c723"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"034be701-a578-41a7-aac0-3dd7cad29344","artifactVersion":"2","generatedFromUUID":"f271b256-ca05-4941-8560-2d83fe6779b6"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"94c4e6d4-91bd-4645-add7-e42fd6f2c723","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"93ff7490-1898-495c-8301-e67ec596e7f6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"M2ZmMzQ3ZGI3MTA3MmY2Mzc3ZWMxYTVlMWNmMzA0ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69abb3ba-4649-4633-8f5f-f8b3d44ed98b","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YTY2MTc5OTNmY2VjYzU2MGRjYTk0MDYwZDk1MjI3MjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e1972c3-b2b0-4fba-9ecb-2db19f0878af","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-31T14:11:04.316Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:11:04.317Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:04.319Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:04.319Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:04.419Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:11:04.420Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:04.420Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:04.433Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:04.433Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:11:05.319Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:11:05.320Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:05.323Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:05.323Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-31T14:11:05.423Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T14:11:05.424Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:05.425Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:05.436Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:05.437Z||pool-100-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:06.324Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:11:06.325Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:06.327Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:06.327Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-31T14:11:06.427Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:11:06.428Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:06.429Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:06.443Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:06.444Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:07.330Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:11:07.332Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:07.334Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:07.335Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:07.435Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:11:07.436Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:07.436Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:07.451Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:07.452Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:08.335Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:11:08.337Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:08.340Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:08.340Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-31T14:11:08.440Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:11:08.441Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:08.441Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:08.457Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:08.457Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:09.340Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:11:09.341Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:09.344Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:09.344Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-31T14:11:09.444Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:11:09.446Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:09.446Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:09.458Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:09.459Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:10.345Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:11:10.346Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:10.349Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:10.349Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-31T14:11:10.449Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:11:10.450Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:10.451Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:10.463Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:10.463Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:11.349Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:11:11.350Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:11.354Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:11.354Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:11.454Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:11:11.455Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:11.455Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:11.468Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:11.468Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:12.354Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:11:12.355Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:12.357Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:12.357Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:12.458Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-31T14:11:12.459Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:12.459Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:12.470Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:12.471Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:13.360Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:11:13.361Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:13.364Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:13.364Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:11:13.464Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-31T14:11:13.465Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:13.465Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:13.476Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:13.477Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:11:14.369Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "6856af4f-8f19-44f5-9903-87427bbb7033", "serviceDescription": "service", "serviceInvariantUUID": "0b8658f5-9f8a-469a-bf7a-d6cbfcd8df8b", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "aeeecba8-8a6b-420c-adb2-4ef9c5fd5379", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "514d6c46-fdce-4a25-8967-1ad34944dd40", "resourceInvariantUUID": "8f796240-be37-43ab-9dd6-b180814c609b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "NWQyZmRhNzQxNmZlM2YwYjJlNGIzMmU3Y2UzYTA5MDE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "06fdef63-3030-4bd3-9ebe-3a0c64356c05", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f271b256-ca05-4941-8560-2d83fe6779b6", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "034be701-a578-41a7-aac0-3dd7cad29344", "generatedFromUUID": "f271b256-ca05-4941-8560-2d83fe6779b6" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d0645ee0-4ee5-46e2-8afb-2fe738bb92f6", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "034be701-a578-41a7-aac0-3dd7cad29344", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "94c4e6d4-91bd-4645-add7-e42fd6f2c723", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YTY2MTc5OTNmY2VjYzU2MGRjYTk0MDYwZDk1MjI3MjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5e1972c3-b2b0-4fba-9ecb-2db19f0878af" } ], "workloadContext": "Production" } 2022-03-31T14:11:14.370Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-31T14:11:14.370Z|32b25e32-dcc4-4326-869e-546df0a0eb43|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6856af4f-8f19-44f5-9903-87427bbb7033 ASDC 2022-03-31T14:11:14.371Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:0a2e0016-c636-42a8-8c61-68b4008df6d0 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:6856af4f-8f19-44f5-9903-87427bbb7033 ServiceInvariantUUID:0b8658f5-9f8a-469a-bf7a-d6cbfcd8df8b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:5e1972c3-b2b0-4fba-9ecb-2db19f0878af ArtifactChecksum:YTY2MTc5OTNmY2VjYzU2MGRjYTk0MDYwZDk1MjI3MjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:aeeecba8-8a6b-420c-adb2-4ef9c5fd5379 ResourceInvariantUUID:8f796240-be37-43ab-9dd6-b180814c609b ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:514d6c46-fdce-4a25-8967-1ad34944dd40 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:06fdef63-3030-4bd3-9ebe-3a0c64356c05 ArtifactChecksum:NWQyZmRhNzQxNmZlM2YwYjJlNGIzMmU3Y2UzYTA5MDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:f271b256-ca05-4941-8560-2d83fe6779b6 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:034be701-a578-41a7-aac0-3dd7cad29344 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:d0645ee0-4ee5-46e2-8afb-2fe738bb92f6 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:034be701-a578-41a7-aac0-3dd7cad29344 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:94c4e6d4-91bd-4645-add7-e42fd6f2c723 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-31T14:11:14.371Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6856af4f-8f19-44f5-9903-87427bbb7033 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-03-31T14:11:14.426Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T14:11:14.427Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:11:14.427Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:11:14.428Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5e1972c3-b2b0-4fba-9ecb-2db19f0878af from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-31T14:11:14.428Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:11:14.428Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-31T14:11:15.281Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:11:15.294Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 5e1972c3-b2b0-4fba-9ecb-2db19f0878af 158212 2022-03-31T14:11:15.294Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-03-31T14:11:15.295Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-31T14:11:15.295Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:11:15.295Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:15.298Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:15.298Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735875294, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:11:15.398Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:11:15.399Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:15.399Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:15.411Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:15.412Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:16.298Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T14:11:16.299Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:11:16.300Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5e1972c3-b2b0-4fba-9ecb-2db19f0878af, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-31T14:11:16.300Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-03-31T14:11:16.301Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-31T14:11:16.301Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-31T14:11:16.494Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP766727979942379568/Definitions/service-BasicCnfMacro-template.yml 2022-03-31T14:11:17.858Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-31T14:11:17.858Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-31T14:11:17.859Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-31T14:11:17.859Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-31T14:11:17.859Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-31T14:11:17.859Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-31T14:11:17.859Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-31T14:11:17.859Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-03-31T14:11:17.859Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-31T14:11:17.860Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:17.860Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:17.860Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-31T14:11:17.860Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-31T14:11:17.861Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T14:11:17.861Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:17.861Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:17.861Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-31T14:11:17.861Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-31T14:11:17.861Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T14:11:17.862Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:17.862Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:17.862Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:17.862Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-03-31T14:11:17.863Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-03-31T14:11:17.863Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-03-31T14:11:17.863Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-31T14:11:17.863Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:17.863Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-31T14:11:17.863Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:17.864Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-31T14:11:17.864Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:11:17.864Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:17.864Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-31T14:11:17.865Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:11:17.865Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:17.865Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-31T14:11:17.866Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:11:17.866Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:17.866Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-31T14:11:17.866Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:11:17.866Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:17.867Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-03-31T14:11:17.867Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-03-31T14:11:17.867Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=bd480fe6-2155-4af3-a923-2080f898ce9c 2022-03-31T14:11:17.867Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:17.867Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:17.867Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:17.868Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:17.868Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:17.868Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:17.868Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:17.868Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:17.869Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:6856af4f-8f19-44f5-9903-87427bbb7033 Model Version:NULL Model InvariantUuid:0b8658f5-9f8a-469a-bf7a-d6cbfcd8df8b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:1583e7ec-4833-4441-a0c5-98730b6626ec Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8f796240-be37-43ab-9dd6-b180814c609b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:aeeecba8-8a6b-420c-adb2-4ef9c5fd5379 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e977ce57-25ae-4ad0-90a9-f24508b5cd3c ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:acc004b5-c16a-4bb5-828a-9c4a43ece89c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:5c1f7fd1-e6a7-4622-9d05-3e1c61dc5af1 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:0873f319-0d40-49f8-a77f-8c1a32007cd4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bd480fe6-2155-4af3-a923-2080f898ce9c ModelInvariantUuid:fd374bee-813f-447c-be68-dc7f496073d8 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:544170fd-9fb1-43bc-b90b-e32ce86a5829 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:13a066c4-7ec0-490b-a8ab-be4266f3ee1f ModelInvariantUuid:6618b036-16d2-4eef-baee-78fe704eab80 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:bb6534a8-31bd-42bf-a8ca-5213867b75e1 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-03-31T14:11:17.878Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 514d6c46-fdce-4a25-8967-1ad34944dd40 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-03-31T14:11:17.881Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0 2022-03-31T14:11:17.882Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 514d6c46-fdce-4a25-8967-1ad34944dd40 2022-03-31T14:11:17.882Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 06fdef63-3030-4bd3-9ebe-3a0c64356c05 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-31T14:11:17.882Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:11:17.883Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-31T14:11:18.196Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:11:18.196Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 06fdef63-3030-4bd3-9ebe-3a0c64356c05 1565 2022-03-31T14:11:18.197Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-03-31T14:11:18.197Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-31T14:11:18.197Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:11:18.197Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:18.199Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:18.199Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735878197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T14:11:18.300Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-31T14:11:18.301Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:18.301Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:18.320Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:18.320Z||pool-110-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:19.200Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "5c1f7fd1-e6a7-4622-9d05-3e1c61dc5af1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0873f319-0d40-49f8-a77f-8c1a32007cd4", "vfModuleModelCustomizationUUID": "caa16f53-e938-48a8-bead-99f844b08ff2", "isBase": true, "artifacts": [ "f271b256-ca05-4941-8560-2d83fe6779b6", "034be701-a578-41a7-aac0-3dd7cad29344" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "e977ce57-25ae-4ad0-90a9-f24508b5cd3c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "acc004b5-c16a-4bb5-828a-9c4a43ece89c", "vfModuleModelCustomizationUUID": "c1630079-4286-4fc6-9d4d-005209874cdd", "isBase": false, "artifacts": [ "94c4e6d4-91bd-4645-add7-e42fd6f2c723" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-31T14:11:19.206Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0873f319-0d40-49f8-a77f-8c1a32007cd4 VfModuleModelInvariantUUID:5c1f7fd1-e6a7-4622-9d05-3e1c61dc5af1 VfModuleModelDescription:NULL Artifacts UUID List:{ f271b256-ca05-4941-8560-2d83fe6779b6 , 034be701-a578-41a7-aac0-3dd7cad29344 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:acc004b5-c16a-4bb5-828a-9c4a43ece89c VfModuleModelInvariantUUID:e977ce57-25ae-4ad0-90a9-f24508b5cd3c VfModuleModelDescription:NULL Artifacts UUID List:{ 94c4e6d4-91bd-4645-add7-e42fd6f2c723 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-03-31T14:11:19.209Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "5c1f7fd1-e6a7-4622-9d05-3e1c61dc5af1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0873f319-0d40-49f8-a77f-8c1a32007cd4", "vfModuleModelCustomizationUUID": "caa16f53-e938-48a8-bead-99f844b08ff2", "isBase": true, "artifacts": [ "f271b256-ca05-4941-8560-2d83fe6779b6", "034be701-a578-41a7-aac0-3dd7cad29344" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "e977ce57-25ae-4ad0-90a9-f24508b5cd3c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "acc004b5-c16a-4bb5-828a-9c4a43ece89c", "vfModuleModelCustomizationUUID": "c1630079-4286-4fc6-9d4d-005209874cdd", "isBase": false, "artifacts": [ "94c4e6d4-91bd-4645-add7-e42fd6f2c723" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-31T14:11:19.209Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0873f319-0d40-49f8-a77f-8c1a32007cd4 VfModuleModelInvariantUUID:5c1f7fd1-e6a7-4622-9d05-3e1c61dc5af1 VfModuleModelDescription:NULL Artifacts UUID List:{ f271b256-ca05-4941-8560-2d83fe6779b6 , 034be701-a578-41a7-aac0-3dd7cad29344 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:acc004b5-c16a-4bb5-828a-9c4a43ece89c VfModuleModelInvariantUUID:e977ce57-25ae-4ad0-90a9-f24508b5cd3c VfModuleModelDescription:NULL Artifacts UUID List:{ 94c4e6d4-91bd-4645-add7-e42fd6f2c723 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-03-31T14:11:19.209Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f271b256-ca05-4941-8560-2d83fe6779b6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-31T14:11:19.210Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:11:19.210Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-31T14:11:19.504Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:11:19.504Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f271b256-ca05-4941-8560-2d83fe6779b6 914 2022-03-31T14:11:19.505Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-03-31T14:11:19.505Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-31T14:11:19.505Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:11:19.506Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:19.508Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:19.508Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735879505, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T14:11:19.608Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:11:19.609Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:19.609Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:19.622Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:19.622Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:20.509Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d0645ee0-4ee5-46e2-8afb-2fe738bb92f6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-03-31T14:11:20.509Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:11:20.510Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-03-31T14:11:21.430Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:11:21.433Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d0645ee0-4ee5-46e2-8afb-2fe738bb92f6 12 2022-03-31T14:11:21.433Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-03-31T14:11:21.433Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-03-31T14:11:21.433Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:11:21.434Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:21.435Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:21.435Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735881433, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-03-31T14:11:21.542Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-03-31T14:11:21.542Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:21.543Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:21.554Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:21.554Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:22.437Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 034be701-a578-41a7-aac0-3dd7cad29344 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-31T14:11:22.437Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:11:22.438Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-31T14:11:23.098Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:11:23.098Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 034be701-a578-41a7-aac0-3dd7cad29344 96 2022-03-31T14:11:23.114Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-03-31T14:11:23.115Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-31T14:11:23.115Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:11:23.115Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:23.116Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:23.117Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735883114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-31T14:11:23.217Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:11:23.218Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:23.218Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:23.230Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:23.231Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:11:24.118Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 94c4e6d4-91bd-4645-add7-e42fd6f2c723 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-03-31T14:11:24.118Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:11:24.119Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-03-31T14:11:24.445Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:11:24.446Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 94c4e6d4-91bd-4645-add7-e42fd6f2c723 20206 2022-03-31T14:11:24.447Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-03-31T14:11:24.447Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-03-31T14:11:24.448Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:11:24.448Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:24.451Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:24.452Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735884447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-31T14:11:24.551Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T14:11:24.552Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:24.552Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:24.565Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:24.566Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:25.456Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6856af4f-8f19-44f5-9903-87427bbb7033 2022-03-31T14:11:25.456Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 514d6c46-fdce-4a25-8967-1ad34944dd40 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-31T14:11:25.467Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70ab93cf, org.onap.sdc.toscaparser.api.parameters.Input@fec6a42, org.onap.sdc.toscaparser.api.parameters.Input@18660236, org.onap.sdc.toscaparser.api.parameters.Input@3a0688d5, org.onap.sdc.toscaparser.api.parameters.Input@169f51b1] 2022-03-31T14:11:25.471Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:25.471Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:25.472Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-03-31T14:11:25.472Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= aeeecba8-8a6b-420c-adb2-4ef9c5fd5379 2022-03-31T14:11:25.472Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aeeecba8-8a6b-420c-adb2-4ef9c5fd5379 matches Tosca VF Customization UUID: aeeecba8-8a6b-420c-adb2-4ef9c5fd5379 2022-03-31T14:11:25.472Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: aeeecba8-8a6b-420c-adb2-4ef9c5fd5379 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-03-31T14:11:25.476Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:25.476Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:25.477Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id aeeecba8-8a6b-420c-adb2-4ef9c5fd5379: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-03-31T14:11:25.477Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cdc2720 2022-03-31T14:11:25.477Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:25.477Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-31T14:11:25.478Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c1630079-4286-4fc6-9d4d-005209874cdd 2022-03-31T14:11:25.478Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c1630079-4286-4fc6-9d4d-005209874cdd 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-03-31T14:11:25.482Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:25.482Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-31T14:11:25.482Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:11:25.483Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:25.483Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-31T14:11:25.483Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:11:25.484Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:25.484Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-03-31T14:11:25.484Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=aeeecba8-8a6b-420c-adb2-4ef9c5fd5379 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-03-31T14:11:25.486Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:25.487Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:25.487Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6856af4f-8f19-44f5-9903-87427bbb7033: basic_cnf_macro 2022-03-31T14:11:25.487Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:25.487Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:25.487Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:25.488Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:25.488Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:25.488Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:25.488Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:25.489Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:25.489Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:11:25.489Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:11:25.490Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-31T14:11:25.546Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 514d6c46-fdce-4a25-8967-1ad34944dd40 2 ASDC deployResourceStructure 2022-03-31T14:11:25.547Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-03-31T14:11:25.547Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-03-31T14:11:25.548Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:11:25.548Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:25.550Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:25.550Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735885547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T14:11:25.650Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T14:11:25.651Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:25.651Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:25.664Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:25.664Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:26.552Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-03-31T14:11:26.552Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-03-31T14:11:26.552Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:11:26.553Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:26.555Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:26.555Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735886552, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-03-31T14:11:26.656Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-31T14:11:26.657Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:26.658Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:26.671Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:26.671Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:27.563Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-03-31T14:11:27.564Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-03-31T14:11:27.564Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-31T14:11:27.564Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:27.566Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:27.566Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735887557, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-31T14:11:27.667Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-31T14:11:27.668Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:27.668Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:27.682Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:27.684Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:11:28.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:11:28.561Z||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-03-31T14:11:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:28.570Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-03-31T14:11:28.571Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-03-31T14:11:28.571Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:11:28.571Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:28.574Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:28.574Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735888570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-03-31T14:11:28.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:28.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735708488, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T14:11:28.591Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735709492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-31T14:11:28.592Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735710496, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-31T14:11:28.593Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735711501, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:11:28.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "aai-ml", "timestamp": 1648735678427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:11:28.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "aai-ml", "timestamp": 1648735713660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:11:28.594Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "multicloud-k8s-id", "timestamp": 1648735714140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "cds", "timestamp": 1648735708674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "multicloud-k8s-id", "timestamp": 1648735714140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "cds", "timestamp": 1648735708674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "policy-id", "timestamp": 1648735718120, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "clamp", "timestamp": 1648735718539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "multicloud-k8s-id", "timestamp": 1648735714140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "cds", "timestamp": 1648735708674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "policy-id", "timestamp": 1648735718120, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "clamp", "timestamp": 1648735718539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "multicloud-k8s-id", "timestamp": 1648735714140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "cds", "timestamp": 1648735708674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "policy-id", "timestamp": 1648735718120, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "clamp", "timestamp": 1648735718539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735721227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "multicloud-k8s-id", "timestamp": 1648735714140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "cds", "timestamp": 1648735708674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "policy-id", "timestamp": 1648735718120, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "clamp", "timestamp": 1648735718539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735721227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "multicloud-k8s-id", "timestamp": 1648735714140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "cds", "timestamp": 1648735708674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "policy-id", "timestamp": 1648735718120, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "clamp", "timestamp": 1648735718539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735721227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "multicloud-k8s-id", "timestamp": 1648735714140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "cds", "timestamp": 1648735708674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "policy-id", "timestamp": 1648735718120, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "clamp", "timestamp": 1648735718539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "aai-ml", "timestamp": 1648735725171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:11:28.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "cds", "timestamp": 1648735708674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735721227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "multicloud-k8s-id", "timestamp": 1648735714140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "policy-id", "timestamp": 1648735718120, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "clamp", "timestamp": 1648735718539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "aai-ml", "timestamp": 1648735726179, "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-03-31T14:11:28.617Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1cb7658d-7239-4d36-9888-bbfec84e197e 2022-03-31T14:11:28.617Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1cb7658d-7239-4d36-9888-bbfec84e197e 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-03-31T14:11:28.628Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.628Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735721227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "multicloud-k8s-id", "timestamp": 1648735714140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:11:28.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "cds", "timestamp": 1648735708674, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:11:28.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.629Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "policy-id", "timestamp": 1648735718120, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.629Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "clamp", "timestamp": 1648735718539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735721227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "policy-id", "timestamp": 1648735718120, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:11:28.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "clamp", "timestamp": 1648735718539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:11:28.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "aai-ml", "timestamp": 1648735727183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "cds", "timestamp": 1648735727868, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:11:28.632Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735721227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "ves-openapi-manager", "timestamp": 1648735727260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "policy-id", "timestamp": 1648735728060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:11:28.632Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "aai-ml", "timestamp": 1648735727183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "cds", "timestamp": 1648735729106, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-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-03-31T14:11:28.650Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba 2022-03-31T14:11:28.651Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba 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-03-31T14:11:28.662Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.662Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "ves-openapi-manager", "timestamp": 1648735727260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735721227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "policy-id", "timestamp": 1648735729065, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:11:28.663Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "aai-ml", "timestamp": 1648735727183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.663Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735721227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:11:28.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "ves-openapi-manager", "timestamp": 1648735727260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.664Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "policy-id", "timestamp": 1648735730067, "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-03-31T14:11:28.672Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba 2022-03-31T14:11:28.672Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba and ComponentName POLICY 2022-03-31T14:11:28.674Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 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-03-31T14:11:28.675Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:28.675Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-31T14:11:28.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "aai-ml", "timestamp": 1648735727183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.683Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "ves-openapi-manager", "timestamp": 1648735727260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.684Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735731400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:11:28.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "aai-ml", "timestamp": 1648735727183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "ves-openapi-manager", "timestamp": 1648735727260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "aai-ml", "timestamp": 1648735727183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.685Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "ves-openapi-manager", "timestamp": 1648735727260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735733408, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:11:28.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "aai-ml", "timestamp": 1648735727183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.686Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "ves-openapi-manager", "timestamp": 1648735727260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-31T14:11:28.687Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.688Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:28.688Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:11:28.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "clamp", "timestamp": 1648735734050, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:11:28.688Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735734412, "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-03-31T14:11:28.694Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba 2022-03-31T14:11:28.694Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba 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-03-31T14:11:28.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "aai-ml", "timestamp": 1648735727183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "ves-openapi-manager", "timestamp": 1648735727260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "aai-ml", "timestamp": 1648735727183, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:11:28.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "ves-openapi-manager", "timestamp": 1648735727260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:11:28.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:11:28.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "aai-ml", "timestamp": 1648735737117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:11:28.709Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "clamp", "timestamp": 1648735737056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:11:28.710Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "ves-openapi-manager", "timestamp": 1648735737098, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T14:11:28.710Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "clamp", "timestamp": 1648735738060, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 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-03-31T14:11:28.717Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba 2022-03-31T14:11:28.717Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba and ComponentName clamp 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-03-31T14:11:28.729Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.729Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "ves-openapi-manager", "timestamp": 1648735738144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-31T14:11:28.734Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.734Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.734Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "ves-openapi-manager", "timestamp": 1648735739147, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } 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-03-31T14:11:28.742Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba 2022-03-31T14:11:28.743Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba and ComponentName 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-03-31T14:11:28.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "aai-ml", "timestamp": 1648735743151, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:11:28.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:11:28.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:11:28.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "aai-ml", "timestamp": 1648735744155, "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-03-31T14:11:28.760Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba 2022-03-31T14:11:28.760Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba 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-03-31T14:11:29.575Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-03-31T14:11:29.575Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-31T14:11:29.575Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-31T14:11:29.575Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:29.578Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:29.578Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735889574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-31T14:11:29.678Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:11:29.679Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:29.679Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:29.698Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:29.699Z||pool-119-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:30.579Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-03-31T14:11:30.580Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-03-31T14:11:30.580Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:11:30.580Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:11:30.583Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:11:30.583Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735890579, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:11:30.683Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:11:30.684Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:11:30.684Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:11:30.697Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:11:30.698Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:11:31.584Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a2e0016-c636-42a8-8c61-68b4008df6d0 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-03-31T14:11:31.593Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a2e0016-c636-42a8-8c61-68b4008df6d0 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-03-31T14:11:31.595Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T14:11:31.595Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-31T14:11:31.595Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-31T14:11:31.595Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-31T14:11:31.595Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:11:31.595Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:11:31.595Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:11:31.595Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:11:31.596Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:11:31.596Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:11:31.596Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||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-03-31T14:11:31.600Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-31T14:12:01.600Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a2e0016-c636-42a8-8c61-68b4008df6d0 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-03-31T14:12:01.609Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a2e0016-c636-42a8-8c61-68b4008df6d0 and serviceModelVersionId: 6856af4f-8f19-44f5-9903-87427bbb7033 2022-03-31T14:12:01.609Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b8658f5-9f8a-469a-bf7a-d6cbfcd8df8b 2022-03-31T14:12:01.609Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b8658f5-9f8a-469a-bf7a-d6cbfcd8df8b/model-vers/model-ver/6856af4f-8f19-44f5-9903-87427bbb7033?depth=0 2022-03-31T14:12:01.614Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-31T14:12:01.669Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b8658f5-9f8a-469a-bf7a-d6cbfcd8df8b/model-vers/model-ver/6856af4f-8f19-44f5-9903-87427bbb7033?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-03-31T14:12:01.670Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b8658f5-9f8a-469a-bf7a-d6cbfcd8df8b/model-vers/model-ver/6856af4f-8f19-44f5-9903-87427bbb7033?depth=0|INFO|500||Invoke 2022-03-31T14:12:01.695Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b8658f5-9f8a-469a-bf7a-d6cbfcd8df8b/model-vers/model-ver/6856af4f-8f19-44f5-9903-87427bbb7033?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-31T14:12:02.282Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b8658f5-9f8a-469a-bf7a-d6cbfcd8df8b/model-vers/model-ver/6856af4f-8f19-44f5-9903-87427bbb7033?depth=0|INFO|500||InvokeReturn 2022-03-31T14:12:02.283Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b8658f5-9f8a-469a-bf7a-d6cbfcd8df8b/model-vers/model-ver/6856af4f-8f19-44f5-9903-87427bbb7033?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220331-14:12:01:931-28954], vertex-id=[217088], Content-Length=[0], Date=[Thu, 31 Mar 2022 14:12:01 GMT], Content-Type=[application/json]} 2022-03-31T14:12:02.283Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-03-31T14:12:02.284Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-31T14:12:02.284Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||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-03-31T14:12:02.288Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||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-03-31T14:12:02.288Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a2e0016-c636-42a8-8c61-68b4008df6d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-31T14:12:02.289Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-31T14:12:02.289Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:02.291Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:02.291Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735922289, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T14:12:02.391Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:02.392Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:02.392Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:02.410Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:02.411Z||pool-121-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-03-31T14:12:03.307Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-31T14:12:03.307Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"1cb7658d-7239-4d36-9888-bbfec84e197e","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7e8c589a-13ef-4c85-b45b-5938cbd36263","serviceDescription":"service","serviceInvariantUUID":"ade4e740-9434-41a6-97a7-60be94890256","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1ebe97c7-a595-4f67-9ae3-f4b12705518f","resourceInvariantUUID":"de39e4f9-dca9-4b9f-9394-2c3fd1b297c4","resourceCustomizationUUID":"f07f6b14-1afe-443c-827b-22be228ee8c4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"OTk5ODVjZTQzMzIzZDhhZGRkOWYwMzI2NGI2NDJlMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b4cde454-e384-4a18-a213-554e4d3e2b75","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"90b5db4d-9bfc-4069-817f-c90622d0327d","artifactVersion":"2","generatedFromUUID":"6c2e9c65-d7c9-4a3c-ba4e-75668e0f560a"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6c2e9c65-d7c9-4a3c-ba4e-75668e0f560a","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MzcwNWJmMWQzNmVhOTU5NjFiMzJlZjg3Nzg1ZTY5NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"954a8aba-6fe4-46ed-868f-0af0afaf657d","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6b6d603e-6d80-4f8d-a6a1-9d20267bbc77","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fc1400ee-7436-455d-8908-56bcd057064a","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3c550c79-e0b6-4261-94bc-6ad87d158280","artifactVersion":"2","generatedFromUUID":"6b6d603e-6d80-4f8d-a6a1-9d20267bbc77"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"N2M1YTA1MGQ4YjdjMmNiMWQzMzZjZDZjZmQ1MGY0N2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b3c4e648-b8b6-44c5-9b78-58bec49e55d0","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OWQwODI1YjEzNTNkMGYxNTg2MTg5NjlmNWIxZDhmZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"02cc25c6-66f2-4afa-a9c3-678347576e58","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-31T14:12:03.307Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:12:03.308Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:03.309Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:03.310Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:03.414Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-31T14:12:03.415Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:03.415Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:03.430Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:03.430Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:12:04.310Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:12:04.311Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:04.314Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:04.314Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-31T14:12:04.414Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:04.415Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:04.415Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:04.429Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:04.430Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:05.315Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:12:05.317Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:05.320Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:05.320Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-31T14:12:05.420Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:05.421Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:05.421Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:05.435Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:05.436Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:06.321Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:12:06.322Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:06.325Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:06.326Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-31T14:12:06.425Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T14:12:06.427Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:06.427Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:06.445Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:06.446Z||pool-125-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:07.327Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:12:07.327Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:07.329Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:07.330Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-31T14:12:07.430Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:07.431Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:07.431Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:07.449Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:07.450Z||pool-126-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:08.330Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:12:08.332Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:08.336Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:08.336Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:08.436Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:08.437Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:08.438Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:08.450Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:08.451Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:09.337Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:12:09.338Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:09.340Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:09.340Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-31T14:12:09.441Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-31T14:12:09.442Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:09.442Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:09.454Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:09.455Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:10.341Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:12:10.342Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:10.344Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:10.344Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:10.444Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:10.445Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:10.445Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:10.457Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:10.458Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:12:11.344Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:12:11.345Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:11.347Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:11.347Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:12:11.447Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T14:12:11.449Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:11.449Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:11.461Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:11.462Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:12:12.350Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "7e8c589a-13ef-4c85-b45b-5938cbd36263", "serviceDescription": "service", "serviceInvariantUUID": "ade4e740-9434-41a6-97a7-60be94890256", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "f07f6b14-1afe-443c-827b-22be228ee8c4", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1ebe97c7-a595-4f67-9ae3-f4b12705518f", "resourceInvariantUUID": "de39e4f9-dca9-4b9f-9394-2c3fd1b297c4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "90b5db4d-9bfc-4069-817f-c90622d0327d", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6c2e9c65-d7c9-4a3c-ba4e-75668e0f560a", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "MzcwNWJmMWQzNmVhOTU5NjFiMzJlZjg3Nzg1ZTY5NDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "954a8aba-6fe4-46ed-868f-0af0afaf657d", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6b6d603e-6d80-4f8d-a6a1-9d20267bbc77", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3c550c79-e0b6-4261-94bc-6ad87d158280", "generatedFromUUID": "6b6d603e-6d80-4f8d-a6a1-9d20267bbc77" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3c550c79-e0b6-4261-94bc-6ad87d158280", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OWQwODI1YjEzNTNkMGYxNTg2MTg5NjlmNWIxZDhmZjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "02cc25c6-66f2-4afa-a9c3-678347576e58" } ], "workloadContext": "Production" } 2022-03-31T14:12:12.351Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-31T14:12:12.351Z|0a2e0016-c636-42a8-8c61-68b4008df6d0|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7e8c589a-13ef-4c85-b45b-5938cbd36263 ASDC 2022-03-31T14:12:12.351Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:1cb7658d-7239-4d36-9888-bbfec84e197e ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:7e8c589a-13ef-4c85-b45b-5938cbd36263 ServiceInvariantUUID:ade4e740-9434-41a6-97a7-60be94890256 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:02cc25c6-66f2-4afa-a9c3-678347576e58 ArtifactChecksum:OWQwODI1YjEzNTNkMGYxNTg2MTg5NjlmNWIxZDhmZjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:f07f6b14-1afe-443c-827b-22be228ee8c4 ResourceInvariantUUID:de39e4f9-dca9-4b9f-9394-2c3fd1b297c4 ResourceName:basic_cnf ResourceType:VF ResourceUUID:1ebe97c7-a595-4f67-9ae3-f4b12705518f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:90b5db4d-9bfc-4069-817f-c90622d0327d ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:6c2e9c65-d7c9-4a3c-ba4e-75668e0f560a ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:954a8aba-6fe4-46ed-868f-0af0afaf657d ArtifactChecksum:MzcwNWJmMWQzNmVhOTU5NjFiMzJlZjg3Nzg1ZTY5NDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:6b6d603e-6d80-4f8d-a6a1-9d20267bbc77 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:3c550c79-e0b6-4261-94bc-6ad87d158280 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:3c550c79-e0b6-4261-94bc-6ad87d158280 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-31T14:12:12.352Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e8c589a-13ef-4c85-b45b-5938cbd36263 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-03-31T14:12:12.393Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T14:12:12.394Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:12:12.394Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:12:12.395Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 02cc25c6-66f2-4afa-a9c3-678347576e58 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-31T14:12:12.395Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:12:12.395Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-31T14:12:13.884Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:12:13.887Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 02cc25c6-66f2-4afa-a9c3-678347576e58 68965 2022-03-31T14:12:13.888Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-31T14:12:13.888Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-31T14:12:13.889Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:12:13.889Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:13.892Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:13.892Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735933888, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:13.992Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:13.993Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:13.993Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:14.005Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:14.006Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:12:14.893Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T14:12:14.894Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-31T14:12:14.895Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 02cc25c6-66f2-4afa-a9c3-678347576e58, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-31T14:12:14.896Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-31T14:12:14.896Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-31T14:12:14.897Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-31T14:12:15.049Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11379184329665565848/Definitions/service-BasicCnf-template.yml 2022-03-31T14:12:16.359Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-31T14:12:16.360Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-31T14:12:16.360Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-31T14:12:16.360Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-31T14:12:16.361Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-31T14:12:16.361Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-31T14:12:16.361Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-31T14:12:16.361Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-31T14:12:16.361Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-31T14:12:16.361Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:16.362Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:16.362Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-31T14:12:16.362Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-31T14:12:16.363Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T14:12:16.364Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:16.364Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:16.364Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-31T14:12:16.364Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-31T14:12:16.365Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T14:12:16.365Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:16.365Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:16.365Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:16.366Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-31T14:12:16.366Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-31T14:12:16.366Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-31T14:12:16.366Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-31T14:12:16.367Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:16.367Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-31T14:12:16.367Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:16.367Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-31T14:12:16.368Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:12:16.368Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:16.368Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-31T14:12:16.368Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:12:16.369Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:16.369Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-31T14:12:16.369Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:12:16.369Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:16.369Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-31T14:12:16.370Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-31T14:12:16.370Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=62e265c4-fb77-42c6-9d07-c48adfc4bb78 2022-03-31T14:12:16.370Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:16.370Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:16.370Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:16.371Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:16.371Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:16.371Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:16.371Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:16.371Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:16.371Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:7e8c589a-13ef-4c85-b45b-5938cbd36263 Model Version:NULL Model InvariantUuid:ade4e740-9434-41a6-97a7-60be94890256 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:fb076263-fb73-4323-bfab-92b184d52e66 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:de39e4f9-dca9-4b9f-9394-2c3fd1b297c4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f07f6b14-1afe-443c-827b-22be228ee8c4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4fc2de5d-9667-4137-9c8e-78f3b53c970e ModelName:BasicCnf..base_dummy..module-0 ModelUuid:d6b0e715-25f6-48d4-9c3f-716fba837dcb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:62e265c4-fb77-42c6-9d07-c48adfc4bb78 ModelInvariantUuid:da3a15bc-9085-4f10-842b-2166f835ac6b ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:3b8784a1-ce0d-43e1-8f8a-c4ed42663fcd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:79b352c8-0382-4152-816a-9f46431422dc ModelInvariantUuid:6346ef22-e9f6-4da9-ab7b-61062a699a1d ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:d1b01620-8f1a-4773-9abf-183cf154d422 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-03-31T14:12:16.379Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 1ebe97c7-a595-4f67-9ae3-f4b12705518f 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-03-31T14:12:16.383Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||basic_cnf 0 2022-03-31T14:12:16.383Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1ebe97c7-a595-4f67-9ae3-f4b12705518f 2022-03-31T14:12:16.384Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 90b5db4d-9bfc-4069-817f-c90622d0327d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-31T14:12:16.384Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:12:16.384Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-31T14:12:16.607Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:12:16.608Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 90b5db4d-9bfc-4069-817f-c90622d0327d 12 2022-03-31T14:12:16.608Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-31T14:12:16.608Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-31T14:12:16.609Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:12:16.609Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:16.612Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:16.612Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735936608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:16.712Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:16.714Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:16.714Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:16.728Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:16.729Z||pool-132-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:17.613Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6c2e9c65-d7c9-4a3c-ba4e-75668e0f560a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-31T14:12:17.613Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:12:17.614Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-31T14:12:17.899Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:12:17.900Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 6c2e9c65-d7c9-4a3c-ba4e-75668e0f560a 2688 2022-03-31T14:12:17.900Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-31T14:12:17.901Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-31T14:12:17.901Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:12:17.901Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:17.904Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:17.905Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735937900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:18.005Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T14:12:18.006Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:18.006Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:18.020Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:18.021Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:12:18.906Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 954a8aba-6fe4-46ed-868f-0af0afaf657d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-31T14:12:18.906Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:12:18.906Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-31T14:12:19.108Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:12:19.109Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 954a8aba-6fe4-46ed-868f-0af0afaf657d 828 2022-03-31T14:12:19.109Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-31T14:12:19.109Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-31T14:12:19.109Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:12:19.110Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:19.115Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:19.117Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735939109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:19.212Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-03-31T14:12:19.213Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:19.213Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:19.227Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:19.228Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:20.118Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4fc2de5d-9667-4137-9c8e-78f3b53c970e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d6b0e715-25f6-48d4-9c3f-716fba837dcb", "vfModuleModelCustomizationUUID": "01db0e52-940a-40d8-acbb-0229632c4094", "isBase": true, "artifacts": [ "6b6d603e-6d80-4f8d-a6a1-9d20267bbc77", "6c2e9c65-d7c9-4a3c-ba4e-75668e0f560a", "3c550c79-e0b6-4261-94bc-6ad87d158280" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-31T14:12:20.122Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d6b0e715-25f6-48d4-9c3f-716fba837dcb VfModuleModelInvariantUUID:4fc2de5d-9667-4137-9c8e-78f3b53c970e VfModuleModelDescription:NULL Artifacts UUID List:{ 6b6d603e-6d80-4f8d-a6a1-9d20267bbc77 , 6c2e9c65-d7c9-4a3c-ba4e-75668e0f560a , 3c550c79-e0b6-4261-94bc-6ad87d158280 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-31T14:12:20.126Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4fc2de5d-9667-4137-9c8e-78f3b53c970e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d6b0e715-25f6-48d4-9c3f-716fba837dcb", "vfModuleModelCustomizationUUID": "01db0e52-940a-40d8-acbb-0229632c4094", "isBase": true, "artifacts": [ "6b6d603e-6d80-4f8d-a6a1-9d20267bbc77", "6c2e9c65-d7c9-4a3c-ba4e-75668e0f560a", "3c550c79-e0b6-4261-94bc-6ad87d158280" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-31T14:12:20.126Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d6b0e715-25f6-48d4-9c3f-716fba837dcb VfModuleModelInvariantUUID:4fc2de5d-9667-4137-9c8e-78f3b53c970e VfModuleModelDescription:NULL Artifacts UUID List:{ 6b6d603e-6d80-4f8d-a6a1-9d20267bbc77 , 6c2e9c65-d7c9-4a3c-ba4e-75668e0f560a , 3c550c79-e0b6-4261-94bc-6ad87d158280 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-31T14:12:20.127Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6b6d603e-6d80-4f8d-a6a1-9d20267bbc77 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-31T14:12:20.127Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:12:20.128Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-31T14:12:20.592Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:12:20.592Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6b6d603e-6d80-4f8d-a6a1-9d20267bbc77 1164 2022-03-31T14:12:20.593Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-31T14:12:20.593Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-31T14:12:20.593Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:12:20.593Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:20.596Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:20.596Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735940592, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:20.696Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:20.697Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:20.697Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:20.719Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:20.720Z||pool-135-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:12:21.600Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3c550c79-e0b6-4261-94bc-6ad87d158280 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-31T14:12:21.600Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-31T14:12:21.601Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-31T14:12:22.300Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-31T14:12:22.300Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3c550c79-e0b6-4261-94bc-6ad87d158280 200 2022-03-31T14:12:22.301Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-31T14:12:22.301Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-31T14:12:22.301Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:12:22.301Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:22.304Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:22.304Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735942301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:22.404Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:22.404Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:22.405Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:22.416Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:22.417Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:23.304Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7e8c589a-13ef-4c85-b45b-5938cbd36263 2022-03-31T14:12:23.305Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 1ebe97c7-a595-4f67-9ae3-f4b12705518f 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-03-31T14:12:23.320Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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-03-31T14:12:23.324Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@408a8546, org.onap.sdc.toscaparser.api.parameters.Input@4c06f50d, org.onap.sdc.toscaparser.api.parameters.Input@3552e920, org.onap.sdc.toscaparser.api.parameters.Input@3a76c0b2, org.onap.sdc.toscaparser.api.parameters.Input@2ec2d20f] 2022-03-31T14:12:23.326Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:23.326Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:23.326Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-03-31T14:12:23.326Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f07f6b14-1afe-443c-827b-22be228ee8c4 2022-03-31T14:12:23.326Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f07f6b14-1afe-443c-827b-22be228ee8c4 matches Tosca VF Customization UUID: f07f6b14-1afe-443c-827b-22be228ee8c4 2022-03-31T14:12:23.326Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f07f6b14-1afe-443c-827b-22be228ee8c4 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-03-31T14:12:23.328Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:23.329Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:23.329Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f07f6b14-1afe-443c-827b-22be228ee8c4: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-03-31T14:12:23.329Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b51312b 2022-03-31T14:12:23.329Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:23.330Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-31T14:12:23.330Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 01db0e52-940a-40d8-acbb-0229632c4094 2022-03-31T14:12:23.330Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 01db0e52-940a-40d8-acbb-0229632c4094 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-03-31T14:12:23.332Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:23.332Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-31T14:12:23.332Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:12:23.333Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:23.333Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-31T14:12:23.333Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:12:23.333Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:23.333Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-31T14:12:23.333Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-31T14:12:23.333Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=62e265c4-fb77-42c6-9d07-c48adfc4bb78 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-03-31T14:12:23.335Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:23.335Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-31T14:12:23.336Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-31T14:12:23.336Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:23.336Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-31T14:12:23.336Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=f07f6b14-1afe-443c-827b-22be228ee8c4 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-03-31T14:12:23.338Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:23.338Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:23.338Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7e8c589a-13ef-4c85-b45b-5938cbd36263: basic_cnf 2022-03-31T14:12:23.339Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:23.339Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:23.339Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:23.339Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:23.339Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:23.340Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:23.340Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:23.340Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:23.340Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:12:23.340Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:12:23.340Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-31T14:12:23.404Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 1ebe97c7-a595-4f67-9ae3-f4b12705518f 1 ASDC deployResourceStructure 2022-03-31T14:12:23.405Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-31T14:12:23.405Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-03-31T14:12:23.405Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-31T14:12:23.405Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:23.408Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:23.408Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735943405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-31T14:12:23.508Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:23.510Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:23.510Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:23.522Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:23.522Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:24.410Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-31T14:12:24.411Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-31T14:12:24.411Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-31T14:12:24.412Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:24.414Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:24.414Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735944410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-31T14:12:24.514Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:24.515Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:24.516Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:24.546Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:24.547Z||pool-138-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:25.415Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-31T14:12:25.416Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-31T14:12:25.416Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:12:25.416Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:25.419Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:25.419Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735945415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T14:12:25.519Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:25.522Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:25.522Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:25.540Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:25.541Z||pool-139-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:26.421Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-31T14:12:26.421Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-31T14:12:26.421Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:12:26.421Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:26.423Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:26.424Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735946420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-31T14:12:26.525Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-31T14:12:26.526Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:26.527Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:26.558Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:26.559Z||pool-140-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:27.425Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-31T14:12:27.425Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-31T14:12:27.426Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:12:27.426Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:27.429Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:27.429Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735947425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-31T14:12:27.530Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:27.531Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:27.531Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:27.548Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:27.549Z||pool-141-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:28.431Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-31T14:12:28.431Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-31T14:12:28.431Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:12:28.431Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:28.435Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:28.435Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735948431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:12:28.535Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:12:28.537Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:12:28.537Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:28.550Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:28.551Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:12:28.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:12:28.561Z||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-03-31T14:12:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:12:28.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:12:28.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "32b25e32-dcc4-4326-869e-546df0a0eb43", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735863299, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T14:12:28.587Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "aai-ml", "timestamp": 1648735858427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "cds", "timestamp": 1648735858674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.587Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "multicloud-k8s-id", "timestamp": 1648735854142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "policy-id", "timestamp": 1648735858120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "aai-ml", "timestamp": 1648735858427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "multicloud-k8s-id", "timestamp": 1648735854142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "cds", "timestamp": 1648735858674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "policy-id", "timestamp": 1648735858120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-03-31T14:12:28.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "aai-ml", "timestamp": 1648735858427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "cds", "timestamp": 1648735858674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.590Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "multicloud-k8s-id", "timestamp": 1648735854142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "policy-id", "timestamp": 1648735858120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-03-31T14:12:28.591Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.591Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "aai-ml", "timestamp": 1648735858427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "cds", "timestamp": 1648735858674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "multicloud-k8s-id", "timestamp": 1648735854142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.592Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.592Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.592Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "policy-id", "timestamp": 1648735858120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "aai-ml", "timestamp": 1648735858427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.593Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.593Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "cds", "timestamp": 1648735858674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.593Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "multicloud-k8s-id", "timestamp": 1648735854142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "policy-id", "timestamp": 1648735858120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.594Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.594Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "ves-openapi-manager", "timestamp": 1648735867260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.594Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-03-31T14:12:28.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "aai-ml", "timestamp": 1648735858427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.595Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.595Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.595Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "multicloud-k8s-id", "timestamp": 1648735854142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "cds", "timestamp": 1648735858674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.596Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "policy-id", "timestamp": 1648735858120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.596Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.596Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "ves-openapi-manager", "timestamp": 1648735867260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "clamp", "timestamp": 1648735868539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.597Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-03-31T14:12:28.597Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.597Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "aai-ml", "timestamp": 1648735858427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "policy-id", "timestamp": 1648735858120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "multicloud-k8s-id", "timestamp": 1648735854142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.598Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "cds", "timestamp": 1648735858674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "ves-openapi-manager", "timestamp": 1648735867260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "clamp", "timestamp": 1648735868539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-03-31T14:12:28.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "aai-ml", "timestamp": 1648735858427, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:12:28.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "cds", "timestamp": 1648735858674, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:12:28.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "multicloud-k8s-id", "timestamp": 1648735854142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:12:28.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "policy-id", "timestamp": 1648735858120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:12:28.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "ves-openapi-manager", "timestamp": 1648735867260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "clamp", "timestamp": 1648735868539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735871227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "ves-openapi-manager", "timestamp": 1648735867260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "policy-id", "timestamp": 1648735871849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:28.603Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "cds", "timestamp": 1648735872539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:28.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "aai-ml", "timestamp": 1648735872555, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:28.604Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "clamp", "timestamp": 1648735868539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735871227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "ves-openapi-manager", "timestamp": 1648735867260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-31T14:12:28.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "policy-id", "timestamp": 1648735872853, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:12:28.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "cds", "timestamp": 1648735873545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-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-03-31T14:12:28.620Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3436b8cf-fd9e-4f65-a48a-de18e033d628 2022-03-31T14:12:28.620Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3436b8cf-fd9e-4f65-a48a-de18e033d628 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-03-31T14:12:28.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "clamp", "timestamp": 1648735868539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:12:28.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735871227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "ves-openapi-manager", "timestamp": 1648735867260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "policy-id", "timestamp": 1648735873855, "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-03-31T14:12:28.637Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3436b8cf-fd9e-4f65-a48a-de18e033d628 2022-03-31T14:12:28.638Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3436b8cf-fd9e-4f65-a48a-de18e033d628 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-03-31T14:12:28.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "clamp", "timestamp": 1648735868539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.647Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735871227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.647Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.647Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "ves-openapi-manager", "timestamp": 1648735867260, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "clamp", "timestamp": 1648735868539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735875294, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:28.649Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735871227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "clamp", "timestamp": 1648735868539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:12:28.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "ves-openapi-manager", "timestamp": 1648735876389, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:28.650Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735871227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "ves-openapi-manager", "timestamp": 1648735877413, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-31T14:12:28.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735871227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:12:28.651Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735878197, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:28.652Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "ves-openapi-manager", "timestamp": 1648735878416, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } 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-03-31T14:12:28.657Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3436b8cf-fd9e-4f65-a48a-de18e033d628 2022-03-31T14:12:28.657Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3436b8cf-fd9e-4f65-a48a-de18e033d628 and ComponentName 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-03-31T14:12:28.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "aai-ml", "timestamp": 1648735878844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:12:28.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735871227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:12:28.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-31T14:12:28.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "aai-ml", "timestamp": 1648735879847, "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-03-31T14:12:28.674Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3436b8cf-fd9e-4f65-a48a-de18e033d628 2022-03-31T14:12:28.675Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3436b8cf-fd9e-4f65-a48a-de18e033d628 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-03-31T14:12:28.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735879505, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:28.684Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735880640, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:28.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735881433, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:28.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735882613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:12:28.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735883114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:28.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648735883618, "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-03-31T14:12:28.698Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3436b8cf-fd9e-4f65-a48a-de18e033d628 2022-03-31T14:12:28.699Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3436b8cf-fd9e-4f65-a48a-de18e033d628 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-03-31T14:12:28.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735884447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:28.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735885547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T14:12:28.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "clamp", "timestamp": 1648735886082, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:12:28.712Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735886552, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-03-31T14:12:28.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735887557, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-31T14:12:28.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:28.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:12:28.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "clamp", "timestamp": 1648735888087, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:12:28.714Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:12:29.436Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1cb7658d-7239-4d36-9888-bbfec84e197e 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-03-31T14:12:29.454Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1cb7658d-7239-4d36-9888-bbfec84e197e 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-03-31T14:12:29.457Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T14:12:29.457Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-31T14:12:29.457Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-31T14:12:29.457Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-31T14:12:29.457Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:12:29.457Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:12:29.458Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:12:29.458Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:12:29.458Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:12:29.458Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:12:29.458Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||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-03-31T14:12:29.464Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-31T14:12:59.464Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1cb7658d-7239-4d36-9888-bbfec84e197e 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-03-31T14:12:59.471Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1cb7658d-7239-4d36-9888-bbfec84e197e and serviceModelVersionId: 7e8c589a-13ef-4c85-b45b-5938cbd36263 2022-03-31T14:12:59.472Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ade4e740-9434-41a6-97a7-60be94890256 2022-03-31T14:12:59.473Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ade4e740-9434-41a6-97a7-60be94890256/model-vers/model-ver/7e8c589a-13ef-4c85-b45b-5938cbd36263?depth=0 2022-03-31T14:12:59.479Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-31T14:12:59.519Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade4e740-9434-41a6-97a7-60be94890256/model-vers/model-ver/7e8c589a-13ef-4c85-b45b-5938cbd36263?depth=0|INFO|500||Invoke 2022-03-31T14:12:59.520Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade4e740-9434-41a6-97a7-60be94890256/model-vers/model-ver/7e8c589a-13ef-4c85-b45b-5938cbd36263?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade4e740-9434-41a6-97a7-60be94890256/model-vers/model-ver/7e8c589a-13ef-4c85-b45b-5938cbd36263?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1cb7658d-7239-4d36-9888-bbfec84e197e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[58c99010-e429-4e1b-aafb-8b4687448ac5], X-ECOMP-RequestID=[1cb7658d-7239-4d36-9888-bbfec84e197e], X-TransactionId=[], X-ONAP-RequestID=[1cb7658d-7239-4d36-9888-bbfec84e197e], Content-Type=[application/merge-patch+json]} 2022-03-31T14:12:59.551Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade4e740-9434-41a6-97a7-60be94890256/model-vers/model-ver/7e8c589a-13ef-4c85-b45b-5938cbd36263?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-31T14:12:59.932Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade4e740-9434-41a6-97a7-60be94890256/model-vers/model-ver/7e8c589a-13ef-4c85-b45b-5938cbd36263?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade4e740-9434-41a6-97a7-60be94890256/model-vers/model-ver/7e8c589a-13ef-4c85-b45b-5938cbd36263?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-14:12:59:788-31953], vertex-id=[225280], Content-Length=[0], Date=[Thu, 31 Mar 2022 14:12:59 GMT], Content-Type=[application/json]} 2022-03-31T14:12:59.932Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade4e740-9434-41a6-97a7-60be94890256/model-vers/model-ver/7e8c589a-13ef-4c85-b45b-5938cbd36263?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-31T14:12:59.933Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ade4e740-9434-41a6-97a7-60be94890256/model-vers/model-ver/7e8c589a-13ef-4c85-b45b-5938cbd36263?depth=0|INFO|500||InvokeReturn 2022-03-31T14:12:59.933Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-31T14:12:59.933Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||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-03-31T14:12:59.949Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||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-03-31T14:12:59.950Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1cb7658d-7239-4d36-9888-bbfec84e197e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-31T14:12:59.950Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-31T14:12:59.950Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:12:59.952Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:12:59.952Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735979950, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T14:13:00.052Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T14:13:00.053Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:00.054Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:00.071Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:00.072Z||pool-143-thread-1|||||INFO|500||cambria reply ok (19 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-03-31T14:13:00.967Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:13:00.968Z||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-03-31T14:13:00.968Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:05.310Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:05.311Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-31T14:13:05.312Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"cf5b2382-302c-4645-bec2-702f150958d4","serviceDescription":"service","serviceInvariantUUID":"f9fe58c7-e98a-4f3d-963a-903d084a9133","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d0de7cd6-0930-4017-b51b-de76c3f1cd29","resourceInvariantUUID":"15eb13e3-1116-49ea-8de2-a9714fde1f02","resourceCustomizationUUID":"971be4c2-b6ac-4882-b74a-aa621a9da9ff","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml","artifactChecksum":"NGYzYjBkNjQyZjFjN2M0MTQ1ZWUxOGU0ODI1YWFlNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b1c3beec-fe94-4288-9ffa-12241b0a3583","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar","artifactChecksum":"ZGVhZmM4YTM3NDgwYjQxNDFmZjYzYzQ5N2E4NDFkNDE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0f2e6d3-ba20-4bab-909d-414bc6d477c3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c7b0dd3-280c-47e6-a26f-c292fde92490","artifactVersion":"1"},{"artifactName":"CBA_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip","artifactChecksum":"OTdjNWZjZDA3NjFmMWEyNGE2ZmM1OTQ3N2VjOTY1MmE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"df93870a-d2ae-4dcd-9257-405b3fb1eed2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml","artifactChecksum":"YWU0ZDcwODllZmYyZGI3ZWJiNmExMTgwODI1YjcxMjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"351cc199-9bef-489c-aea0-b590d7d4c24b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"87274a11-14ab-4b28-bc3f-93bf7ebf0af4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a643a29f-59ce-41f3-8ead-bf7a28006d59","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-TestPnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml","artifactChecksum":"MTVkNjNkZjFhODBkNGQ4YzBhYzY1MmNkNzcyYTRmZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"66280378-71a6-4b3b-92bf-bcab786d8325","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NjE3MmM2ODM3MjUyNzZiZWYzYzU2N2RkZjgyYzQ5MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c259189c-2557-42c9-98c2-af1b79e81b43","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-31T14:13:05.314Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:05.314Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:05.316Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:05.316Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:05.416Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:13:05.417Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:05.417Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:05.429Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:05.430Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:06.317Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:06.317Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:06.320Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:06.320Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:06.420Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:13:06.421Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:06.421Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:06.433Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:06.433Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:07.320Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:07.321Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:07.323Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:07.323Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:07.423Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:13:07.424Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:07.424Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:07.436Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:07.436Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:08.327Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:08.329Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:08.331Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:08.331Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:08.431Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:13:08.432Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:08.433Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:08.444Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:08.444Z||pool-147-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:09.332Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:09.333Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:09.335Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:09.335Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:09.437Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-31T14:13:09.438Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:09.438Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:09.452Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:09.453Z||pool-148-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:10.336Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:10.337Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:10.340Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:10.340Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:10.440Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:13:10.441Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:10.441Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:10.452Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:10.453Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:11.340Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:11.341Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:11.344Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:11.344Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:11.446Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-31T14:13:11.447Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:11.447Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:11.460Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:11.461Z||pool-150-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:12.344Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:12.345Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:12.347Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:12.347Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:12.448Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:13:12.449Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:12.449Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:12.473Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:12.473Z||pool-151-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:13.348Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:13.349Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:13.351Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:13.351Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:13:13.451Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T14:13:13.452Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:13.452Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:13.466Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:13.466Z||pool-152-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:14.354Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "cf5b2382-302c-4645-bec2-702f150958d4", "serviceDescription": "service", "serviceInvariantUUID": "f9fe58c7-e98a-4f3d-963a-903d084a9133", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "971be4c2-b6ac-4882-b74a-aa621a9da9ff", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d0de7cd6-0930-4017-b51b-de76c3f1cd29", "resourceInvariantUUID": "15eb13e3-1116-49ea-8de2-a9714fde1f02", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-TestPnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "artifactChecksum": "NjE3MmM2ODM3MjUyNzZiZWYzYzU2N2RkZjgyYzQ5MzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c259189c-2557-42c9-98c2-af1b79e81b43" } ], "workloadContext": "Production" } 2022-03-31T14:13:14.354Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-31T14:13:14.354Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cf5b2382-302c-4645-bec2-702f150958d4 ASDC 2022-03-31T14:13:14.355Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:cf5b2382-302c-4645-bec2-702f150958d4 ServiceInvariantUUID:f9fe58c7-e98a-4f3d-963a-903d084a9133 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-TestPnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ArtifactUUID:c259189c-2557-42c9-98c2-af1b79e81b43 ArtifactChecksum:NjE3MmM2ODM3MjUyNzZiZWYzYzU2N2RkZjgyYzQ5MzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:971be4c2-b6ac-4882-b74a-aa621a9da9ff ResourceInvariantUUID:15eb13e3-1116-49ea-8de2-a9714fde1f02 ResourceName:test-pnf ResourceType:PNF ResourceUUID:d0de7cd6-0930-4017-b51b-de76c3f1cd29 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-31T14:13:14.355Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf5b2382-302c-4645-bec2-702f150958d4 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-03-31T14:13:14.407Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T14:13:14.407Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-31T14:13:14.408Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-31T14:13:14.408Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c259189c-2557-42c9-98c2-af1b79e81b43 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-31T14:13:14.408Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-31T14:13:14.408Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-31T14:13:15.196Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-31T14:13:15.204Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c259189c-2557-42c9-98c2-af1b79e81b43 105661 2022-03-31T14:13:15.205Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-31T14:13:15.205Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-31T14:13:15.205Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:13:15.205Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:15.207Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:15.208Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735995205, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:13:15.308Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:13:15.309Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:15.309Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:15.332Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:15.333Z||pool-153-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:16.208Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T14:13:16.209Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-31T14:13:16.209Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c259189c-2557-42c9-98c2-af1b79e81b43, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-31T14:13:16.210Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-31T14:13:16.210Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-31T14:13:16.210Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-31T14:13:16.324Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13757314390906038175/Definitions/service-TestPnfMacro-template.yml 2022-03-31T14:13:17.301Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-31T14:13:17.302Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-31T14:13:17.302Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-31T14:13:17.302Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-31T14:13:17.302Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||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-TestPnfMacro-csar.csar 2022-03-31T14:13:17.302Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-31T14:13:17.302Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 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-TestPnfMacro-csar.csar 2022-03-31T14:13:17.302Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||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-TestPnfMacro-csar.csar 2022-03-31T14:13:17.303Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-31T14:13:17.303Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-31T14:13:17.303Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-31T14:13:17.303Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-31T14:13:17.303Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:13:17.303Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:13:17.303Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-31T14:13:17.303Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-31T14:13:17.303Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T14:13:17.304Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:13:17.304Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:13:17.304Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-31T14:13:17.304Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-31T14:13:17.304Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T14:13:17.304Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:13:17.304Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:13:17.305Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:13:17.305Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:13:17.305Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:13:17.305Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:13:17.305Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:13:17.305Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:13:17.305Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:13:17.305Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:13:17.306Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:cf5b2382-302c-4645-bec2-702f150958d4 Model Version:NULL Model InvariantUuid:f9fe58c7-e98a-4f3d-963a-903d084a9133 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-03-31T14:13:17.317Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: d0de7cd6-0930-4017-b51b-de76c3f1cd29 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-03-31T14:13:17.321Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||test-pnf 0 2022-03-31T14:13:17.321Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d0de7cd6-0930-4017-b51b-de76c3f1cd29 2022-03-31T14:13:17.321Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||No resources found for Service: cf5b2382-302c-4645-bec2-702f150958d4 2022-03-31T14:13:17.322Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: cf5b2382-302c-4645-bec2-702f150958d4 2022-03-31T14:13:17.322Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d0de7cd6-0930-4017-b51b-de76c3f1cd29 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-03-31T14:13:17.326Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6db8c512, org.onap.sdc.toscaparser.api.parameters.Input@2cd2c16d, org.onap.sdc.toscaparser.api.parameters.Input@71c9c9a8, org.onap.sdc.toscaparser.api.parameters.Input@1c5a76f2, org.onap.sdc.toscaparser.api.parameters.Input@37e1b03e] 2022-03-31T14:13:17.327Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:13:17.327Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:13:17.327Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid cf5b2382-302c-4645-bec2-702f150958d4: test-pnf 2022-03-31T14:13:17.327Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||Processing PNF resource: d0de7cd6-0930-4017-b51b-de76c3f1cd29 2022-03-31T14:13:17.328Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:13:17.328Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:13:17.328Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||Resource customization UUID: 971be4c2-b6ac-4882-b74a-aa621a9da9ff is the same as notified resource customizationUUID: 971be4c2-b6ac-4882-b74a-aa621a9da9ff Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-31T14:13:17.366Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d0de7cd6-0930-4017-b51b-de76c3f1cd29 0 ASDC deployResourceStructure 2022-03-31T14:13:17.367Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-31T14:13:17.367Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-31T14:13:17.367Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:13:17.367Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:17.369Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:17.369Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735997367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:13:17.469Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:13:17.470Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:17.470Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:17.482Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:17.484Z||pool-154-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:18.371Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba 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-03-31T14:13:18.395Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba 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-03-31T14:13:18.399Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T14:13:18.399Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-31T14:13:18.399Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-31T14:13:18.400Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-31T14:13:18.400Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:13:18.400Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:13:18.400Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:13:18.400Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:13:18.400Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:13:18.400Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:13:18.400Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:13:18.401Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-31T14:13:18.411Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-31T14:13:28.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:13:28.561Z||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-03-31T14:13:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:28.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:28.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-31T14:13:28.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735888570, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-03-31T14:13:28.621Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:13:48.411Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba 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-03-31T14:13:48.419Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba and serviceModelVersionId: cf5b2382-302c-4645-bec2-702f150958d4 2022-03-31T14:13:48.419Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f9fe58c7-e98a-4f3d-963a-903d084a9133 2022-03-31T14:13:48.420Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f9fe58c7-e98a-4f3d-963a-903d084a9133/model-vers/model-ver/cf5b2382-302c-4645-bec2-702f150958d4?depth=0 2022-03-31T14:13:48.426Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-31T14:13:48.468Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9fe58c7-e98a-4f3d-963a-903d084a9133/model-vers/model-ver/cf5b2382-302c-4645-bec2-702f150958d4?depth=0|INFO|500||Invoke 2022-03-31T14:13:48.468Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9fe58c7-e98a-4f3d-963a-903d084a9133/model-vers/model-ver/cf5b2382-302c-4645-bec2-702f150958d4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9fe58c7-e98a-4f3d-963a-903d084a9133/model-vers/model-ver/cf5b2382-302c-4645-bec2-702f150958d4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[803f8b4f-0b6e-470c-8c8b-e05a863c69ec], X-ECOMP-RequestID=[a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba], X-TransactionId=[], X-ONAP-RequestID=[a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba], Content-Type=[application/merge-patch+json]} 2022-03-31T14:13:48.488Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9fe58c7-e98a-4f3d-963a-903d084a9133/model-vers/model-ver/cf5b2382-302c-4645-bec2-702f150958d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-31T14:13:48.772Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9fe58c7-e98a-4f3d-963a-903d084a9133/model-vers/model-ver/cf5b2382-302c-4645-bec2-702f150958d4?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9fe58c7-e98a-4f3d-963a-903d084a9133/model-vers/model-ver/cf5b2382-302c-4645-bec2-702f150958d4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220331-14:13:48:723-64717], vertex-id=[221328], Content-Length=[0], Date=[Thu, 31 Mar 2022 14:13:48 GMT], Content-Type=[application/json]} 2022-03-31T14:13:48.772Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9fe58c7-e98a-4f3d-963a-903d084a9133/model-vers/model-ver/cf5b2382-302c-4645-bec2-702f150958d4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-31T14:13:48.773Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9fe58c7-e98a-4f3d-963a-903d084a9133/model-vers/model-ver/cf5b2382-302c-4645-bec2-702f150958d4?depth=0|INFO|500||InvokeReturn 2022-03-31T14:13:48.773Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-31T14:13:48.773Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-31T14:13:48.778Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-31T14:13:48.778Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-31T14:13:48.778Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-31T14:13:48.778Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:48.780Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:48.780Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648736028778, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T14:13:48.880Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:13:48.881Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:48.881Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:48.894Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:48.895Z||pool-155-thread-1|||||INFO|500||cambria reply ok (14 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-03-31T14:13:49.794Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-31T14:13:49.794Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3436b8cf-fd9e-4f65-a48a-de18e033d628","serviceName":"Demo_pNF_oUqfm3ugMgR6f0ArLQUx","serviceVersion":"1.0","serviceUUID":"ea0a0fa5-9a85-416c-a367-54f903b3626e","serviceDescription":"catalog service description","serviceInvariantUUID":"ed98e41b-1c93-4a32-9217-7ddeb6b3063c","resources":[{"resourceInstanceName":"pNF 3018cf2e-872b 0","resourceName":"pNF 3018cf2e-872b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"94219f2d-e00e-48cb-b6e4-bb809fa7d25d","resourceInvariantUUID":"ad2ca4d0-ad89-4c7a-b077-f663937037d2","resourceCustomizationUUID":"81326d60-c9e7-4737-8483-68d5943c3295","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vf-license-model.xml","artifactChecksum":"NTQ1YzllZTE4MWZmNjdlYmRlYWFkYTAxM2M3OTkxZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c234aa4-8ac3-44cb-986a-1bb01bc4cbd2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/pNF.csar","artifactChecksum":"MzU4ZTNiYzFjZmFlNjIzMmRlZWE0MTU1OTY5OGYxYmQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f64ce53-e637-4bda-9244-98307d83739b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d5afdb9f-2103-46de-8264-9e6dadb75bb8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTFmNWUzOGNkYzk0NjI2OTJkNTlhMDhlMDFkYzhlNjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b1cda7e0-a866-45ee-b1f4-5c055e8b66ab","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"24698970-b586-4b85-8e5f-3e1ac7dffa9c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2b56c2d-158a-43c5-b8e6-35ea486e30fa","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOuqfm3ugmgr6f0arlqux-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-template.yml","artifactChecksum":"ZmVlY2YyY2ZiZWQwZTIxNzM4ZGQ2YTJiNjM2Nzc1ODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"258784d7-01ef-4b01-a5e7-d599fbfaf0fb","artifactVersion":"1"},{"artifactName":"service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar","artifactChecksum":"Nzg1ZmE5ZThhN2IxMjNiMzcwMjhkYzgyNGY2ZTI3N2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"704bec39-f4aa-4294-ac8d-60b6f39c613f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-31T14:13:49.795Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:49.795Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:49.798Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:49.798Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:49.898Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:13:49.898Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:49.899Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:49.910Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:49.912Z||pool-156-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-31T14:13:50.799Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:50.799Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:50.801Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:50.801Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:50.901Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:13:50.903Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:50.903Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:50.920Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:50.920Z||pool-157-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:51.802Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:51.803Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:51.805Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:51.805Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:51.905Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:13:51.906Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:51.906Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:51.918Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:51.919Z||pool-158-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:52.806Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:52.807Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:52.809Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:52.809Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:52.909Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:13:52.910Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:52.910Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:52.923Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:52.923Z||pool-159-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:53.810Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:53.811Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:53.815Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:53.815Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:53.919Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-31T14:13:53.920Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:53.920Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:53.932Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:53.932Z||pool-160-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:54.816Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:54.818Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:54.821Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:54.821Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:54.921Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:13:54.922Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:54.922Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:54.942Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:54.943Z||pool-161-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:55.822Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:55.822Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:55.825Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:55.825Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:13:55.925Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T14:13:55.926Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:55.926Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:55.937Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:55.938Z||pool-162-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:56.826Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-31T14:13:56.827Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:56.836Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:56.837Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:13:56.930Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-03-31T14:13:56.931Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:56.931Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:56.943Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:56.943Z||pool-163-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:57.838Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "serviceName": "Demo_pNF_oUqfm3ugMgR6f0ArLQUx", "serviceVersion": "1.0", "serviceUUID": "ea0a0fa5-9a85-416c-a367-54f903b3626e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ed98e41b-1c93-4a32-9217-7ddeb6b3063c", "resources": [ { "resourceInstanceName": "pNF 3018cf2e-872b 0", "resourceCustomizationUUID": "81326d60-c9e7-4737-8483-68d5943c3295", "resourceName": "pNF 3018cf2e-872b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "94219f2d-e00e-48cb-b6e4-bb809fa7d25d", "resourceInvariantUUID": "ad2ca4d0-ad89-4c7a-b077-f663937037d2", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "artifactChecksum": "Nzg1ZmE5ZThhN2IxMjNiMzcwMjhkYzgyNGY2ZTI3N2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "704bec39-f4aa-4294-ac8d-60b6f39c613f" } ], "workloadContext": "Production" } 2022-03-31T14:13:57.838Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-31T14:13:57.839Z|a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ea0a0fa5-9a85-416c-a367-54f903b3626e ASDC 2022-03-31T14:13:57.839Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:3436b8cf-fd9e-4f65-a48a-de18e033d628 ServiceName:Demo_pNF_oUqfm3ugMgR6f0ArLQUx ServiceVersion:1.0 ServiceUUID:ea0a0fa5-9a85-416c-a367-54f903b3626e ServiceInvariantUUID:ed98e41b-1c93-4a32-9217-7ddeb6b3063c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar ArtifactUUID:704bec39-f4aa-4294-ac8d-60b6f39c613f ArtifactChecksum:Nzg1ZmE5ZThhN2IxMjNiMzcwMjhkYzgyNGY2ZTI3N2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3018cf2e-872b 0 ResourceCustomizationUUID:81326d60-c9e7-4737-8483-68d5943c3295 ResourceInvariantUUID:ad2ca4d0-ad89-4c7a-b077-f663937037d2 ResourceName:pNF 3018cf2e-872b ResourceType:PNF ResourceUUID:94219f2d-e00e-48cb-b6e4-bb809fa7d25d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-31T14:13:57.839Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea0a0fa5-9a85-416c-a367-54f903b3626e 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-03-31T14:13:57.869Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T14:13:57.869Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-31T14:13:57.869Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-31T14:13:57.870Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 704bec39-f4aa-4294-ac8d-60b6f39c613f from URL: /sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:13:57.870Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-03-31T14:13:57.870Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:13:58.153Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-03-31T14:13:58.156Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 704bec39-f4aa-4294-ac8d-60b6f39c613f 82643 2022-03-31T14:13:58.157Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar ASDC sendASDCNotification 2022-03-31T14:13:58.157Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:13:58.157Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-31T14:13:58.157Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:13:58.159Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:13:58.159Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648736038157, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:13:58.260Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T14:13:58.260Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:13:58.260Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:13:58.272Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:13:58.273Z||pool-164-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:13:59.160Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-31T14:13:59.161Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-03-31T14:13:59.161Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 704bec39-f4aa-4294-ac8d-60b6f39c613f, URL: /sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar to file: /app/ASDC/1/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:13:59.162Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:13:59.162Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:13:59.162Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:13:59.258Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16237509740129908796/Definitions/service-DemoPnfOuqfm3ugmgr6f0arlqux-template.yml 2022-03-31T14:14:00.131Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-31T14:14:00.131Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-31T14:14:00.131Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:14:00.132Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-31T14:14:00.132Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||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-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:14:00.132Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:14:00.132Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||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-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:14:00.132Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:14:00.132Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:14:00.132Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3018cf2e-872b 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-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:14:00.132Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:14:00.132Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-03-31T14:14:00.132Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:14:00.132Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oUqfm3ugMgR6f0ArLQUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:14:00.133Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Node template pNF 3018cf2e-872b 0 is matching search criteria 2022-03-31T14:14:00.133Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-31T14:14:00.133Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 3018cf2e-872b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T14:14:00.133Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:14:00.133Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oUqfm3ugMgR6f0ArLQUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:14:00.133Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Node template pNF 3018cf2e-872b 0 is matching search criteria 2022-03-31T14:14:00.133Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-03-31T14:14:00.133Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 3018cf2e-872b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-31T14:14:00.134Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:14:00.134Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oUqfm3ugMgR6f0ArLQUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:14:00.134Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:14:00.134Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oUqfm3ugMgR6f0ArLQUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:14:00.134Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:14:00.134Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oUqfm3ugMgR6f0ArLQUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:14:00.134Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:14:00.134Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oUqfm3ugMgR6f0ArLQUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:14:00.134Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:14:00.135Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oUqfm3ugMgR6f0ArLQUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:14:00.135Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_oUqfm3ugMgR6f0ArLQUx Description:catalog service description Model UUID:ea0a0fa5-9a85-416c-a367-54f903b3626e Model Version:NULL Model InvariantUuid:ed98e41b-1c93-4a32-9217-7ddeb6b3063c 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-03-31T14:14:00.142Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 94219f2d-e00e-48cb-b6e4-bb809fa7d25d 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-03-31T14:14:00.145Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||pNF 3018cf2e-872b 0 2022-03-31T14:14:00.146Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 94219f2d-e00e-48cb-b6e4-bb809fa7d25d 2022-03-31T14:14:00.146Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ea0a0fa5-9a85-416c-a367-54f903b3626e 2022-03-31T14:14:00.146Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ea0a0fa5-9a85-416c-a367-54f903b3626e 2022-03-31T14:14:00.146Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3018cf2e-872b 0 94219f2d-e00e-48cb-b6e4-bb809fa7d25d 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-03-31T14:14:00.151Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1a3df4d1, org.onap.sdc.toscaparser.api.parameters.Input@1b43a33c, org.onap.sdc.toscaparser.api.parameters.Input@3574c4cb, org.onap.sdc.toscaparser.api.parameters.Input@16d075c3, org.onap.sdc.toscaparser.api.parameters.Input@633e80b4] 2022-03-31T14:14:00.151Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:14:00.152Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oUqfm3ugMgR6f0ArLQUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:14:00.152Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ea0a0fa5-9a85-416c-a367-54f903b3626e: pNF 3018cf2e-872b 2022-03-31T14:14:00.152Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||Processing PNF resource: 94219f2d-e00e-48cb-b6e4-bb809fa7d25d 2022-03-31T14:14:00.153Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-31T14:14:00.153Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_oUqfm3ugMgR6f0ArLQUx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-31T14:14:00.153Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||Resource customization UUID: 81326d60-c9e7-4737-8483-68d5943c3295 is the same as notified resource customizationUUID: 81326d60-c9e7-4737-8483-68d5943c3295 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-31T14:14:00.186Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3018cf2e-872b 94219f2d-e00e-48cb-b6e4-bb809fa7d25d 0 ASDC deployResourceStructure 2022-03-31T14:14:00.187Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar ASDC sendASDCNotification 2022-03-31T14:14:00.187Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar 2022-03-31T14:14:00.187Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-31T14:14:00.187Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:14:00.189Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:14:00.189Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648736040186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:14:00.289Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-31T14:14:00.290Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:14:00.291Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:14:00.305Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:14:00.307Z||pool-165-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-31T14:14:01.190Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3436b8cf-fd9e-4f65-a48a-de18e033d628 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-03-31T14:14:01.201Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3436b8cf-fd9e-4f65-a48a-de18e033d628 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-03-31T14:14:01.204Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-31T14:14:01.204Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-31T14:14:01.204Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-31T14:14:01.205Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-31T14:14:01.205Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:14:01.205Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:14:01.205Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:14:01.206Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:14:01.206Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:14:01.206Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-31T14:14:01.207Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-31T14:14:01.211Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-31T14:14:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:14:28.562Z||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-03-31T14:14:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:14:28.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:14:28.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "clamp", "timestamp": 1648735889091, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 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-03-31T14:14:28.611Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3436b8cf-fd9e-4f65-a48a-de18e033d628 2022-03-31T14:14:28.611Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3436b8cf-fd9e-4f65-a48a-de18e033d628 and ComponentName clamp 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-03-31T14:14:28.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735889574, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-31T14:14:28.621Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:28.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735890579, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:14:28.621Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:28.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0a2e0016-c636-42a8-8c61-68b4008df6d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735922289, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T14:14:28.621Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:28.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:14:28.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:14:28.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-31T14:14:28.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:14:28.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-31T14:14:28.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:14:28.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-31T14:14:28.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:14:28.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-31T14:14:28.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:14:28.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:14:28.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:14:28.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-31T14:14:28.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:14:28.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:14:28.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:14:28.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735693140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:14:28.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:14:28.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735933888, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:14:28.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:28.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735936608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-31T14:14:28.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:28.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735937900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-31T14:14:28.627Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:28.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735939109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-31T14:14:28.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:28.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735940592, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-31T14:14:28.628Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:28.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735942301, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-31T14:14:28.629Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:28.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735943405, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-31T14:14:28.631Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:28.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735944410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-31T14:14:28.632Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:28.632Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.632Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735945415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-31T14:14:28.633Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:28.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735946420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-31T14:14:28.633Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:28.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735947425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-31T14:14:28.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:28.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:14:28.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735948431, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:14:28.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:14:31.212Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3436b8cf-fd9e-4f65-a48a-de18e033d628 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-03-31T14:14:31.218Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3436b8cf-fd9e-4f65-a48a-de18e033d628 and serviceModelVersionId: ea0a0fa5-9a85-416c-a367-54f903b3626e 2022-03-31T14:14:31.218Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed98e41b-1c93-4a32-9217-7ddeb6b3063c 2022-03-31T14:14:31.219Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed98e41b-1c93-4a32-9217-7ddeb6b3063c/model-vers/model-ver/ea0a0fa5-9a85-416c-a367-54f903b3626e?depth=0 2022-03-31T14:14:31.223Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-03-31T14:14:31.274Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed98e41b-1c93-4a32-9217-7ddeb6b3063c/model-vers/model-ver/ea0a0fa5-9a85-416c-a367-54f903b3626e?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-03-31T14:14:31.275Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed98e41b-1c93-4a32-9217-7ddeb6b3063c/model-vers/model-ver/ea0a0fa5-9a85-416c-a367-54f903b3626e?depth=0|INFO|500||Invoke 2022-03-31T14:14:31.323Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed98e41b-1c93-4a32-9217-7ddeb6b3063c/model-vers/model-ver/ea0a0fa5-9a85-416c-a367-54f903b3626e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-31T14:14:31.580Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed98e41b-1c93-4a32-9217-7ddeb6b3063c/model-vers/model-ver/ea0a0fa5-9a85-416c-a367-54f903b3626e?depth=0|INFO|500||InvokeReturn 2022-03-31T14:14:31.581Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed98e41b-1c93-4a32-9217-7ddeb6b3063c/model-vers/model-ver/ea0a0fa5-9a85-416c-a367-54f903b3626e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220331-14:14:31:559-81685], vertex-id=[254088], Content-Length=[0], Date=[Thu, 31 Mar 2022 14:14:31 GMT], Content-Type=[application/json]} 2022-03-31T14:14:31.581Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-03-31T14:14:31.582Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-31T14:14:31.582Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-31T14:14:31.586Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-31T14:14:31.587Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3436b8cf-fd9e-4f65-a48a-de18e033d628 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-31T14:14:31.587Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-31T14:14:31.587Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-03-31T14:14:31.589Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-31T14:14:31.589Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648736071587, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T14:14:31.689Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-31T14:14:31.690Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-31T14:14:31.690Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:14:31.701Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:14:31.702Z||pool-166-thread-1|||||INFO|500||cambria reply ok (12 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-03-31T14:14:32.601Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:14:32.602Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:14:32.602Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:14:42.145Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:14:42.146Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:14:42.147Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:14:42.147Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:14:51.732Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:14:51.738Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:14:51.738Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:14:51.739Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:15:01.280Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:15:01.281Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:15:01.281Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:15:01.281Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:15:10.821Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:15:10.822Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:15:10.823Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:15:10.823Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:15:20.415Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:15:20.416Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:15:20.417Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:15:20.417Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:15:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:15:28.562Z||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-03-31T14:15:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:15:28.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:15:28.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:15:28.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1cb7658d-7239-4d36-9888-bbfec84e197e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735979950, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T14:15:28.593Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:15:28.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:15:28.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:15:28.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:15:28.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:15:28.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:15:28.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:15:28.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:15:28.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:15:28.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:15:28.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:15:28.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-31T14:15:28.596Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:15:28.596Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:15:28.596Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:15:28.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:15:28.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:15:28.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:15:28.597Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:15:28.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:15:28.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:15:28.598Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:15:28.598Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:15:28.598Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:15:28.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:15:28.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:15:28.599Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:15:28.599Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:15:28.599Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:15:28.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735995205, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:15:28.600Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:15:28.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:15:28.600Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735997367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:15:28.600Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:15:29.976Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:15:29.977Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:15:29.978Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:15:29.978Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:15:39.521Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:16:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:16:28.559Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:16:28.560Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:16:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:16:28.561Z||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-03-31T14:16:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:16:28.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:16:28.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:16:28.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a6e9f639-5ad2-4ed3-81f2-31dbe25b77ba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648736028778, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T14:16:28.587Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:16:28.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:16:28.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:16:28.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:16:28.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:16:28.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-31T14:16:28.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:16:28.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:16:28.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-31T14:16:28.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:16:28.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:16:28.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-31T14:16:28.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:16:28.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:16:28.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:16:28.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:16:28.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:16:28.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/resourceInstances/pnf3018cf2e872b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-31T14:16:28.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:16:28.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:16:28.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-template.yml", "status": "NOT_NOTIFIED" } 2022-03-31T14:16:28.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:16:28.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:16:28.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648735980967, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "NOTIFIED" } 2022-03-31T14:16:28.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-31T14:16:28.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:16:28.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648736038157, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-31T14:16:28.590Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:16:28.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:16:28.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648736040186, "artifactURL": "/sdc/v1/catalog/services/DemoPnfOuqfm3ugmgr6f0arlqux/1.0/artifacts/service-DemoPnfOuqfm3ugmgr6f0arlqux-csar.csar", "status": "DEPLOY_OK" } 2022-03-31T14:16:28.590Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:16:38.108Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:17:28.558Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:17:28.559Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:17:28.559Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:17:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:17:28.561Z||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-03-31T14:17:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:17:29.092Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:17:29.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-31T14:17:29.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3436b8cf-fd9e-4f65-a48a-de18e033d628", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648736071587, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-31T14:17:29.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-31T14:17:38.111Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:18:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:18:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:18:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:18:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:18:28.560Z||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-03-31T14:18:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:18:38.116Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:18:38.117Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:19:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:19:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:19:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:19:28.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:19:28.561Z||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-03-31T14:19:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:19:38.139Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:19:38.139Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:20:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:20:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:20:28.558Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:20:28.560Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:20:28.560Z|1cb7658d-7239-4d36-9888-bbfec84e197e|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-03-31T14:20:28.560Z|1cb7658d-7239-4d36-9888-bbfec84e197e|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:20:38.102Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:20:38.104Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:21:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:21:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:21:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:21:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:21:28.560Z||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-03-31T14:21:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:21:38.127Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:21:38.135Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:22:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:22:28.558Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:22:28.558Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:22:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:22:28.561Z||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-03-31T14:22:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:22:38.122Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:22:38.123Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:23:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:23:28.558Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:23:28.558Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:23:28.560Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:23:28.560Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T14:23:28.561Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:23:38.109Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:23:38.110Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:24:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:24:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:24:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:24:28.560Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:24:28.561Z|1cb7658d-7239-4d36-9888-bbfec84e197e|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-03-31T14:24:28.561Z|1cb7658d-7239-4d36-9888-bbfec84e197e|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:24:38.103Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:24:38.104Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:25:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:25:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:25:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:25:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:25:28.560Z||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-03-31T14:25:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:25:38.109Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:25:38.109Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:26:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:26:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:26:28.558Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:26:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:26:28.560Z||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-03-31T14:26:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:26:38.106Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:26:38.119Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:27:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:27:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:27:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:27:28.560Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:27:28.560Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T14:27:28.560Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:27:38.102Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:27:38.103Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:28:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:28:28.559Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:28:28.560Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:28:28.560Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:28:28.561Z|1cb7658d-7239-4d36-9888-bbfec84e197e|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-03-31T14:28:28.561Z|1cb7658d-7239-4d36-9888-bbfec84e197e|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:28:38.129Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:28:38.131Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:29:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:29:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:29:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:29:28.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:29:28.560Z||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-03-31T14:29:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:29:38.128Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:29:38.128Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:30:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:30:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:30:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:30:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:30:28.560Z||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-03-31T14:30:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:30:38.129Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:30:38.130Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:31:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:31:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:31:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:31:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:31:28.560Z||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-03-31T14:31:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:31:38.107Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:31:38.111Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:32:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:32:28.558Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:32:28.558Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:32:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:32:28.561Z||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-03-31T14:32:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:32:38.114Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:32:38.114Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:33:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:33:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:33:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:33:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:33:28.560Z||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-03-31T14:33:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:33:38.106Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:33:38.106Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:34:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:34:28.560Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:34:28.560Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:34:28.560Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:34:28.561Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T14:34:28.561Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:34:38.128Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:34:38.128Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:35:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:35:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:35:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:35:28.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:35:28.561Z||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-03-31T14:35:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:35:38.123Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:35:38.129Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:36:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:36:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:36:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:36:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:36:28.561Z||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-03-31T14:36:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:36:38.111Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:36:38.111Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:37:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:37:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:37:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:37:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:37:28.561Z||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-03-31T14:37:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:37:38.108Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:37:38.118Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:38:28.558Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:38:28.558Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:38:28.559Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:38:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:38:28.561Z||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-03-31T14:38:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:38:38.104Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:38:38.105Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:39:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:39:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:39:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:39:28.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:39:28.560Z||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-03-31T14:39:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:39:38.113Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:39:38.114Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:40:28.557Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:40:28.559Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:40:28.559Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:40:28.563Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:40:28.563Z||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-03-31T14:40:28.563Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:40:38.114Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:40:38.118Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:41:28.556Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:41:28.558Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T14:41:28.558Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:41:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:41:28.561Z||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-03-31T14:41:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:41:38.139Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:41:38.178Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:42:28.556Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:42:28.557Z||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-03-31T14:42:28.557Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:42:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:42:28.560Z||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-03-31T14:42:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:42:38.104Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:42:38.104Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:43:28.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:43:28.557Z||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-03-31T14:43:28.557Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:43:28.561Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:43:28.562Z||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-03-31T14:43:28.562Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:43:38.106Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:43:38.106Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:44:28.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:44:28.557Z||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-03-31T14:44:28.557Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:44:28.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:44:28.561Z||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-03-31T14:44:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:44:38.102Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:44:38.103Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:45:28.556Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:45:28.557Z||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-03-31T14:45:28.557Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:45:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:45:28.561Z||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-03-31T14:45:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:45:38.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:45:38.121Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:46:28.558Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:46:28.560Z||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-03-31T14:46:28.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:46:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:46:28.560Z||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-03-31T14:46:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:46:38.114Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:46:38.114Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:47:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:47:28.558Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:47:28.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:47:28.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:47:28.560Z||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-03-31T14:47:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:47:38.099Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:47:38.103Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:48:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:48:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:48:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:48:28.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:48:28.560Z||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-03-31T14:48:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:48:38.105Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:48:38.106Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:49:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:49:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:49:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:49:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:49:28.560Z||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-03-31T14:49:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:49:38.105Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:49:38.105Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:50:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:50:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:50:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:50:28.560Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:50:28.560Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T14:50:28.560Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:50:38.107Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:50:38.111Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:51:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:51:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:51:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:51:28.560Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:51:28.560Z|1cb7658d-7239-4d36-9888-bbfec84e197e|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-03-31T14:51:28.561Z|1cb7658d-7239-4d36-9888-bbfec84e197e|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:51:38.101Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:51:38.105Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:52:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:52:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:52:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:52:28.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:52:28.560Z||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-03-31T14:52:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:52:38.102Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:52:38.102Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:53:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:53:28.559Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:53:28.559Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:53:28.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:53:28.561Z||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-03-31T14:53:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:53:38.125Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:53:38.127Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:54:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:54:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:54:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:54:28.560Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:54:28.561Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T14:54:28.561Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:54:38.113Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:54:38.113Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:55:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:55:28.558Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:55:28.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:55:28.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:55:28.560Z||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-03-31T14:55:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:55:38.126Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:55:38.127Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:56:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:56:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:56:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:56:28.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:56:28.560Z||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-03-31T14:56:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:56:38.101Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:56:38.103Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:57:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:57:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:57:28.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:57:28.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:57:28.561Z||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-03-31T14:57:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:57:38.105Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:57:38.113Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:58:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:58:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:58:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:58:28.560Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:58:28.561Z|0afb2996-a7bf-409e-90bb-2d7873921135|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-03-31T14:58:28.561Z|0afb2996-a7bf-409e-90bb-2d7873921135|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 7XJEVVETUCkWmshP) ... 2022-03-31T14:58:38.099Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:58:38.105Z|0afb2996-a7bf-409e-90bb-2d7873921135|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:59:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:59:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T14:59:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T14:59:28.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T14:59:28.561Z||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-03-31T14:59:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T14:59:38.103Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T14:59:38.106Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:00:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:00:28.558Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T15:00:28.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T15:00:28.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:00:28.561Z||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-03-31T15:00:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T15:00:38.121Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:00:38.122Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:01:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:01:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T15:01:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T15:01:28.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:01:28.561Z||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-03-31T15:01:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T15:01:38.131Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:01:38.131Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:02:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:02:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T15:02:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T15:02:28.560Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:02:28.561Z|1cb7658d-7239-4d36-9888-bbfec84e197e|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-03-31T15:02:28.561Z|1cb7658d-7239-4d36-9888-bbfec84e197e|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 7XJEVVETUCkWmshP) ... 2022-03-31T15:02:38.119Z|1cb7658d-7239-4d36-9888-bbfec84e197e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:02:38.130Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:03:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:03:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T15:03:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T15:03:28.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:03:28.560Z||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-03-31T15:03:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T15:03:38.125Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:03:38.126Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:04:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:04:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T15:04:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T15:04:28.560Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:04:28.560Z||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-03-31T15:04:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T15:04:38.106Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:04:38.106Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:05:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:05:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T15:05:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T15:05:28.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:05:28.560Z||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-03-31T15:05:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T15:05:38.140Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:05:38.140Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:06:28.557Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:06:28.558Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T15:06:28.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T15:06:28.561Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:06:28.561Z||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-03-31T15:06:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T15:06:38.107Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:06:38.108Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:07:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:07:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T15:07:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T15:07:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:07:28.561Z||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-03-31T15:07:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T15:07:38.103Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:07:38.104Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:08:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:08:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T15:08:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T15:08:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:08:28.560Z||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-03-31T15:08:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T15:08:38.112Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:08:38.112Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:09:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:09:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T15:09:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T15:09:28.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:09:28.560Z||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-03-31T15:09:28.560Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T15:09:38.107Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:09:38.119Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:10:22.205Z||http-nio-8085-exec-7|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-31T15:10:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:10:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T15:10:28.557Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T15:10:28.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:10:28.561Z||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-03-31T15:10:28.561Z||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 7XJEVVETUCkWmshP) ... 2022-03-31T15:10:38.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:10:38.101Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:11:28.556Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:11:28.557Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-31T15:11:28.558Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7XJEVVETUCkWmshP) ... 2022-03-31T15:11:28.560Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-31T15:11:28.561Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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-03-31T15:11:28.561Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|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 7XJEVVETUCkWmshP) ... 2022-03-31T15:11:38.099Z|3436b8cf-fd9e-4f65-a48a-de18e033d628|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-31T15:11:38.102Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK