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-15T10:45:55.520Z||main|||||INFO|500||The following profiles are active: basic 2022-03-15T10:46:11.611Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-15T10:46:11.612Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-15T10:46:11.756Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-15T10:46:17.965Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-15T10:46:18.567Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-15T10:46:19.572Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-15T10:46:19.581Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-15T10:46:19.750Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-15T10:46:20.212Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-15T10:46:21.267Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-15T10:46:23.695Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-15T10:46:26.936Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-15T10:46:27.016Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-15T10:46:27.699Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-15T10:46:27.873Z||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-15T10:46:29.580Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-15T10:46:31.037Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-15T10:46:31.059Z||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$$fa32a587.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-15T10:46:31.060Z||main|||||WARN|500||The sdc end point is not alive 2022-03-15T10:46:35.612Z||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-15T10:46:39.390Z||main|||||WARN|500||--- 2022-03-15T10:46:39.432Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-15T10:46:39.432Z||main|||||WARN|500||--- 2022-03-15T10:46:39.908Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-15T10:46:46.652Z||main|||||INFO|500||Started Application in 55.446 seconds (JVM running for 58.25) 2022-03-15T10:46:46.667Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-15T10:46:46.669Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-15T10:46:46.682Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-15T10:46:46.710Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-15T10:46:46.783Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7b2c47b5-92f9-40fe-a2aa-a04ea6828ed2 url= /sdc/v1/artifactTypes 2022-03-15T10:46:46.783Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-15T10:46:47.114Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-15T10:46:47.154Z||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-15T10:46:47.181Z||scheduling-1|||||DEBUG|500||create keys 2022-03-15T10:46:47.190Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-15T10:46:47.229Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:46:47.248Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bb8dcce4-defe-46d3-b81f-59b64b217dc3 url= /sdc/v1/registerForDistribution 2022-03-15T10:46:47.364Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= bb8dcce4-defe-46d3-b81f-59b64b217dc3 url= /sdc/v1/registerForDistribution 2022-03-15T10:46:47.365Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-15T10:46:47.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:46:47.377Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:46:47.383Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-15T10:46:47.397Z||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-15T10:46:47.398Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:46:47.400Z||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-15T10:46:47.400Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:46:57.745Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:46:57.748Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:47:47.375Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:47:47.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:47:47.377Z||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-15T10:47:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:47:47.377Z||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-15T10:47:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:47:56.940Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:47:56.940Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:48:47.374Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:48:47.376Z||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-15T10:48:47.376Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:48:47.378Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:48:47.379Z||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-15T10:48:47.379Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:48:56.937Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:48:56.937Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:49:47.374Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:49:47.376Z||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-15T10:49:47.376Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:49:47.377Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:49:47.379Z||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-15T10:49:47.379Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:49:56.932Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:49:56.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:50:47.375Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:50:47.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:50:47.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T10:50:47.377Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T10:50:47.377Z||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-15T10:50:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:50:56.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:50:56.931Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:51:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:51:47.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T10:51:47.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T10:51:47.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:51:47.379Z||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-15T10:51:47.379Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:51:56.933Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:51:56.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:52:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:52:47.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T10:52:47.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T10:52:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:52:47.378Z||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-15T10:52:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:52:56.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:52:56.937Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:53:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:53:47.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:53:47.377Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T10:53:47.377Z||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-15T10:53:47.382Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:53:47.377Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T10:53:56.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:53:56.949Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:54:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:54:47.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:54:47.380Z||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-15T10:54:47.380Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T10:54:47.380Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:54:47.380Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T10:54:56.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:54:56.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:55:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:55:47.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T10:55:47.376Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T10:55:47.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:55:47.377Z||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-15T10:55:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:55:56.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:55:56.950Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:56:13.058Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-15T10:56:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:56:47.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T10:56:47.376Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T10:56:47.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:56:47.378Z||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-15T10:56:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:56:56.938Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:56:56.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:57:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:57:47.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T10:57:47.376Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T10:57:47.378Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:57:47.378Z||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-15T10:57:47.379Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:57:56.931Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:57:56.932Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:58:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:58:47.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T10:58:47.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T10:58:47.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:58:47.377Z||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-15T10:58:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:58:56.931Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:58:56.932Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:59:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:59:47.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T10:59:47.376Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T10:59:47.377Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T10:59:47.378Z||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-15T10:59:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T10:59:56.938Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T10:59:56.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:00:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:00:47.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:00:47.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:00:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:00:47.377Z||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-15T11:00:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:00:56.953Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:00:56.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:01:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:01:47.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:01:47.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:01:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:01:47.378Z||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-15T11:01:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:01:56.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:01:56.935Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:02:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:02:47.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:02:47.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:02:47.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:02:47.378Z||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-15T11:02:47.379Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:02:56.935Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:02:56.935Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:03:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:03:47.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:03:47.376Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:03:47.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:03:47.377Z||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-15T11:03:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:03:56.932Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:03:56.933Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:04:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:04:47.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:04:47.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:04:47.376Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:04:47.377Z||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-15T11:04:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:04:56.932Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:04:56.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:05:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:05:47.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:05:47.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:05:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:05:47.377Z||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-15T11:05:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:05:56.944Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:05:56.945Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:06:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:06:47.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:06:47.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:06:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:06:47.377Z||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-15T11:06:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:06:56.947Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:06:56.947Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:07:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:07:47.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:07:47.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:07:47.377Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:07:47.378Z||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-15T11:07:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:07:56.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:07:56.937Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:08:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:08:47.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:08:47.376Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:08:47.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:08:47.377Z||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-15T11:08:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:08:56.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:08:56.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:09:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:09:47.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:09:47.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:09:47.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:09:47.377Z||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-15T11:09:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:09:56.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:09:56.934Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:10:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:10:47.376Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:10:47.376Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:10:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:10:47.377Z||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-15T11:10:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:10:56.936Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:10:56.937Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:11:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:11:47.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:11:47.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:11:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:11:47.377Z||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-15T11:11:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:11:56.935Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:11:56.935Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:12:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:12:47.375Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:12:47.375Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:12:47.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:12:47.377Z||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-15T11:12:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:12:56.939Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:12:56.942Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:13:47.374Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:13:47.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:13:47.377Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:13:47.377Z||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-15T11:13:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:13:47.378Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:13:48.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:13:48.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"cfe6d427-7d1f-4ff6-9318-37bba2cc22e8","serviceName":"basic_onboard_yKszfE","serviceVersion":"1.0","serviceUUID":"6cd5efd2-82de-429b-a270-cfe1ef0f8635","serviceDescription":"service","serviceInvariantUUID":"1452d246-884c-45fc-bd88-cade6f09beb5","resources":[{"resourceInstanceName":"basic_onboard_yKszfE 0","resourceName":"basic_onboard_yKszfE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"39764b2d-65f9-4cb5-b231-6a0568599349","resourceInvariantUUID":"5abdc588-b204-42dd-be2c-8a7090facd3f","resourceCustomizationUUID":"52036f02-d5f7-41d5-bd99-0748da4717c7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml","artifactChecksum":"NTg3NGQwZjIzZDBjYjVhOWQ2YWUyYzlkMmNhZWRlMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"76d556a3-b0e6-4b50-9cc3-7b1f0fc7d78a","artifactVersion":"1"},{"artifactName":"basic_onboard_ykszfe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json","artifactChecksum":"OGE5NGRiZTM1NDAxOTRkZWE4YWZkOGFhZjYxZjI4ZjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8aa06528-9e67-4ae8-8157-8dad3b36d83c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7fd2391b-d00f-443f-ab30-e76c704eb714","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b4b9abcc-7367-490f-84f2-33051aae392a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d874c0f4-ebb8-42d9-9172-78d02cad5828","artifactVersion":"2","generatedFromUUID":"7fd2391b-d00f-443f-ab30-e76c704eb714"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYkszfe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml","artifactChecksum":"MGNjMmFiNDY1Yzk5M2MyNDk3ZjJmMjM4ZTEwNzk3ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35f4b7bd-9baf-43cc-a669-c67c8986ed9b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYkszfe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar","artifactChecksum":"NTk1ZTMzNGZjMjgyYmQxNDIzZmE5OTU5YzViMTg2ZDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf59875c-0209-4840-99c4-076f093aa5bd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-15T11:13:48.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:13:48.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "cds", "timestamp": 1647342771043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.071Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:13:48.081Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:13:48.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "multicloud-k8s-id", "timestamp": 1647342772598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "ves-openapi-manager", "timestamp": 1647342771589, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "policy-id", "timestamp": 1647342773754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "multicloud-k8s-id", "timestamp": 1647342772598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "NOTIFIED" } 2022-03-15T11:13:48.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "ves-openapi-manager", "timestamp": 1647342771589, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "cds", "timestamp": 1647342771043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.102Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:13:48.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "policy-id", "timestamp": 1647342773754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.103Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342827374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "multicloud-k8s-id", "timestamp": 1647342772598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-15T11:13:48.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "ves-openapi-manager", "timestamp": 1647342771589, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "cds", "timestamp": 1647342771043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "policy-id", "timestamp": 1647342773754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-15T11:13:48.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "ves-openapi-manager", "timestamp": 1647342771589, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "cds", "timestamp": 1647342771043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "multicloud-k8s-id", "timestamp": 1647342772598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "policy-id", "timestamp": 1647342773754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "ves-openapi-manager", "timestamp": 1647342771589, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "cds", "timestamp": 1647342771043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "multicloud-k8s-id", "timestamp": 1647342772598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-15T11:13:48.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "policy-id", "timestamp": 1647342773754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342783265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "multicloud-k8s-id", "timestamp": 1647342772598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.113Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "cds", "timestamp": 1647342771043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "ves-openapi-manager", "timestamp": 1647342771589, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "policy-id", "timestamp": 1647342773754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342783265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "ves-openapi-manager", "timestamp": 1647342771589, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "cds", "timestamp": 1647342771043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:13:48.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "multicloud-k8s-id", "timestamp": 1647342772598, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:13:48.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "policy-id", "timestamp": 1647342773754, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:13:48.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342783265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342783265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "multicloud-k8s-id", "timestamp": 1647342787338, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-15T11:13:48.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:13:48.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "cds", "timestamp": 1647342787346, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:13:48.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:13:48.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "policy-id", "timestamp": 1647342788472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:13:48.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:13:48.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342783265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "cds", "timestamp": 1647342788372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-03-15T11:13:48.202Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms 2022-03-15T11:13:48.207Z||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-15T11:13:48.208Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:13:48.223Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:13:48.225Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-15T11:13:48.389Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 2022-03-15T11:13:48.413Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:13:48.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "policy-id", "timestamp": 1647342789488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:13:48.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:13:48.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "multicloud-k8s-id", "timestamp": 1647342788785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-15T11:13:48.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:13:48.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342783265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "policy-id", "timestamp": 1647342790493, "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-15T11:13:48.459Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 2022-03-15T11:13:48.460Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:13:48.468Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.468Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342783265, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:13:48.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.469Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "multicloud-k8s-id", "timestamp": 1647342790161, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-15T11:13:48.469Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:13:48.469Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.470Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "multicloud-k8s-id", "timestamp": 1647342791236, "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-15T11:13:48.473Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 2022-03-15T11:13:48.474Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:13:48.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342791360, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:13:48.483Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:13:48.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "multicloud-k8s-id", "timestamp": 1647342792241, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "DEPLOY_OK" } 2022-03-15T11:13:48.484Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:13:48.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342795829, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "DEPLOY_ERROR" } 2022-03-15T11:13:48.484Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:13:48.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "clamp", "timestamp": 1647342796746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "clamp", "timestamp": 1647342796746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "NOTIFIED" } 2022-03-15T11:13:48.485Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "aai-ml", "timestamp": 1647342798203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.486Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.486Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "clamp", "timestamp": 1647342796746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.486Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "aai-ml", "timestamp": 1647342798203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.487Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.487Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "clamp", "timestamp": 1647342796746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.487Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "aai-ml", "timestamp": 1647342798203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.488Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.488Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "clamp", "timestamp": 1647342796746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.488Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "aai-ml", "timestamp": 1647342798203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "clamp", "timestamp": 1647342796746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.489Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "aai-ml", "timestamp": 1647342798203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.490Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.490Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.490Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "clamp", "timestamp": 1647342796746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:13:48.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "aai-ml", "timestamp": 1647342798203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:48.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "aai-ml", "timestamp": 1647342798203, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:13:48.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:13:48.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "aai-ml", "timestamp": 1647342806200, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:13:48.492Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:13:48.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "clamp", "timestamp": 1647342811043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:13:48.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:13:48.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "clamp", "timestamp": 1647342813053, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:13:48.493Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:13:48.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "clamp", "timestamp": 1647342814058, "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-15T11:13:48.497Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 2022-03-15T11:13:48.497Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:13:48.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "aai-ml", "timestamp": 1647342822240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:13:48.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:13:48.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:13:48.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "aai-ml", "timestamp": 1647342823262, "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-15T11:13:48.508Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 2022-03-15T11:13:48.508Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:13:49.122Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:13:49.123Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:13:49.126Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:13:49.127Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342827374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "NOTIFIED" } 2022-03-15T11:13:49.227Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:13:49.228Z||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-15T11:13:49.228Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:13:49.242Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:13:49.243Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:13:50.128Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:13:50.129Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:13:50.132Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:13:50.132Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342827374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-15T11:13:50.232Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-15T11:13:50.233Z||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-15T11:13:50.234Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:13:50.245Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:13:50.246Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-15T11:13:51.133Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:13:51.134Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:13:51.138Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:13:51.138Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342827374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:51.238Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:13:51.240Z||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-15T11:13:51.240Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:13:51.256Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:13:51.257Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:13:52.139Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:13:52.140Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:13:52.143Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:13:52.143Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342827374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-15T11:13:52.243Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:13:52.244Z||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-15T11:13:52.245Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:13:52.259Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:13:52.261Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:13:53.144Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:13:53.145Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:13:53.148Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:13:53.148Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342827374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:13:53.249Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:13:53.251Z||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-15T11:13:53.251Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:13:53.267Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:13:53.267Z||pool-8-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:13:54.149Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:13:54.150Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:13:54.153Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:13:54.153Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342827374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:13:54.253Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:13:54.254Z||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-15T11:13:54.254Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:13:54.271Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:13:54.272Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:13:55.156Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "serviceName": "basic_onboard_yKszfE", "serviceVersion": "1.0", "serviceUUID": "6cd5efd2-82de-429b-a270-cfe1ef0f8635", "serviceDescription": "service", "serviceInvariantUUID": "1452d246-884c-45fc-bd88-cade6f09beb5", "resources": [ { "resourceInstanceName": "basic_onboard_yKszfE 0", "resourceCustomizationUUID": "52036f02-d5f7-41d5-bd99-0748da4717c7", "resourceName": "basic_onboard_yKszfE", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "39764b2d-65f9-4cb5-b231-6a0568599349", "resourceInvariantUUID": "5abdc588-b204-42dd-be2c-8a7090facd3f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_ykszfe0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "artifactChecksum": "OGE5NGRiZTM1NDAxOTRkZWE4YWZkOGFhZjYxZjI4ZjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8aa06528-9e67-4ae8-8157-8dad3b36d83c", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7fd2391b-d00f-443f-ab30-e76c704eb714", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d874c0f4-ebb8-42d9-9172-78d02cad5828", "generatedFromUUID": "7fd2391b-d00f-443f-ab30-e76c704eb714" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d874c0f4-ebb8-42d9-9172-78d02cad5828", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardYkszfe-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "artifactChecksum": "NTk1ZTMzNGZjMjgyYmQxNDIzZmE5OTU5YzViMTg2ZDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bf59875c-0209-4840-99c4-076f093aa5bd" } ], "workloadContext": "Production" } 2022-03-15T11:13:55.158Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-15T11:13:55.158Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6cd5efd2-82de-429b-a270-cfe1ef0f8635 ASDC 2022-03-15T11:13:55.358Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 ServiceName:basic_onboard_yKszfE ServiceVersion:1.0 ServiceUUID:6cd5efd2-82de-429b-a270-cfe1ef0f8635 ServiceInvariantUUID:1452d246-884c-45fc-bd88-cade6f09beb5 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardYkszfe-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar ArtifactUUID:bf59875c-0209-4840-99c4-076f093aa5bd ArtifactChecksum:NTk1ZTMzNGZjMjgyYmQxNDIzZmE5OTU5YzViMTg2ZDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_yKszfE 0 ResourceCustomizationUUID:52036f02-d5f7-41d5-bd99-0748da4717c7 ResourceInvariantUUID:5abdc588-b204-42dd-be2c-8a7090facd3f ResourceName:basic_onboard_yKszfE ResourceType:VF ResourceUUID:39764b2d-65f9-4cb5-b231-6a0568599349 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_ykszfe0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json ArtifactUUID:8aa06528-9e67-4ae8-8157-8dad3b36d83c ArtifactChecksum:OGE5NGRiZTM1NDAxOTRkZWE4YWZkOGFhZjYxZjI4ZjM= 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/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml ArtifactUUID:7fd2391b-d00f-443f-ab30-e76c704eb714 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/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env ArtifactUUID:d874c0f4-ebb8-42d9-9172-78d02cad5828 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/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env ArtifactUUID:d874c0f4-ebb8-42d9-9172-78d02cad5828 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-15T11:13:55.359Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6cd5efd2-82de-429b-a270-cfe1ef0f8635 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-15T11:13:55.426Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-15T11:13:55.429Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-15T11:13:55.433Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-15T11:13:55.434Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bf59875c-0209-4840-99c4-076f093aa5bd from URL: /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar 2022-03-15T11:13:55.434Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-15T11:13:55.436Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar 2022-03-15T11:13:55.922Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-15T11:13:55.948Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar bf59875c-0209-4840-99c4-076f093aa5bd 71583 2022-03-15T11:13:55.951Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar ASDC sendASDCNotification 2022-03-15T11:13:55.951Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar 2022-03-15T11:13:55.952Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:13:55.954Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:13:55.957Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:13:55.957Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342835949, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:13:56.057Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-15T11:13:56.059Z||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-15T11:13:56.059Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:13:56.073Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:13:56.074Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:13:56.959Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-15T11:13:56.960Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-15T11:13:56.961Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bf59875c-0209-4840-99c4-076f093aa5bd, URL: /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar to file: /app/ASDC/1/service-BasicOnboardYkszfe-csar.csar 2022-03-15T11:13:56.965Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYkszfe-csar.csar 2022-03-15T11:13:57.099Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYkszfe-csar.csar 2022-03-15T11:13:57.100Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYkszfe-csar.csar 2022-03-15T11:13:57.922Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12305242450604645111/Definitions/service-BasicOnboardYkszfe-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-15T11:14:00.515Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-15T11:14:00.521Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-15T11:14:00.521Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYkszfe-csar.csar 2022-03-15T11:14:00.521Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-15T11:14:00.521Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||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-BasicOnboardYkszfe-csar.csar 2022-03-15T11:14:00.521Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||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-BasicOnboardYkszfe-csar.csar 2022-03-15T11:14:00.522Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||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-BasicOnboardYkszfe-csar.csar 2022-03-15T11:14:00.522Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||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-BasicOnboardYkszfe-csar.csar 2022-03-15T11:14:00.522Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYkszfe-csar.csar 2022-03-15T11:14:00.522Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYkszfe-csar.csar 2022-03-15T11:14:00.523Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||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-BasicOnboardYkszfe-csar.csar 2022-03-15T11:14:00.523Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yKszfE 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-BasicOnboardYkszfe-csar.csar 2022-03-15T11:14:00.523Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||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-BasicOnboardYkszfe-csar.csar 2022-03-15T11:14:00.523Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-15T11:14:00.530Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:00.532Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:00.538Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria 2022-03-15T11:14:00.538Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-15T11:14:00.541Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-15T11:14:00.544Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:00.544Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:00.545Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria 2022-03-15T11:14:00.545Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-15T11:14:00.545Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-15T11:14:00.546Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:00.546Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:00.550Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:00.550Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is not matching search criteria 2022-03-15T11:14:00.551Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-15T11:14:00.551Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-15T11:14:00.552Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-15T11:14:00.552Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-15T11:14:00.553Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-15T11:14:00.553Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:00.553Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-15T11:14:00.555Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:00.555Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria 2022-03-15T11:14:00.556Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:14:00.557Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:00.557Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria 2022-03-15T11:14:00.557Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:14:00.558Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:00.558Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria 2022-03-15T11:14:00.559Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:14:00.559Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:00.560Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is not matching search criteria 2022-03-15T11:14:00.560Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-15T11:14:00.560Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-15T11:14:00.561Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3e853151-7deb-4bcb-b102-6719ca4621a4 2022-03-15T11:14:00.562Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:00.562Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:00.562Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:00.563Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:00.563Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:00.563Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:00.564Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:00.564Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:00.565Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_yKszfE Description:service Model UUID:6cd5efd2-82de-429b-a270-cfe1ef0f8635 Model Version:NULL Model InvariantUuid:1452d246-884c-45fc-bd88-cade6f09beb5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_yKszfE Model UUID:6d59f8ba-eca0-4a00-91d1-a06d74fc90d3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5abdc588-b204-42dd-be2c-8a7090facd3f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:52036f02-d5f7-41d5-bd99-0748da4717c7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6495dd45-d6cc-4407-a0d6-170b810c1731 ModelName:BasicOnboardYkszfe..base_ubuntu18..module-0 ModelUuid:7c3d81cc-baba-4c30-9ff1-20a752f5f812 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3e853151-7deb-4bcb-b102-6719ca4621a4 ModelInvariantUuid:85457d8c-9d1d-402b-ab53-d2ce8302b24a ModelName:basic_onboard_yKszfE-nodes.ubuntu18Cvfc ModelUuid:d420e720-2c17-454c-865a-f5627c3cac95 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b5a83c73-95fa-4987-ac68-5da478da453f ModelInvariantUuid:8afe1ad3-5a69-4c73-aff1-1aa8ffc8b09c ModelName:BasicOnboardYkszfe.compute.nodes.heat.ubuntu18 ModelUuid:140dbfbb-eb26-4d47-9d88-ef6b2fdea10c 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-15T11:14:00.575Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 39764b2d-65f9-4cb5-b231-6a0568599349 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-15T11:14:00.688Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||basic_onboard_yKszfE 0 2022-03-15T11:14:00.700Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 39764b2d-65f9-4cb5-b231-6a0568599349 2022-03-15T11:14:00.700Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8aa06528-9e67-4ae8-8157-8dad3b36d83c from URL: /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json 2022-03-15T11:14:00.700Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-15T11:14:00.701Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json 2022-03-15T11:14:00.905Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-15T11:14:00.906Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json 8aa06528-9e67-4ae8-8157-8dad3b36d83c 798 2022-03-15T11:14:00.911Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json ASDC sendASDCNotification 2022-03-15T11:14:00.912Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json 2022-03-15T11:14:00.912Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:14:00.912Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:14:00.917Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:14:00.917Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342840911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-15T11:14:01.016Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-15T11:14:01.017Z||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-15T11:14:01.017Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:14:01.032Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:14:01.033Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-15T11:14:01.922Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYkszfe..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "6495dd45-d6cc-4407-a0d6-170b810c1731", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7c3d81cc-baba-4c30-9ff1-20a752f5f812", "vfModuleModelCustomizationUUID": "60d3ec68-a612-412a-a908-bdb37bc1cdab", "isBase": true, "artifacts": [ "7fd2391b-d00f-443f-ab30-e76c704eb714", "d874c0f4-ebb8-42d9-9172-78d02cad5828" ], "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-15T11:14:01.944Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYkszfe..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7c3d81cc-baba-4c30-9ff1-20a752f5f812 VfModuleModelInvariantUUID:6495dd45-d6cc-4407-a0d6-170b810c1731 VfModuleModelDescription:NULL Artifacts UUID List:{ 7fd2391b-d00f-443f-ab30-e76c704eb714 , d874c0f4-ebb8-42d9-9172-78d02cad5828 } 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-15T11:14:01.952Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYkszfe..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "6495dd45-d6cc-4407-a0d6-170b810c1731", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7c3d81cc-baba-4c30-9ff1-20a752f5f812", "vfModuleModelCustomizationUUID": "60d3ec68-a612-412a-a908-bdb37bc1cdab", "isBase": true, "artifacts": [ "7fd2391b-d00f-443f-ab30-e76c704eb714", "d874c0f4-ebb8-42d9-9172-78d02cad5828" ], "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-15T11:14:01.952Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYkszfe..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7c3d81cc-baba-4c30-9ff1-20a752f5f812 VfModuleModelInvariantUUID:6495dd45-d6cc-4407-a0d6-170b810c1731 VfModuleModelDescription:NULL Artifacts UUID List:{ 7fd2391b-d00f-443f-ab30-e76c704eb714 , d874c0f4-ebb8-42d9-9172-78d02cad5828 } 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-15T11:14:01.953Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7fd2391b-d00f-443f-ab30-e76c704eb714 from URL: /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml 2022-03-15T11:14:01.953Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-15T11:14:01.953Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml 2022-03-15T11:14:02.190Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-15T11:14:02.190Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml 7fd2391b-d00f-443f-ab30-e76c704eb714 5033 2022-03-15T11:14:02.190Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-15T11:14:02.191Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml 2022-03-15T11:14:02.191Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:14:02.191Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:14:02.193Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:14:02.194Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342842190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-15T11:14:02.294Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:14:02.295Z||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-15T11:14:02.295Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:14:02.310Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:14:02.311Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:14:03.195Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d874c0f4-ebb8-42d9-9172-78d02cad5828 from URL: /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env 2022-03-15T11:14:03.195Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-15T11:14:03.196Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env 2022-03-15T11:14:04.436Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-15T11:14:04.436Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env d874c0f4-ebb8-42d9-9172-78d02cad5828 909 2022-03-15T11:14:04.437Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-15T11:14:04.437Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env 2022-03-15T11:14:04.437Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:14:04.437Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:14:04.441Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:14:04.441Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342844436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-15T11:14:04.541Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:14:04.542Z||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-15T11:14:04.542Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:14:04.555Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:14:04.556Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:14:05.442Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 6cd5efd2-82de-429b-a270-cfe1ef0f8635 2022-03-15T11:14:05.442Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yKszfE 0 39764b2d-65f9-4cb5-b231-6a0568599349 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-15T11:14:05.477Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41165ebe, org.onap.sdc.toscaparser.api.parameters.Input@64e040fd, org.onap.sdc.toscaparser.api.parameters.Input@4a006966, org.onap.sdc.toscaparser.api.parameters.Input@4934148, org.onap.sdc.toscaparser.api.parameters.Input@77831cca] 2022-03-15T11:14:05.482Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:05.482Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:05.483Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-15T11:14:05.483Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 52036f02-d5f7-41d5-bd99-0748da4717c7 2022-03-15T11:14:05.483Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 52036f02-d5f7-41d5-bd99-0748da4717c7 matches Tosca VF Customization UUID: 52036f02-d5f7-41d5-bd99-0748da4717c7 2022-03-15T11:14:05.484Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 52036f02-d5f7-41d5-bd99-0748da4717c7 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-15T11:14:05.491Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:05.492Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:05.493Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 52036f02-d5f7-41d5-bd99-0748da4717c7: {\"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-15T11:14:05.493Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36b8b7b2 2022-03-15T11:14:05.494Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:05.494Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-15T11:14:05.495Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 60d3ec68-a612-412a-a908-bdb37bc1cdab 2022-03-15T11:14:05.497Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 60d3ec68-a612-412a-a908-bdb37bc1cdab 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-15T11:14:05.504Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:05.505Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria 2022-03-15T11:14:05.505Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:14:05.506Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:05.506Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria 2022-03-15T11:14:05.507Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:14:05.507Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:05.507Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is not matching search criteria 2022-03-15T11:14:05.508Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-15T11:14:05.508Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-15T11:14:05.508Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3e853151-7deb-4bcb-b102-6719ca4621a4 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-15T11:14:05.518Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:05.519Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria 2022-03-15T11:14:05.519Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:14:05.520Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:05.520Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_yKszfE 0 is matching search criteria 2022-03-15T11:14:05.520Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_yKszfE 0] matching following query criteria: sdcType=VF, customizationUUID=52036f02-d5f7-41d5-bd99-0748da4717c7 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-15T11:14:05.523Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:05.523Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:05.524Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 6cd5efd2-82de-429b-a270-cfe1ef0f8635: basic_onboard_yKszfE 2022-03-15T11:14:05.524Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:05.524Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:05.525Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:05.525Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:05.525Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:05.526Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:05.526Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:05.526Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:05.527Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:14:05.527Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_yKszfE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:14:05.527Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_yKszfE 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-15T11:14:05.736Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yKszfE 39764b2d-65f9-4cb5-b231-6a0568599349 1 ASDC deployResourceStructure 2022-03-15T11:14:05.736Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json ASDC sendASDCNotification 2022-03-15T11:14:05.736Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json 2022-03-15T11:14:05.736Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:14:05.737Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:14:05.739Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:14:05.739Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342845736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "DEPLOY_OK" } 2022-03-15T11:14:05.839Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:14:05.841Z||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-15T11:14:05.841Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:14:05.856Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:14:05.856Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:14:06.740Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-15T11:14:06.740Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml 2022-03-15T11:14:06.741Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:14:06.741Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:14:06.743Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:14:06.743Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342846740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-15T11:14:06.844Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:14:06.845Z||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-15T11:14:06.845Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:14:06.857Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:14:06.858Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:14:07.745Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-15T11:14:07.745Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env 2022-03-15T11:14:07.745Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:14:07.745Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:14:07.747Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:14:07.747Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342847744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-15T11:14:07.848Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:14:07.853Z||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-15T11:14:07.853Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:14:07.869Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:14:07.870Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:14:08.749Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar ASDC sendASDCNotification 2022-03-15T11:14:08.749Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar 2022-03-15T11:14:08.749Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:14:08.750Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:14:08.753Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:14:08.753Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342848749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:14:08.853Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:14:08.854Z||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-15T11:14:08.854Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:14:08.868Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:14:08.869Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:14:09.754Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:14:09.771Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:14:09.778Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:14:09.778Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-15T11:14:09.779Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:14:09.779Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:14:39.779Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:14:39.797Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:14:39.806Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:14:39.806Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-15T11:14:39.807Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:14:39.807Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:14:47.377Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:14:47.378Z||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-15T11:14:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:14:47.513Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:14:47.514Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:14:47.514Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342827374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:14:47.515Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:09.808Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:15:09.819Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:15:09.827Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:15:09.828Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-15T11:15:09.828Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:15:09.828Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:15:39.829Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:15:39.842Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:15:39.849Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:15:39.849Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-15T11:15:39.849Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:15:39.849Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:15:47.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:15:47.378Z||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-15T11:15:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:15:47.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:15:47.429Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342827374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "NOTIFIED" } 2022-03-15T11:15:47.430Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.430Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.430Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342827374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-15T11:15:47.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342827374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.431Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342827374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-15T11:15:47.431Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.431Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342827374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342827374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:15:47.432Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342835949, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:15:47.432Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.433Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.433Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342840911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-15T11:15:47.433Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342842190, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-15T11:15:47.434Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342844436, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-15T11:15:47.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342845736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/basic_onboard_ykszfe0_modules.json", "status": "DEPLOY_OK" } 2022-03-15T11:15:47.435Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.435Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.435Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342846740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-15T11:15:47.436Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342847744, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/resourceInstances/basic_onboard_ykszfe0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-15T11:15:47.436Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.436Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.436Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647342848749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYkszfe/1.0/artifacts/service-BasicOnboardYkszfe-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:15:47.437Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "cds", "timestamp": 1647342861045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "aai-ml", "timestamp": 1647342858204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "cds", "timestamp": 1647342861045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "aai-ml", "timestamp": 1647342858204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "cds", "timestamp": 1647342861045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "aai-ml", "timestamp": 1647342858204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "cds", "timestamp": 1647342861045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "aai-ml", "timestamp": 1647342858204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "cds", "timestamp": 1647342861045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "aai-ml", "timestamp": 1647342858204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "ves-openapi-manager", "timestamp": 1647342871590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "cds", "timestamp": 1647342861045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.443Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "aai-ml", "timestamp": 1647342858204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "ves-openapi-manager", "timestamp": 1647342871590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.444Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.444Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647342872598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "policy-id", "timestamp": 1647342873754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "cds", "timestamp": 1647342861045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:15:47.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.446Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "aai-ml", "timestamp": 1647342858204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:15:47.446Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.446Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342873265, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "ves-openapi-manager", "timestamp": 1647342871590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.447Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.447Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.447Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647342872598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "NOTIFIED" } 2022-03-15T11:15:47.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "policy-id", "timestamp": 1647342873754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.448Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.448Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.448Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342873265, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.449Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "cds", "timestamp": 1647342875030, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:15:47.449Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.449Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.449Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "ves-openapi-manager", "timestamp": 1647342871590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.452Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "aai-ml", "timestamp": 1647342875411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:15:47.452Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.452Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.452Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647342872598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-15T11:15:47.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.453Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.453Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "policy-id", "timestamp": 1647342873754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-15T11:15:47.453Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342873265, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.454Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.454Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.454Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "cds", "timestamp": 1647342876038, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-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-15T11:15:47.467Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 199385ff-65f5-4758-a02a-b3836b30c3f3 2022-03-15T11:15:47.467Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:15:47.474Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "ves-openapi-manager", "timestamp": 1647342871590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.475Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647342872598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.475Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.475Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "policy-id", "timestamp": 1647342873754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342873265, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.476Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.476Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.476Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "ves-openapi-manager", "timestamp": 1647342871590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647342872598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-15T11:15:47.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.477Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "policy-id", "timestamp": 1647342873754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.477Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.477Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342873265, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "ves-openapi-manager", "timestamp": 1647342871590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.478Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.478Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647342872598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.478Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "policy-id", "timestamp": 1647342873754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342873265, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:15:47.479Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.479Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.479Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647342872598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:15:47.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "policy-id", "timestamp": 1647342873754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:15:47.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342873265, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:15:47.480Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:15:47.480Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.480Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647342880741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "DOWNLOAD_OK" } 2022-03-15T11:15:47.481Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "policy-id", "timestamp": 1647342881983, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:15:47.481Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342881380, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:15:47.481Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "policy-id", "timestamp": 1647342882989, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:15:47.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647342882165, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-15T11:15:47.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "policy-id", "timestamp": 1647342883993, "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-15T11:15:47.486Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 199385ff-65f5-4758-a02a-b3836b30c3f3 2022-03-15T11:15:47.486Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:15:47.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647342883361, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-15T11:15:47.495Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647342884385, "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-15T11:15:47.498Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 199385ff-65f5-4758-a02a-b3836b30c3f3 2022-03-15T11:15:47.498Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:15:47.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342884888, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:15:47.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "multicloud-k8s-id", "timestamp": 1647342885389, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "DEPLOY_OK" } 2022-03-15T11:15:47.505Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:15:47.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647342885894, "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-15T11:15:47.508Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 199385ff-65f5-4758-a02a-b3836b30c3f3 2022-03-15T11:15:47.508Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:15:47.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:15:47.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "aai-ml", "timestamp": 1647342886395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:15:47.515Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:16:09.854Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:16:09.867Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:16:09.872Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:16:09.873Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-15T11:16:09.873Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:16:09.873Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:16:39.874Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:16:39.884Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@77b39f6e marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=1900) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-15T11:16:39.888Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-15T11:16:39.889Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||ERROR|500||(conn=1900) WSREP has not yet prepared node for application use 2022-03-15T11:16:39.891Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647) 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) Caused by: java.sql.SQLNonTransientConnectionException: (conn=1900) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 62 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-15T11:16:39.894Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) at jdk.internal.reflect.GeneratedMethodAccessor182.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) at jdk.internal.reflect.GeneratedMethodAccessor178.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 41 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=1900) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 62 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-15T11:16:39.904Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Exception occurred on getOverallDistributionStatus : Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-03-15T11:16:39.906Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||ERROR|500||Exception occurred org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.getOverallDistributionStatus(WatchdogDistribution.java:75) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:647) 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) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 24 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy141.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 27 common frames omitted 2022-03-15T11:16:39.907Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Exception in Watchdog Loop org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-03-15T11:16:47.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:16:47.378Z||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-15T11:16:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:16:47.914Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:16:47.915Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:16:47.915Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "aai-ml", "timestamp": 1647342887399, "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-15T11:16:47.927Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 199385ff-65f5-4758-a02a-b3836b30c3f3 2022-03-15T11:16:47.928Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:16:47.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:16:47.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "clamp", "timestamp": 1647342886746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:16:47.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:16:47.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:16:47.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "clamp", "timestamp": 1647342886746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "NOTIFIED" } 2022-03-15T11:16:47.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:16:47.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:16:47.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "clamp", "timestamp": 1647342886746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:16:47.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:16:47.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:16:47.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "clamp", "timestamp": 1647342886746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:16:47.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:16:47.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:16:47.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "clamp", "timestamp": 1647342886746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:16:47.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:16:47.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:16:47.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "clamp", "timestamp": 1647342886746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:16:47.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:16:47.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:16:47.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "clamp", "timestamp": 1647342886746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:16:47.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:16:47.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:16:47.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "clamp", "timestamp": 1647342903052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:16:47.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:16:47.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:16:47.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "clamp", "timestamp": 1647342905062, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:16:47.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:16:47.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:16:47.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "clamp", "timestamp": 1647342906065, "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-15T11:16:47.952Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 199385ff-65f5-4758-a02a-b3836b30c3f3 2022-03-15T11:16:47.952Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:17:09.907Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:17:09.943Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:17:09.948Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:17:09.948Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-15T11:17:09.949Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:17:09.949Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:17:39.949Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:17:39.962Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:17:39.968Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:17:39.968Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-15T11:17:39.968Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:17:39.968Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:17:47.377Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:17:47.378Z||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-15T11:17:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:17:48.022Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:17:48.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "ves-openapi-manager", "timestamp": 1647343011589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.026Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "multicloud-k8s-id", "timestamp": 1647343012598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "policy-id", "timestamp": 1647343013754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "multicloud-k8s-id", "timestamp": 1647343012598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "NOTIFIED" } 2022-03-15T11:17:48.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "ves-openapi-manager", "timestamp": 1647343011589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "policy-id", "timestamp": 1647343013754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "multicloud-k8s-id", "timestamp": 1647343012598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-15T11:17:48.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "ves-openapi-manager", "timestamp": 1647343011589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "policy-id", "timestamp": 1647343013754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-15T11:17:48.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343023265, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "multicloud-k8s-id", "timestamp": 1647343012598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "ves-openapi-manager", "timestamp": 1647343011589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "policy-id", "timestamp": 1647343013754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343023265, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "multicloud-k8s-id", "timestamp": 1647343012598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-15T11:17:48.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "ves-openapi-manager", "timestamp": 1647343011589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "policy-id", "timestamp": 1647343013754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343023265, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "multicloud-k8s-id", "timestamp": 1647343012598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "ves-openapi-manager", "timestamp": 1647343011589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "policy-id", "timestamp": 1647343013754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "cds", "timestamp": 1647343026042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343023265, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "multicloud-k8s-id", "timestamp": 1647343012598, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:17:48.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "ves-openapi-manager", "timestamp": 1647343011589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "policy-id", "timestamp": 1647343013754, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:17:48.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "cds", "timestamp": 1647343026042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343023265, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "cds", "timestamp": 1647343026042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "multicloud-k8s-id", "timestamp": 1647343028762, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-15T11:17:48.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:17:48.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "policy-id", "timestamp": 1647343029843, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:17:48.042Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:17:48.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343023265, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "cds", "timestamp": 1647343026042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "policy-id", "timestamp": 1647343030847, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:17:48.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:17:48.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343023265, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:17:48.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "multicloud-k8s-id", "timestamp": 1647343030130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-15T11:17:48.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:17:48.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "cds", "timestamp": 1647343026042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "policy-id", "timestamp": 1647343031850, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-15T11:17:48.062Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53c6a6d6-67b8-4cd7-9201-13389dddde4b 2022-03-15T11:17:48.062Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c6a6d6-67b8-4cd7-9201-13389dddde4b 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-15T11:17:48.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343031189, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:17:48.071Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:17:48.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "multicloud-k8s-id", "timestamp": 1647343031434, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-15T11:17:48.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:17:48.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "cds", "timestamp": 1647343026042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "multicloud-k8s-id", "timestamp": 1647343032459, "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-15T11:17:48.079Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 53c6a6d6-67b8-4cd7-9201-13389dddde4b 2022-03-15T11:17:48.080Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c6a6d6-67b8-4cd7-9201-13389dddde4b 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-15T11:17:48.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "cds", "timestamp": 1647343026042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:17:48.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "multicloud-k8s-id", "timestamp": 1647343033462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "DEPLOY_OK" } 2022-03-15T11:17:48.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:17:48.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "cds", "timestamp": 1647343033968, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:17:48.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:17:48.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343034555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:17:48.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:17:48.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "cds", "timestamp": 1647343034978, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-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-15T11:17:48.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 53c6a6d6-67b8-4cd7-9201-13389dddde4b 2022-03-15T11:17:48.107Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c6a6d6-67b8-4cd7-9201-13389dddde4b 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-15T11:17:48.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343035559, "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-15T11:17:48.124Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 53c6a6d6-67b8-4cd7-9201-13389dddde4b 2022-03-15T11:17:48.124Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c6a6d6-67b8-4cd7-9201-13389dddde4b 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-15T11:17:48.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "clamp", "timestamp": 1647343036746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "clamp", "timestamp": 1647343036746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "NOTIFIED" } 2022-03-15T11:17:48.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "aai-ml", "timestamp": 1647343038203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "clamp", "timestamp": 1647343036746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "aai-ml", "timestamp": 1647343038203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "clamp", "timestamp": 1647343036746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "aai-ml", "timestamp": 1647343038203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "clamp", "timestamp": 1647343036746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "aai-ml", "timestamp": 1647343038203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "clamp", "timestamp": 1647343036746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "aai-ml", "timestamp": 1647343038203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "clamp", "timestamp": 1647343036746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:17:48.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "aai-ml", "timestamp": 1647343038203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:17:48.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "aai-ml", "timestamp": 1647343038203, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:17:48.145Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-15T11:17:48.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "aai-ml", "timestamp": 1647343046108, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:17:48.145Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:17:48.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "clamp", "timestamp": 1647343050269, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:17:48.146Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:17:48.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "clamp", "timestamp": 1647343052084, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:17:48.147Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:17:48.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.147Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "clamp", "timestamp": 1647343053088, "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-15T11:17:48.155Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 53c6a6d6-67b8-4cd7-9201-13389dddde4b 2022-03-15T11:17:48.156Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c6a6d6-67b8-4cd7-9201-13389dddde4b 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-15T11:17:48.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "aai-ml", "timestamp": 1647343059834, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:17:48.168Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:17:48.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-15T11:17:48.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "aai-ml", "timestamp": 1647343060839, "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-15T11:17:48.182Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 53c6a6d6-67b8-4cd7-9201-13389dddde4b 2022-03-15T11:17:48.182Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 53c6a6d6-67b8-4cd7-9201-13389dddde4b 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-15T11:18:09.969Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:18:09.984Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:18:09.989Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:18:09.989Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-15T11:18:09.989Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:18:09.990Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:18:39.990Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:18:40.006Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:18:40.011Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:18:40.011Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-15T11:18:40.011Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:18:40.011Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:18:47.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:18:47.378Z||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-15T11:18:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:18:56.931Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:10.012Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status 2022-03-15T11:19:10.013Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 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-15T11:19:10.031Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 and serviceModelVersionId: 6cd5efd2-82de-429b-a270-cfe1ef0f8635 2022-03-15T11:19:10.031Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1452d246-884c-45fc-bd88-cade6f09beb5 2022-03-15T11:19:29.552Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0 2022-03-15T11:19:29.707Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-15T11:19:30.347Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0|INFO|500||Invoke 2022-03-15T11:19:30.356Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cfe6d427-7d1f-4ff6-9318-37bba2cc22e8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0fdea844-6d33-4b59-b55d-57692d10b4be], X-ECOMP-RequestID=[cfe6d427-7d1f-4ff6-9318-37bba2cc22e8], X-TransactionId=[], X-ONAP-RequestID=[cfe6d427-7d1f-4ff6-9318-37bba2cc22e8], Content-Type=[application/merge-patch+json]} 2022-03-15T11:19:30.494Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-15T11:19:30.934Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?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/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220315-11:19:29:401-35453], vertex-id=[122944], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:19:29 GMT], Content-Type=[application/json]} 2022-03-15T11:19:30.936Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-15T11:19:30.937Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1452d246-884c-45fc-bd88-cade6f09beb5/model-vers/model-ver/6cd5efd2-82de-429b-a270-cfe1ef0f8635?depth=0|INFO|500||InvokeReturn 2022-03-15T11:19:30.941Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-15T11:19:30.943Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||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-15T11:19:30.949Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||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-15T11:19:30.951Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cfe6d427-7d1f-4ff6-9318-37bba2cc22e8 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status 2022-03-15T11:19:30.952Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-15T11:19:30.952Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:30.962Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:30.962Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343170951, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-03-15T11:19:31.055Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms 2022-03-15T11:19:31.056Z||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-15T11:19:31.057Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:31.077Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:31.078Z||pool-18-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-15T11:19:31.975Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:19:31.976Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:19:31.976Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:36.346Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:36.347Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-15T11:19:36.348Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"199385ff-65f5-4758-a02a-b3836b30c3f3","serviceName":"vFW 2022-03-15 11-12-55","serviceVersion":"1.0","serviceUUID":"1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb","serviceDescription":"catalog service description","serviceInvariantUUID":"ae9f3c97-8890-4d75-af28-fbf469c1bba9","resources":[{"resourceInstanceName":"vFW 8f7848c0-9417 0","resourceName":"vFW 8f7848c0-9417","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dce7fa2b-01de-49db-a0a6-23e6dc9098f2","resourceInvariantUUID":"d594741d-d551-4016-8c2e-79ecff6045e3","resourceCustomizationUUID":"475b7967-e65b-4dc8-af04-bca43b4afcfa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml","artifactChecksum":"ZTU5N2QzNDljM2VkYjhhMTdjNGU5OWIyOGYxYTgzYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eb718e65-21be-4220-bd16-b93872833036","artifactVersion":"1"},{"artifactName":"vfw8f7848c094170_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json","artifactChecksum":"ZGI5Yjc2NDhlYjM2NDE2OWZjMjBjOGY0YjE2ZTAxYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7a0e0b9-0d68-440a-894e-674474fc4a6b","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d541311a-969f-44f6-a705-817c382627fe","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml","artifactChecksum":"M2QyMDgzNTMwY2E2ODEwNjIzNjc2N2E2ZWNkOWQxYWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e6946ae1-f122-4ca1-a519-68abe7d93d75","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a277dc20-116f-4caa-84eb-054a684742d2","artifactVersion":"2","generatedFromUUID":"d541311a-969f-44f6-a705-817c382627fe"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220315111255-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml","artifactChecksum":"MmQyYTViZGMxOTljMWM5NjVlMzcyNTM2YmZkYzYyOTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7d0d9c37-a3a0-47d0-aaeb-2bc12f7d68fe","artifactVersion":"1"},{"artifactName":"service-Vfw20220315111255-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar","artifactChecksum":"NzZkMTcyZDYyZGNhZDU1MTNjMWQ1ZmM4YjU2N2VhOGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4a883be9-708b-43bb-b6ac-217d9e1838d2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-15T11:19:36.352Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:19:36.353Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:36.357Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:36.357Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:19:36.456Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-15T11:19:36.457Z||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-15T11:19:36.458Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:36.471Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:36.472Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:19:37.358Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:19:37.359Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:37.361Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:37.361Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "NOTIFIED" } 2022-03-15T11:19:37.461Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:19:37.462Z||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-15T11:19:37.463Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:37.476Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:37.477Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:19:38.362Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:19:38.363Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:38.365Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:38.366Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-15T11:19:38.466Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:19:38.467Z||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-15T11:19:38.467Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:38.480Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:38.481Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:19:39.366Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:19:39.367Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:39.370Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:39.370Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:19:39.471Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:19:39.472Z||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-15T11:19:39.472Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:39.487Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:39.488Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:19:40.371Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:19:40.372Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:40.375Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:40.375Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-15T11:19:40.475Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:19:40.476Z||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-15T11:19:40.477Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:40.490Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:40.491Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-15T11:19:41.376Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:19:41.377Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:41.380Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:41.380Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:19:41.480Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:19:41.481Z||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-15T11:19:41.482Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:41.497Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:41.498Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:19:42.381Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:19:42.382Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:42.384Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:42.385Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:19:42.485Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-15T11:19:42.486Z||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-15T11:19:42.486Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:42.500Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:42.501Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:19:43.387Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "serviceName": "vFW 2022-03-15 11-12-55", "serviceVersion": "1.0", "serviceUUID": "1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ae9f3c97-8890-4d75-af28-fbf469c1bba9", "resources": [ { "resourceInstanceName": "vFW 8f7848c0-9417 0", "resourceCustomizationUUID": "475b7967-e65b-4dc8-af04-bca43b4afcfa", "resourceName": "vFW 8f7848c0-9417", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dce7fa2b-01de-49db-a0a6-23e6dc9098f2", "resourceInvariantUUID": "d594741d-d551-4016-8c2e-79ecff6045e3", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw8f7848c094170_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "artifactChecksum": "ZGI5Yjc2NDhlYjM2NDE2OWZjMjBjOGY0YjE2ZTAxYTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a7a0e0b9-0d68-440a-894e-674474fc4a6b", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d541311a-969f-44f6-a705-817c382627fe", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a277dc20-116f-4caa-84eb-054a684742d2", "generatedFromUUID": "d541311a-969f-44f6-a705-817c382627fe" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a277dc20-116f-4caa-84eb-054a684742d2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220315111255-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "artifactChecksum": "NzZkMTcyZDYyZGNhZDU1MTNjMWQ1ZmM4YjU2N2VhOGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4a883be9-708b-43bb-b6ac-217d9e1838d2" } ], "workloadContext": "Production" } 2022-03-15T11:19:43.387Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-15T11:19:43.388Z|cfe6d427-7d1f-4ff6-9318-37bba2cc22e8|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb ASDC 2022-03-15T11:19:43.388Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:199385ff-65f5-4758-a02a-b3836b30c3f3 ServiceName:vFW 2022-03-15 11-12-55 ServiceVersion:1.0 ServiceUUID:1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb ServiceInvariantUUID:ae9f3c97-8890-4d75-af28-fbf469c1bba9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220315111255-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar ArtifactUUID:4a883be9-708b-43bb-b6ac-217d9e1838d2 ArtifactChecksum:NzZkMTcyZDYyZGNhZDU1MTNjMWQ1ZmM4YjU2N2VhOGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 8f7848c0-9417 0 ResourceCustomizationUUID:475b7967-e65b-4dc8-af04-bca43b4afcfa ResourceInvariantUUID:d594741d-d551-4016-8c2e-79ecff6045e3 ResourceName:vFW 8f7848c0-9417 ResourceType:VF ResourceUUID:dce7fa2b-01de-49db-a0a6-23e6dc9098f2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw8f7848c094170_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json ArtifactUUID:a7a0e0b9-0d68-440a-894e-674474fc4a6b ArtifactChecksum:ZGI5Yjc2NDhlYjM2NDE2OWZjMjBjOGY0YjE2ZTAxYTA= 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/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml ArtifactUUID:d541311a-969f-44f6-a705-817c382627fe 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/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env ArtifactUUID:a277dc20-116f-4caa-84eb-054a684742d2 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/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env ArtifactUUID:a277dc20-116f-4caa-84eb-054a684742d2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-15T11:19:43.389Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb 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-15T11:19:43.425Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-15T11:19:43.425Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-15T11:19:43.426Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-15T11:19:43.426Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4a883be9-708b-43bb-b6ac-217d9e1838d2 from URL: /sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar 2022-03-15T11:19:43.426Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-15T11:19:43.426Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar 2022-03-15T11:19:44.020Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-15T11:19:44.028Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar 4a883be9-708b-43bb-b6ac-217d9e1838d2 98953 2022-03-15T11:19:44.030Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar ASDC sendASDCNotification 2022-03-15T11:19:44.030Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar 2022-03-15T11:19:44.030Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:19:44.031Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:44.033Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:44.033Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343184030, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:19:44.134Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:19:44.135Z||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-15T11:19:44.135Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:44.159Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:44.159Z||pool-26-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:19:45.034Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-15T11:19:45.036Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-15T11:19:45.036Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4a883be9-708b-43bb-b6ac-217d9e1838d2, URL: /sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar to file: /app/ASDC/1/service-Vfw20220315111255-csar.csar 2022-03-15T11:19:45.037Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220315111255-csar.csar 2022-03-15T11:19:45.038Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220315111255-csar.csar 2022-03-15T11:19:45.038Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220315111255-csar.csar 2022-03-15T11:19:45.282Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15862606186425535750/Definitions/service-Vfw20220315111255-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_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-15T11:19:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:19:47.378Z||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-15T11:19:47.378Z||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 GJJuJEpNPB8vix3e) ... 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 2022-03-15T11:19:47.686Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-15T11:19:47.687Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-15T11:19:47.687Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220315111255-csar.csar 2022-03-15T11:19:47.687Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-15T11:19:47.688Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||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-Vfw20220315111255-csar.csar 2022-03-15T11:19:47.688Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||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-Vfw20220315111255-csar.csar 2022-03-15T11:19:47.688Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||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-Vfw20220315111255-csar.csar 2022-03-15T11:19:47.689Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315111255-csar.csar 2022-03-15T11:19:47.689Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315111255-csar.csar 2022-03-15T11:19:47.689Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||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-Vfw20220315111255-csar.csar 2022-03-15T11:19:47.689Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||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-Vfw20220315111255-csar.csar 2022-03-15T11:19:47.690Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||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-Vfw20220315111255-csar.csar 2022-03-15T11:19:47.690Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220315111255-csar.csar 2022-03-15T11:19:47.690Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||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-Vfw20220315111255-csar.csar 2022-03-15T11:19:47.690Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315111255-csar.csar 2022-03-15T11:19:47.690Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8f7848c0-9417 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-Vfw20220315111255-csar.csar 2022-03-15T11:19:47.690Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||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-Vfw20220315111255-csar.csar 2022-03-15T11:19:47.690Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-15T11:19:47.691Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.710Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:47.711Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria 2022-03-15T11:19:47.711Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-15T11:19:47.711Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-15T11:19:47.712Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.712Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:47.712Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria 2022-03-15T11:19:47.712Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-15T11:19:47.713Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-15T11:19:47.713Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.713Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:47.714Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.714Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is not matching search criteria 2022-03-15T11:19:47.714Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-15T11:19:47.715Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-15T11:19:47.715Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-15T11:19:47.715Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:19:47.715Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:47.716Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:19:47.716Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-15T11:19:47.716Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-15T11:19:47.716Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-15T11:19:47.717Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:19:47.717Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:47.717Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-15T11:19:47.718Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:47.718Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-15T11:19:47.718Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:19:47.719Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-15T11:19:47.719Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.719Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-15T11:19:47.720Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.720Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria 2022-03-15T11:19:47.720Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:19:47.721Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.721Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria 2022-03-15T11:19:47.722Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:19:47.722Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.722Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria 2022-03-15T11:19:47.722Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:19:47.723Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.723Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is not matching search criteria 2022-03-15T11:19:47.723Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-15T11:19:47.723Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-15T11:19:47.723Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-15T11:19:47.724Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-15T11:19:47.724Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-15T11:19:47.724Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:19:47.724Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:47.724Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-15T11:19:47.725Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:47.725Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-15T11:19:47.725Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:19:47.726Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c79797db-c5fa-4f5c-8791-801a7bb5b27e 2022-03-15T11:19:47.726Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.727Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is not matching search criteria 2022-03-15T11:19:47.727Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-15T11:19:47.727Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-15T11:19:47.727Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-15T11:19:47.727Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:19:47.728Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:47.728Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:19:47.728Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-15T11:19:47.728Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-15T11:19:47.728Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-15T11:19:47.729Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:47.729Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-15T11:19:47.729Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:19:47.730Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3ac663de-433a-4bfe-abda-83e530463c5c 2022-03-15T11:19:47.730Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.730Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is not matching search criteria 2022-03-15T11:19:47.731Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-15T11:19:47.731Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-15T11:19:47.731Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-15T11:19:47.732Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:19:47.732Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:47.732Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:19:47.733Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-15T11:19:47.733Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-15T11:19:47.733Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-15T11:19:47.734Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:19:47.734Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:47.734Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-15T11:19:47.735Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8207b76a-f026-4f9d-817d-db2e2dab0f2e 2022-03-15T11:19:47.735Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.735Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:47.736Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.736Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:47.736Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.737Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:47.737Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:47.737Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:47.737Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-15 11-12-55 Description:catalog service description Model UUID:1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb Model Version:NULL Model InvariantUuid:ae9f3c97-8890-4d75-af28-fbf469c1bba9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 8f7848c0-9417 Model UUID:c1815153-6020-4bca-94f2-3031cf6f9835 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d594741d-d551-4016-8c2e-79ecff6045e3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:475b7967-e65b-4dc8-af04-bca43b4afcfa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:de9ef54e-3dff-4070-b2fc-f1b6efa27207 ModelName:Vfw8f7848c09417..base_vfw..module-0 ModelUuid:4b4b97e5-ac40-4f43-a988-c1b05904bcf2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c79797db-c5fa-4f5c-8791-801a7bb5b27e ModelInvariantUuid:2dae30fc-d4c3-45b1-98bd-42093b2b687c ModelName:vFW 8f7848c0-9417-nodes.vfwCvfc ModelUuid:87c42354-d355-4f77-83f6-4ed635685d7d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c2b7fb62-20b5-44d7-a40c-c37492071439 ModelInvariantUuid:0e5e1cb5-4518-4dfe-9ec7-9ec8e6863dbf ModelName:Vfw8f7848c09417.compute.nodes.heat.vfw ModelUuid:a6b19191-0218-4d1f-8696-da7ed3f78db0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3ac663de-433a-4bfe-abda-83e530463c5c ModelInvariantUuid:f7be9f7d-d88c-460f-9be6-8d81e77fbf33 ModelName:vFW 8f7848c0-9417-nodes.vsnCvfc ModelUuid:0e35dba6-bca1-4775-a12e-596eb8474cbb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7d106765-899a-4948-98ac-457ef38082f5 ModelInvariantUuid:2bfc1cbd-6ddd-4a46-8a73-2324f8027d8c ModelName:Vfw8f7848c09417.compute.nodes.heat.vsn ModelUuid:8fbbc784-0bf3-4367-9ff9-4fe5172c6a0e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8207b76a-f026-4f9d-817d-db2e2dab0f2e ModelInvariantUuid:c453a711-5750-4e8b-a01f-8da0ea6b90f8 ModelName:vFW 8f7848c0-9417-nodes.vpgCvfc ModelUuid:11c146e8-3d37-4921-b49f-05b0180f0f3e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:f2c69a28-5f6e-4c56-8daf-1e40e9851744 ModelInvariantUuid:00f39dfb-6a5b-40ab-ad91-792edbe8f1d2 ModelName:Vfw8f7848c09417.compute.nodes.heat.vpg ModelUuid:793a66de-6de4-4da5-9a30-0073ae0f36ed 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-15T11:19:47.744Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dce7fa2b-01de-49db-a0a6-23e6dc9098f2 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-15T11:19:47.747Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||vFW 8f7848c0-9417 0 2022-03-15T11:19:47.748Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dce7fa2b-01de-49db-a0a6-23e6dc9098f2 2022-03-15T11:19:47.748Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a7a0e0b9-0d68-440a-894e-674474fc4a6b from URL: /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json 2022-03-15T11:19:47.748Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-15T11:19:47.749Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json 2022-03-15T11:19:47.805Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-15T11:19:47.806Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json a7a0e0b9-0d68-440a-894e-674474fc4a6b 785 2022-03-15T11:19:47.806Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json ASDC sendASDCNotification 2022-03-15T11:19:47.807Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json 2022-03-15T11:19:47.807Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:19:47.807Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:47.810Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:47.810Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343187806, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "DOWNLOAD_OK" } 2022-03-15T11:19:47.910Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:19:47.911Z||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-15T11:19:47.911Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:47.924Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:47.925Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-15T11:19:47.938Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:47.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:19:47.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfe6d427-7d1f-4ff6-9318-37bba2cc22e8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343170951, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Timeout occurred while waiting for all components to report status" } 2022-03-15T11:19:47.941Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:19:47.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:19:47.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:19:47.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:19:47.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:19:47.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "NOTIFIED" } 2022-03-15T11:19:47.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:19:47.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:19:47.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-15T11:19:47.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:19:47.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:19:47.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:19:47.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:19:47.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:19:47.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-15T11:19:47.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:19:47.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:19:47.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:19:47.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:19:47.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:19:47.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:19:47.944Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:19:47.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:19:47.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343184030, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:19:47.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:19:48.812Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8f7848c09417..base_vfw..module-0", "vfModuleModelInvariantUUID": "de9ef54e-3dff-4070-b2fc-f1b6efa27207", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4b4b97e5-ac40-4f43-a988-c1b05904bcf2", "vfModuleModelCustomizationUUID": "c78088a6-f603-4ef0-8c90-b30820abe0fc", "isBase": true, "artifacts": [ "d541311a-969f-44f6-a705-817c382627fe", "a277dc20-116f-4caa-84eb-054a684742d2" ], "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-15T11:19:48.819Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8f7848c09417..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4b4b97e5-ac40-4f43-a988-c1b05904bcf2 VfModuleModelInvariantUUID:de9ef54e-3dff-4070-b2fc-f1b6efa27207 VfModuleModelDescription:NULL Artifacts UUID List:{ d541311a-969f-44f6-a705-817c382627fe , a277dc20-116f-4caa-84eb-054a684742d2 } 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-15T11:19:48.833Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8f7848c09417..base_vfw..module-0", "vfModuleModelInvariantUUID": "de9ef54e-3dff-4070-b2fc-f1b6efa27207", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4b4b97e5-ac40-4f43-a988-c1b05904bcf2", "vfModuleModelCustomizationUUID": "c78088a6-f603-4ef0-8c90-b30820abe0fc", "isBase": true, "artifacts": [ "d541311a-969f-44f6-a705-817c382627fe", "a277dc20-116f-4caa-84eb-054a684742d2" ], "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-15T11:19:48.834Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8f7848c09417..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4b4b97e5-ac40-4f43-a988-c1b05904bcf2 VfModuleModelInvariantUUID:de9ef54e-3dff-4070-b2fc-f1b6efa27207 VfModuleModelDescription:NULL Artifacts UUID List:{ d541311a-969f-44f6-a705-817c382627fe , a277dc20-116f-4caa-84eb-054a684742d2 } 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-15T11:19:48.834Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d541311a-969f-44f6-a705-817c382627fe from URL: /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml 2022-03-15T11:19:48.835Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-15T11:19:48.835Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml 2022-03-15T11:19:48.898Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-15T11:19:48.911Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml d541311a-969f-44f6-a705-817c382627fe 20368 2022-03-15T11:19:48.913Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-15T11:19:48.913Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml 2022-03-15T11:19:48.913Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:19:48.914Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:48.916Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:48.916Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343188913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-15T11:19:49.017Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-15T11:19:49.018Z||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-15T11:19:49.018Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:49.036Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:49.037Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:19:49.917Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a277dc20-116f-4caa-84eb-054a684742d2 from URL: /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env 2022-03-15T11:19:49.918Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-15T11:19:49.918Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env 2022-03-15T11:19:49.980Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-15T11:19:49.982Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env a277dc20-116f-4caa-84eb-054a684742d2 2098 2022-03-15T11:19:49.982Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-15T11:19:49.983Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env 2022-03-15T11:19:49.983Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:19:49.983Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:49.986Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:49.986Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343189982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-15T11:19:50.087Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-15T11:19:50.089Z||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-15T11:19:50.089Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:50.101Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:50.102Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:19:50.987Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb 2022-03-15T11:19:50.988Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8f7848c0-9417 0 dce7fa2b-01de-49db-a0a6-23e6dc9098f2 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-15T11:19:51.008Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71bf6034, org.onap.sdc.toscaparser.api.parameters.Input@563c116e, org.onap.sdc.toscaparser.api.parameters.Input@4527b2d9, org.onap.sdc.toscaparser.api.parameters.Input@3fc11a67, org.onap.sdc.toscaparser.api.parameters.Input@3575736b] 2022-03-15T11:19:51.010Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.010Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:51.010Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-15T11:19:51.010Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 475b7967-e65b-4dc8-af04-bca43b4afcfa 2022-03-15T11:19:51.011Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 475b7967-e65b-4dc8-af04-bca43b4afcfa matches Tosca VF Customization UUID: 475b7967-e65b-4dc8-af04-bca43b4afcfa 2022-03-15T11:19:51.011Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 475b7967-e65b-4dc8-af04-bca43b4afcfa 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-15T11:19:51.014Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.014Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:51.015Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 475b7967-e65b-4dc8-af04-bca43b4afcfa: {\"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-15T11:19:51.015Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c985725 2022-03-15T11:19:51.015Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.016Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-15T11:19:51.016Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c78088a6-f603-4ef0-8c90-b30820abe0fc 2022-03-15T11:19:51.016Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c78088a6-f603-4ef0-8c90-b30820abe0fc 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-15T11:19:51.019Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.019Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria 2022-03-15T11:19:51.019Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:19:51.019Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.020Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria 2022-03-15T11:19:51.020Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:19:51.020Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.020Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is not matching search criteria 2022-03-15T11:19:51.021Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-15T11:19:51.021Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-15T11:19:51.021Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-15T11:19:51.021Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-15T11:19:51.021Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-15T11:19:51.022Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:19:51.022Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:51.022Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-15T11:19:51.022Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:51.022Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-15T11:19:51.022Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:19:51.023Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c79797db-c5fa-4f5c-8791-801a7bb5b27e 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-15T11:19:51.025Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.025Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria 2022-03-15T11:19:51.025Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:19:51.026Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.026Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is not matching search criteria 2022-03-15T11:19:51.026Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-15T11:19:51.026Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-15T11:19:51.026Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-15T11:19:51.027Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:19:51.027Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:51.027Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:19:51.027Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-15T11:19:51.027Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-15T11:19:51.027Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-15T11:19:51.028Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:51.028Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-15T11:19:51.028Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:19:51.028Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3ac663de-433a-4bfe-abda-83e530463c5c 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-15T11:19:51.030Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.030Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria 2022-03-15T11:19:51.030Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:19:51.034Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.034Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is not matching search criteria 2022-03-15T11:19:51.034Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-15T11:19:51.034Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-15T11:19:51.035Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-15T11:19:51.035Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:19:51.035Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:51.035Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:19:51.035Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-15T11:19:51.035Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-15T11:19:51.036Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-15T11:19:51.036Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:19:51.036Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-15T11:19:51.036Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-15T11:19:51.036Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8207b76a-f026-4f9d-817d-db2e2dab0f2e 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-15T11:19:51.039Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.039Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria 2022-03-15T11:19:51.040Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:19:51.040Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.040Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Node template vFW 8f7848c0-9417 0 is matching search criteria 2022-03-15T11:19:51.040Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 8f7848c0-9417 0] matching following query criteria: sdcType=VF, customizationUUID=475b7967-e65b-4dc8-af04-bca43b4afcfa 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-15T11:19:51.043Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.044Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:51.044Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb: vFW 8f7848c0-9417 2022-03-15T11:19:51.044Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.045Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:51.045Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.045Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:51.045Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.046Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:51.046Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.046Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:51.046Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:19:51.047Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-12-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:19:51.047Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-15 11-12-55 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-15T11:19:51.247Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8f7848c0-9417 dce7fa2b-01de-49db-a0a6-23e6dc9098f2 1 ASDC deployResourceStructure 2022-03-15T11:19:51.248Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json ASDC sendASDCNotification 2022-03-15T11:19:51.249Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json 2022-03-15T11:19:51.249Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:19:51.250Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:51.253Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:51.254Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343191248, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "DEPLOY_OK" } 2022-03-15T11:19:51.353Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-15T11:19:51.355Z||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-15T11:19:51.355Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:51.371Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:51.371Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:19:52.256Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-15T11:19:52.257Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml 2022-03-15T11:19:52.257Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:19:52.257Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:52.260Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:52.260Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343192256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-15T11:19:52.360Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:19:52.361Z||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-15T11:19:52.361Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:52.376Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:52.377Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:19:53.262Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-15T11:19:53.263Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env 2022-03-15T11:19:53.263Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:19:53.263Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:53.266Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:53.266Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343193262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-15T11:19:53.366Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-15T11:19:53.368Z||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-15T11:19:53.368Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:53.380Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:53.381Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-15T11:19:54.268Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar ASDC sendASDCNotification 2022-03-15T11:19:54.268Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar 2022-03-15T11:19:54.268Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:19:54.269Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:19:54.271Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:19:54.271Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343194268, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:19:54.371Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-15T11:19:54.372Z||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-15T11:19:54.372Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:19:54.385Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:19:54.386Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:19:55.272Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 199385ff-65f5-4758-a02a-b3836b30c3f3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:19:55.285Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:19:55.290Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:19:55.290Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-15T11:19:55.290Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-15T11:19:55.291Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-15T11:19:55.291Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:19:55.291Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:19:55.291Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:19:55.291Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:19:55.291Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:19:55.292Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:19:55.292Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||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-15T11:19:55.298Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-15T11:20:25.299Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 199385ff-65f5-4758-a02a-b3836b30c3f3 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-15T11:20:25.304Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 199385ff-65f5-4758-a02a-b3836b30c3f3 and serviceModelVersionId: 1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb 2022-03-15T11:20:25.305Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae9f3c97-8890-4d75-af28-fbf469c1bba9 2022-03-15T11:20:25.306Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae9f3c97-8890-4d75-af28-fbf469c1bba9/model-vers/model-ver/1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb?depth=0 2022-03-15T11:20:25.310Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-15T11:20:25.404Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9f3c97-8890-4d75-af28-fbf469c1bba9/model-vers/model-ver/1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb?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-15T11:20:25.406Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9f3c97-8890-4d75-af28-fbf469c1bba9/model-vers/model-ver/1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb?depth=0|INFO|500||Invoke 2022-03-15T11:20:25.449Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9f3c97-8890-4d75-af28-fbf469c1bba9/model-vers/model-ver/1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-15T11:20:25.725Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9f3c97-8890-4d75-af28-fbf469c1bba9/model-vers/model-ver/1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb?depth=0|INFO|500||InvokeReturn 2022-03-15T11:20:25.725Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9f3c97-8890-4d75-af28-fbf469c1bba9/model-vers/model-ver/1fa6c578-8b78-4965-a8a5-f2b00e9e0ffb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220315-11:20:24:356-2813], vertex-id=[135232], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:20:24 GMT], Content-Type=[application/json]} 2022-03-15T11:20:25.726Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-15T11:20:25.726Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-15T11:20:25.727Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||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-15T11:20:25.733Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||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-15T11:20:25.733Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 199385ff-65f5-4758-a02a-b3836b30c3f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-15T11:20:25.733Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-15T11:20:25.734Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:25.737Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:25.737Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343225733, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-15T11:20:25.837Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:20:25.839Z||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-15T11:20:25.839Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:25.859Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:25.859Z||pool-34-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-15T11:20:26.757Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-15T11:20:26.757Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"53c6a6d6-67b8-4cd7-9201-13389dddde4b","serviceName":"vFW 2022-03-15 11-15-27","serviceVersion":"1.0","serviceUUID":"397666e0-15f9-4035-b3f3-064564680e83","serviceDescription":"catalog service description","serviceInvariantUUID":"bd586d49-67c4-4a65-90e0-edd66392786c","resources":[{"resourceInstanceName":"vFW 07de0481-4a3d 0","resourceName":"vFW 07de0481-4a3d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4416dd3f-c981-4d76-a81b-e2d91957222d","resourceInvariantUUID":"2e96191d-eff4-477d-9b67-53a61e747b35","resourceCustomizationUUID":"22329265-0485-42ed-9b09-fb50cbe899ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml","artifactChecksum":"ZGM0M2U5MzU0ZWYxZjk1ZjVkM2ZhMGE2ZGQyNjIxZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ef0141d3-633e-4c6a-98ff-955d2e5bb899","artifactVersion":"1"},{"artifactName":"vfw07de04814a3d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json","artifactChecksum":"NDlhOGI2ZmMzNTAwMWNkMTIyODdkZDY4MmM4NjM4NmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"316b9c4f-d031-465e-9ac4-541665557660","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"30c403b7-b77d-4d8b-b1a1-3bfb3e147315","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml","artifactChecksum":"YzZiYzQwYTllNzA3NTQxYTcwZWJkMmNlMzY3MzhkYWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2b8b0381-c77f-4aac-bff2-29b753e07ecb","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"24f733e0-f784-4809-9d6c-8e6a6d51b597","artifactVersion":"2","generatedFromUUID":"30c403b7-b77d-4d8b-b1a1-3bfb3e147315"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220315111527-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml","artifactChecksum":"ZGE2NjlhZmU5NDJhNmI4MjcwNjk0NjQ3YzM3NjA1MWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8fd6aa94-d51e-4522-ab5c-dc2b4794b5fa","artifactVersion":"1"},{"artifactName":"service-Vfw20220315111527-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar","artifactChecksum":"NjI5ZjM0OTE1NWE1Y2QzMWMzYTFkMTMxNTJjYTQ1MjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f54af268-3515-42db-ab4d-f54d0735906b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-15T11:20:26.759Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:20:26.759Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:26.762Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:26.762Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:20:26.862Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:20:26.865Z||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-15T11:20:26.865Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:26.885Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:26.886Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:20:27.762Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:20:27.763Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:27.766Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:27.766Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "NOTIFIED" } 2022-03-15T11:20:27.867Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-15T11:20:27.868Z||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-15T11:20:27.868Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:27.882Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:27.882Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:20:28.767Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:20:28.768Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:28.770Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:28.771Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-15T11:20:28.871Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:20:28.872Z||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-15T11:20:28.872Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:28.884Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:28.885Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:20:29.772Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:20:29.773Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:29.775Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:29.775Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:20:29.875Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:20:29.877Z||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-15T11:20:29.877Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:29.891Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:29.891Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:20:30.776Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:20:30.777Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:30.779Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:30.779Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-15T11:20:30.879Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:20:30.880Z||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-15T11:20:30.880Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:30.899Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:30.899Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:20:31.780Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:20:31.781Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:31.783Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:31.784Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:20:31.885Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-15T11:20:31.886Z||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-15T11:20:31.886Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:31.908Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:31.908Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:20:32.784Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:20:32.785Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:32.787Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:32.788Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:20:32.889Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:20:32.891Z||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-15T11:20:32.892Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:32.906Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:32.907Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:20:33.789Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "serviceName": "vFW 2022-03-15 11-15-27", "serviceVersion": "1.0", "serviceUUID": "397666e0-15f9-4035-b3f3-064564680e83", "serviceDescription": "catalog service description", "serviceInvariantUUID": "bd586d49-67c4-4a65-90e0-edd66392786c", "resources": [ { "resourceInstanceName": "vFW 07de0481-4a3d 0", "resourceCustomizationUUID": "22329265-0485-42ed-9b09-fb50cbe899ef", "resourceName": "vFW 07de0481-4a3d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4416dd3f-c981-4d76-a81b-e2d91957222d", "resourceInvariantUUID": "2e96191d-eff4-477d-9b67-53a61e747b35", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw07de04814a3d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "artifactChecksum": "NDlhOGI2ZmMzNTAwMWNkMTIyODdkZDY4MmM4NjM4NmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "316b9c4f-d031-465e-9ac4-541665557660", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "30c403b7-b77d-4d8b-b1a1-3bfb3e147315", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "24f733e0-f784-4809-9d6c-8e6a6d51b597", "generatedFromUUID": "30c403b7-b77d-4d8b-b1a1-3bfb3e147315" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "24f733e0-f784-4809-9d6c-8e6a6d51b597", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220315111527-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "artifactChecksum": "NjI5ZjM0OTE1NWE1Y2QzMWMzYTFkMTMxNTJjYTQ1MjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f54af268-3515-42db-ab4d-f54d0735906b" } ], "workloadContext": "Production" } 2022-03-15T11:20:33.789Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-15T11:20:33.790Z|199385ff-65f5-4758-a02a-b3836b30c3f3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 397666e0-15f9-4035-b3f3-064564680e83 ASDC 2022-03-15T11:20:33.790Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:53c6a6d6-67b8-4cd7-9201-13389dddde4b ServiceName:vFW 2022-03-15 11-15-27 ServiceVersion:1.0 ServiceUUID:397666e0-15f9-4035-b3f3-064564680e83 ServiceInvariantUUID:bd586d49-67c4-4a65-90e0-edd66392786c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220315111527-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar ArtifactUUID:f54af268-3515-42db-ab4d-f54d0735906b ArtifactChecksum:NjI5ZjM0OTE1NWE1Y2QzMWMzYTFkMTMxNTJjYTQ1MjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 07de0481-4a3d 0 ResourceCustomizationUUID:22329265-0485-42ed-9b09-fb50cbe899ef ResourceInvariantUUID:2e96191d-eff4-477d-9b67-53a61e747b35 ResourceName:vFW 07de0481-4a3d ResourceType:VF ResourceUUID:4416dd3f-c981-4d76-a81b-e2d91957222d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw07de04814a3d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json ArtifactUUID:316b9c4f-d031-465e-9ac4-541665557660 ArtifactChecksum:NDlhOGI2ZmMzNTAwMWNkMTIyODdkZDY4MmM4NjM4NmE= 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/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml ArtifactUUID:30c403b7-b77d-4d8b-b1a1-3bfb3e147315 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/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env ArtifactUUID:24f733e0-f784-4809-9d6c-8e6a6d51b597 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/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env ArtifactUUID:24f733e0-f784-4809-9d6c-8e6a6d51b597 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-15T11:20:33.790Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 397666e0-15f9-4035-b3f3-064564680e83 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-15T11:20:33.821Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-15T11:20:33.822Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-15T11:20:33.822Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-15T11:20:33.822Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f54af268-3515-42db-ab4d-f54d0735906b from URL: /sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar 2022-03-15T11:20:33.822Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-15T11:20:33.823Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar 2022-03-15T11:20:35.378Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-15T11:20:35.384Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar f54af268-3515-42db-ab4d-f54d0735906b 98918 2022-03-15T11:20:35.384Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar ASDC sendASDCNotification 2022-03-15T11:20:35.385Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar 2022-03-15T11:20:35.385Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:20:35.385Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:35.387Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:35.387Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343235384, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:20:35.487Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:20:35.489Z||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-15T11:20:35.490Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:35.502Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:35.504Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-15T11:20:36.388Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-15T11:20:36.389Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-15T11:20:36.389Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f54af268-3515-42db-ab4d-f54d0735906b, URL: /sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar to file: /app/ASDC/1/service-Vfw20220315111527-csar.csar 2022-03-15T11:20:36.390Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220315111527-csar.csar 2022-03-15T11:20:36.390Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220315111527-csar.csar 2022-03-15T11:20:36.390Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220315111527-csar.csar 2022-03-15T11:20:36.586Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5479731021310559373/Definitions/service-Vfw20220315111527-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_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_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-15T11:20:39.215Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-15T11:20:39.216Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-15T11:20:39.216Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220315111527-csar.csar 2022-03-15T11:20:39.216Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-15T11:20:39.216Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||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-Vfw20220315111527-csar.csar 2022-03-15T11:20:39.216Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||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-Vfw20220315111527-csar.csar 2022-03-15T11:20:39.216Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||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-Vfw20220315111527-csar.csar 2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315111527-csar.csar 2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315111527-csar.csar 2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||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-Vfw20220315111527-csar.csar 2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||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-Vfw20220315111527-csar.csar 2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||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-Vfw20220315111527-csar.csar 2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220315111527-csar.csar 2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 07de0481-4a3d 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-Vfw20220315111527-csar.csar 2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||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-Vfw20220315111527-csar.csar 2022-03-15T11:20:39.217Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220315111527-csar.csar 2022-03-15T11:20:39.218Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||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-Vfw20220315111527-csar.csar 2022-03-15T11:20:39.218Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-15T11:20:39.218Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.218Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:39.218Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria 2022-03-15T11:20:39.218Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-15T11:20:39.219Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-15T11:20:39.219Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.219Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:39.219Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria 2022-03-15T11:20:39.220Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-15T11:20:39.220Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-15T11:20:39.220Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.220Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:39.221Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.221Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is not matching search criteria 2022-03-15T11:20:39.221Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-15T11:20:39.221Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-15T11:20:39.221Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-15T11:20:39.222Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:20:39.222Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:39.222Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:20:39.222Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-15T11:20:39.222Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-15T11:20:39.223Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-15T11:20:39.223Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:20:39.223Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:39.223Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-15T11:20:39.224Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:39.224Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-15T11:20:39.224Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:20:39.224Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-15T11:20:39.224Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.225Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-15T11:20:39.225Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.225Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria 2022-03-15T11:20:39.225Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:20:39.226Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.226Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria 2022-03-15T11:20:39.226Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:20:39.226Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.226Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria 2022-03-15T11:20:39.227Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:20:39.227Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.227Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is not matching search criteria 2022-03-15T11:20:39.227Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-15T11:20:39.228Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-15T11:20:39.228Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-15T11:20:39.228Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-15T11:20:39.228Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-15T11:20:39.228Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:20:39.229Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:39.229Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-15T11:20:39.229Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:39.229Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-15T11:20:39.229Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:20:39.230Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=23e85a10-d8bc-46fd-83e2-67fcb668cc12 2022-03-15T11:20:39.230Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.230Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is not matching search criteria 2022-03-15T11:20:39.230Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-15T11:20:39.231Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-15T11:20:39.231Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-15T11:20:39.231Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:20:39.231Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:39.231Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:20:39.232Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-15T11:20:39.232Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-15T11:20:39.232Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-15T11:20:39.232Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:39.232Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-15T11:20:39.233Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:20:39.233Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9d20d391-8381-4c4a-96ea-32d683d05c31 2022-03-15T11:20:39.233Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.233Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is not matching search criteria 2022-03-15T11:20:39.233Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-15T11:20:39.234Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-15T11:20:39.234Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-15T11:20:39.234Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:20:39.234Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:39.235Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:20:39.235Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-15T11:20:39.235Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-15T11:20:39.235Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-15T11:20:39.235Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:20:39.236Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:39.236Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-15T11:20:39.236Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=01e0c5f4-bf2b-49bd-9e55-be416cdaac9c 2022-03-15T11:20:39.236Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.236Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:39.237Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.237Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:39.237Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.237Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:39.237Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:39.238Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:39.238Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-15 11-15-27 Description:catalog service description Model UUID:397666e0-15f9-4035-b3f3-064564680e83 Model Version:NULL Model InvariantUuid:bd586d49-67c4-4a65-90e0-edd66392786c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 07de0481-4a3d Model UUID:65273002-eb6f-4c44-bf10-0dc2477cf886 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:2e96191d-eff4-477d-9b67-53a61e747b35 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:22329265-0485-42ed-9b09-fb50cbe899ef NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:81bf9a64-fd60-4966-9f87-e0f1ef990d05 ModelName:Vfw07de04814a3d..base_vfw..module-0 ModelUuid:2fb9b857-6712-4a39-b89b-3ab3aed67520 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:23e85a10-d8bc-46fd-83e2-67fcb668cc12 ModelInvariantUuid:ee2523ad-91b1-463c-9c97-e86c89296a6c ModelName:vFW 07de0481-4a3d-nodes.vfwCvfc ModelUuid:e1522f37-d491-46f4-9fa0-c74007f5c5a7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:4674feea-b036-41aa-9810-58fe9a8fcaef ModelInvariantUuid:b0b5cca3-ee9d-4d61-b7bc-aca01a977479 ModelName:Vfw07de04814a3d.compute.nodes.heat.vfw ModelUuid:24b82054-4503-4f89-9a91-1079c1cc58c3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9d20d391-8381-4c4a-96ea-32d683d05c31 ModelInvariantUuid:327b5801-c0d0-4eff-a50f-760014519660 ModelName:vFW 07de0481-4a3d-nodes.vsnCvfc ModelUuid:94962e44-78c6-4e64-94c5-0127af73beff ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:121af58c-f3f9-4111-ba03-fabb66e7fa6f ModelInvariantUuid:ab96e2b6-524e-4756-bd03-36345ed823e2 ModelName:Vfw07de04814a3d.compute.nodes.heat.vsn ModelUuid:a00e39c3-5a0d-4e3a-bb65-8e8c2114825e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:01e0c5f4-bf2b-49bd-9e55-be416cdaac9c ModelInvariantUuid:61fe236a-21e2-416d-b78d-3e8779bb67ee ModelName:vFW 07de0481-4a3d-nodes.vpgCvfc ModelUuid:57cd2287-f17c-41e5-9f7b-bf61ad3abed1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:d899f8f9-4151-4e78-a420-e1a971e5b919 ModelInvariantUuid:70b91847-902a-428e-a82f-3499e115316f ModelName:Vfw07de04814a3d.compute.nodes.heat.vpg ModelUuid:593dca35-0402-42fe-8b80-c45487ceb810 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-15T11:20:39.243Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 4416dd3f-c981-4d76-a81b-e2d91957222d 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-15T11:20:39.247Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||vFW 07de0481-4a3d 0 2022-03-15T11:20:39.247Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4416dd3f-c981-4d76-a81b-e2d91957222d 2022-03-15T11:20:39.247Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 316b9c4f-d031-465e-9ac4-541665557660 from URL: /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json 2022-03-15T11:20:39.247Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-15T11:20:39.247Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json 2022-03-15T11:20:39.480Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-15T11:20:39.480Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json 316b9c4f-d031-465e-9ac4-541665557660 785 2022-03-15T11:20:39.481Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json ASDC sendASDCNotification 2022-03-15T11:20:39.481Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json 2022-03-15T11:20:39.481Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:20:39.481Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:39.485Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:39.485Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343239481, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-15T11:20:39.584Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-15T11:20:39.586Z||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-15T11:20:39.586Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:39.600Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:39.601Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:20:40.486Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw07de04814a3d..base_vfw..module-0", "vfModuleModelInvariantUUID": "81bf9a64-fd60-4966-9f87-e0f1ef990d05", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2fb9b857-6712-4a39-b89b-3ab3aed67520", "vfModuleModelCustomizationUUID": "e5c206de-f3ab-4600-bf25-48c3b0ff92d9", "isBase": true, "artifacts": [ "30c403b7-b77d-4d8b-b1a1-3bfb3e147315", "24f733e0-f784-4809-9d6c-8e6a6d51b597" ], "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-15T11:20:40.489Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw07de04814a3d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2fb9b857-6712-4a39-b89b-3ab3aed67520 VfModuleModelInvariantUUID:81bf9a64-fd60-4966-9f87-e0f1ef990d05 VfModuleModelDescription:NULL Artifacts UUID List:{ 30c403b7-b77d-4d8b-b1a1-3bfb3e147315 , 24f733e0-f784-4809-9d6c-8e6a6d51b597 } 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-15T11:20:40.492Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw07de04814a3d..base_vfw..module-0", "vfModuleModelInvariantUUID": "81bf9a64-fd60-4966-9f87-e0f1ef990d05", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2fb9b857-6712-4a39-b89b-3ab3aed67520", "vfModuleModelCustomizationUUID": "e5c206de-f3ab-4600-bf25-48c3b0ff92d9", "isBase": true, "artifacts": [ "30c403b7-b77d-4d8b-b1a1-3bfb3e147315", "24f733e0-f784-4809-9d6c-8e6a6d51b597" ], "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-15T11:20:40.492Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw07de04814a3d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2fb9b857-6712-4a39-b89b-3ab3aed67520 VfModuleModelInvariantUUID:81bf9a64-fd60-4966-9f87-e0f1ef990d05 VfModuleModelDescription:NULL Artifacts UUID List:{ 30c403b7-b77d-4d8b-b1a1-3bfb3e147315 , 24f733e0-f784-4809-9d6c-8e6a6d51b597 } 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-15T11:20:40.492Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 30c403b7-b77d-4d8b-b1a1-3bfb3e147315 from URL: /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml 2022-03-15T11:20:40.492Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-15T11:20:40.493Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml 2022-03-15T11:20:40.771Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-15T11:20:40.772Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml 30c403b7-b77d-4d8b-b1a1-3bfb3e147315 20368 2022-03-15T11:20:40.773Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-15T11:20:40.773Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml 2022-03-15T11:20:40.773Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:20:40.773Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:40.777Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:40.778Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343240772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-15T11:20:40.877Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-15T11:20:40.879Z||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-15T11:20:40.879Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:40.895Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:40.896Z||pool-44-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:20:41.780Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 24f733e0-f784-4809-9d6c-8e6a6d51b597 from URL: /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env 2022-03-15T11:20:41.780Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-15T11:20:41.780Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env 2022-03-15T11:20:42.084Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-15T11:20:42.084Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env 24f733e0-f784-4809-9d6c-8e6a6d51b597 2098 2022-03-15T11:20:42.085Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-15T11:20:42.085Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env 2022-03-15T11:20:42.085Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:20:42.085Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:42.088Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:42.088Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343242085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-15T11:20:42.188Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:20:42.189Z||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-15T11:20:42.189Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:42.202Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:42.203Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:20:43.089Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 397666e0-15f9-4035-b3f3-064564680e83 2022-03-15T11:20:43.089Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 07de0481-4a3d 0 4416dd3f-c981-4d76-a81b-e2d91957222d 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-15T11:20:43.114Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3180edc6, org.onap.sdc.toscaparser.api.parameters.Input@7a465eb9, org.onap.sdc.toscaparser.api.parameters.Input@6c871ddc, org.onap.sdc.toscaparser.api.parameters.Input@1af533d5, org.onap.sdc.toscaparser.api.parameters.Input@2c2d0390] 2022-03-15T11:20:43.116Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.116Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:43.116Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-03-15T11:20:43.117Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 22329265-0485-42ed-9b09-fb50cbe899ef 2022-03-15T11:20:43.117Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 22329265-0485-42ed-9b09-fb50cbe899ef matches Tosca VF Customization UUID: 22329265-0485-42ed-9b09-fb50cbe899ef 2022-03-15T11:20:43.117Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 22329265-0485-42ed-9b09-fb50cbe899ef 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-15T11:20:43.120Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.120Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:43.121Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 22329265-0485-42ed-9b09-fb50cbe899ef: {\"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-15T11:20:43.122Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3335dc2 2022-03-15T11:20:43.122Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.123Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-15T11:20:43.123Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e5c206de-f3ab-4600-bf25-48c3b0ff92d9 2022-03-15T11:20:43.124Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e5c206de-f3ab-4600-bf25-48c3b0ff92d9 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-15T11:20:43.134Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.135Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria 2022-03-15T11:20:43.135Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:20:43.135Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.136Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria 2022-03-15T11:20:43.136Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:20:43.136Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.136Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is not matching search criteria 2022-03-15T11:20:43.137Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-15T11:20:43.137Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-15T11:20:43.137Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-15T11:20:43.137Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-15T11:20:43.138Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-15T11:20:43.138Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:20:43.138Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:43.138Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-15T11:20:43.139Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:43.139Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-15T11:20:43.139Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:20:43.139Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=23e85a10-d8bc-46fd-83e2-67fcb668cc12 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-15T11:20:43.142Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.143Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria 2022-03-15T11:20:43.143Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:20:43.144Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.144Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is not matching search criteria 2022-03-15T11:20:43.144Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-15T11:20:43.144Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-15T11:20:43.145Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-15T11:20:43.145Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:20:43.145Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:43.145Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:20:43.146Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-15T11:20:43.146Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-15T11:20:43.146Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-15T11:20:43.146Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:43.147Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-15T11:20:43.147Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:20:43.147Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9d20d391-8381-4c4a-96ea-32d683d05c31 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-15T11:20:43.150Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.151Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria 2022-03-15T11:20:43.151Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:20:43.151Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.151Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is not matching search criteria 2022-03-15T11:20:43.152Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-15T11:20:43.152Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-15T11:20:43.152Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-15T11:20:43.152Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:20:43.152Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:43.153Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-15T11:20:43.153Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-15T11:20:43.153Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-15T11:20:43.153Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-15T11:20:43.153Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-15T11:20:43.154Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-15T11:20:43.154Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-15T11:20:43.154Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=01e0c5f4-bf2b-49bd-9e55-be416cdaac9c 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-15T11:20:43.157Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.158Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria 2022-03-15T11:20:43.158Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-15T11:20:43.158Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.158Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Node template vFW 07de0481-4a3d 0 is matching search criteria 2022-03-15T11:20:43.159Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 07de0481-4a3d 0] matching following query criteria: sdcType=VF, customizationUUID=22329265-0485-42ed-9b09-fb50cbe899ef 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-15T11:20:43.161Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.161Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:43.161Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 397666e0-15f9-4035-b3f3-064564680e83: vFW 07de0481-4a3d 2022-03-15T11:20:43.162Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.162Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:43.162Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.162Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:43.162Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.163Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:43.163Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.163Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:43.163Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:20:43.164Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-15 11-15-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:20:43.164Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-15 11-15-27 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-15T11:20:43.400Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 07de0481-4a3d 4416dd3f-c981-4d76-a81b-e2d91957222d 1 ASDC deployResourceStructure 2022-03-15T11:20:43.401Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json ASDC sendASDCNotification 2022-03-15T11:20:43.401Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json 2022-03-15T11:20:43.401Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:20:43.402Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:43.405Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:43.405Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343243401, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "DEPLOY_OK" } 2022-03-15T11:20:43.505Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:20:43.507Z||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-15T11:20:43.507Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:43.524Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:43.524Z||pool-46-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:20:44.405Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-15T11:20:44.406Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml 2022-03-15T11:20:44.406Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:20:44.407Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:44.409Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:44.409Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343244405, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-15T11:20:44.509Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:20:44.510Z||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-15T11:20:44.510Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:44.522Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:44.523Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:20:45.410Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-15T11:20:45.410Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env 2022-03-15T11:20:45.410Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:20:45.411Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:45.413Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:45.413Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343245410, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-15T11:20:45.513Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:20:45.514Z||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-15T11:20:45.514Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:45.529Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:45.529Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-15T11:20:46.414Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar ASDC sendASDCNotification 2022-03-15T11:20:46.415Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar 2022-03-15T11:20:46.415Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:20:46.416Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:20:46.418Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:20:46.419Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343246414, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:20:46.519Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-15T11:20:46.520Z||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-15T11:20:46.521Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:46.537Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:46.537Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:20:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:20:47.377Z||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-15T11:20:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:20:47.411Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:20:47.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:20:47.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343187806, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "DOWNLOAD_OK" } 2022-03-15T11:20:47.413Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:20:47.420Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 53c6a6d6-67b8-4cd7-9201-13389dddde4b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:20:47.437Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 53c6a6d6-67b8-4cd7-9201-13389dddde4b 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-15T11:20:47.445Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:20:47.446Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-15T11:20:47.446Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-15T11:20:47.447Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-15T11:20:47.447Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:20:47.447Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:20:47.447Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:20:47.447Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:20:47.447Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:20:47.448Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:20:47.448Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||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-15T11:20:47.457Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-15T11:21:17.458Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 53c6a6d6-67b8-4cd7-9201-13389dddde4b 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-15T11:21:17.466Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 53c6a6d6-67b8-4cd7-9201-13389dddde4b and serviceModelVersionId: 397666e0-15f9-4035-b3f3-064564680e83 2022-03-15T11:21:17.467Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd586d49-67c4-4a65-90e0-edd66392786c 2022-03-15T11:21:17.468Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd586d49-67c4-4a65-90e0-edd66392786c/model-vers/model-ver/397666e0-15f9-4035-b3f3-064564680e83?depth=0 2022-03-15T11:21:17.483Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-15T11:21:17.562Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd586d49-67c4-4a65-90e0-edd66392786c/model-vers/model-ver/397666e0-15f9-4035-b3f3-064564680e83?depth=0|INFO|500||Invoke 2022-03-15T11:21:17.563Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd586d49-67c4-4a65-90e0-edd66392786c/model-vers/model-ver/397666e0-15f9-4035-b3f3-064564680e83?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd586d49-67c4-4a65-90e0-edd66392786c/model-vers/model-ver/397666e0-15f9-4035-b3f3-064564680e83?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[53c6a6d6-67b8-4cd7-9201-13389dddde4b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[64e15b1c-e501-41a4-b6b6-4d900911b1e5], X-ECOMP-RequestID=[53c6a6d6-67b8-4cd7-9201-13389dddde4b], X-TransactionId=[], X-ONAP-RequestID=[53c6a6d6-67b8-4cd7-9201-13389dddde4b], Content-Type=[application/merge-patch+json]} 2022-03-15T11:21:17.596Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd586d49-67c4-4a65-90e0-edd66392786c/model-vers/model-ver/397666e0-15f9-4035-b3f3-064564680e83?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-15T11:21:17.730Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd586d49-67c4-4a65-90e0-edd66392786c/model-vers/model-ver/397666e0-15f9-4035-b3f3-064564680e83?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/bd586d49-67c4-4a65-90e0-edd66392786c/model-vers/model-ver/397666e0-15f9-4035-b3f3-064564680e83?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-11:21:16:502-33008], vertex-id=[139328], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:21:16 GMT], Content-Type=[application/json]} 2022-03-15T11:21:17.730Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd586d49-67c4-4a65-90e0-edd66392786c/model-vers/model-ver/397666e0-15f9-4035-b3f3-064564680e83?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-15T11:21:17.731Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd586d49-67c4-4a65-90e0-edd66392786c/model-vers/model-ver/397666e0-15f9-4035-b3f3-064564680e83?depth=0|INFO|500||InvokeReturn 2022-03-15T11:21:17.731Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-15T11:21:17.731Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||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-15T11:21:17.737Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||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-15T11:21:17.737Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 53c6a6d6-67b8-4cd7-9201-13389dddde4b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-15T11:21:17.738Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-15T11:21:17.738Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:21:17.740Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:21:17.740Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343277737, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-15T11:21:17.841Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-15T11:21:17.842Z||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-15T11:21:17.842Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:21:17.859Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:21:17.860Z||pool-50-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-15T11:21:18.766Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:21:18.767Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:21:18.768Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:21:28.340Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:21:28.341Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:21:28.342Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:21:28.342Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:21:37.891Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:21:37.892Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:21:37.892Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:21:37.892Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:21:47.377Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:21:47.378Z||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-15T11:21:47.379Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:21:47.419Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:21:47.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343188913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-15T11:21:47.423Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:47.424Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.424Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343189982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-15T11:21:47.424Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:47.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.425Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343191248, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/vfw8f7848c094170_modules.json", "status": "DEPLOY_OK" } 2022-03-15T11:21:47.425Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:47.425Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343192256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-15T11:21:47.426Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:47.426Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.426Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343193262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/resourceInstances/vfw8f7848c094170/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-15T11:21:47.427Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:47.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343194268, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111255/1.0/artifacts/service-Vfw20220315111255-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:21:47.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:47.428Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "199385ff-65f5-4758-a02a-b3836b30c3f3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343225733, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-15T11:21:47.428Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:47.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:21:47.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-15T11:21:47.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "NOTIFIED" } 2022-03-15T11:21:47.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-15T11:21:47.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-15T11:21:47.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-15T11:21:47.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:21:47.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-15T11:21:47.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-15T11:21:47.436Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-15T11:21:47.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:21:47.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-15T11:21:47.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343171975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:21:47.437Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-15T11:21:47.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343235384, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:21:47.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:47.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343239481, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-15T11:21:47.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:47.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343240772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-15T11:21:47.438Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:47.438Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.438Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343242085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-15T11:21:47.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:47.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343243401, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/vfw07de04814a3d0_modules.json", "status": "DEPLOY_OK" } 2022-03-15T11:21:47.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:47.439Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.439Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343244405, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-15T11:21:47.439Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:47.440Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.440Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:21:47.440Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:21:47.440Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343245410, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/resourceInstances/vfw07de04814a3d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-15T11:21:47.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:47.441Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:21:47.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:21:47.441Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:21:47.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343246414, "artifactURL": "/sdc/v1/catalog/services/Vfw20220315111527/1.0/artifacts/service-Vfw20220315111527-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:21:47.441Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:21:56.981Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:21:56.982Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:21:56.982Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:21:56.982Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:22:06.546Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:22:06.547Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:22:06.548Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:22:06.548Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:22:16.094Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:22:16.095Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:22:16.096Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:22:16.096Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:22:25.651Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:22:47.374Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:22:47.375Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:22:47.375Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:22:47.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:22:47.377Z||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-15T11:22:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:22:47.906Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:22:47.907Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-15T11:22:47.907Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "53c6a6d6-67b8-4cd7-9201-13389dddde4b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343277737, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-15T11:22:47.909Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:22:56.931Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:23:47.374Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:23:47.375Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:23:47.375Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:23:47.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:23:47.377Z||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-15T11:23:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:23:56.932Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:23:56.935Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:24:47.374Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:24:47.375Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:24:47.375Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:24:47.376Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:24:47.377Z||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-15T11:24:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:24:56.930Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:24:56.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:25:47.374Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:25:47.375Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:25:47.375Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:25:47.377Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:25:47.378Z||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-15T11:25:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:25:56.934Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:25:56.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:26:47.374Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:26:47.375Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:26:47.376Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:26:47.377Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:26:47.378Z||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-15T11:26:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:26:56.954Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:26:56.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:27:47.374Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:27:47.375Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:27:47.376Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:27:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:27:47.377Z||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-15T11:27:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:27:48.026Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:27:48.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ada501b7-5e82-4a4f-83bc-c7c2b70d211c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a","serviceDescription":"service","serviceInvariantUUID":"0eb03850-f41e-4729-b488-cbd21575e01d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7094bd02-4fe5-4696-9071-b572727744e5","resourceInvariantUUID":"1c2b8d4c-46cd-4ea3-aed4-ae103599464b","resourceCustomizationUUID":"2fcc1c52-4f84-409b-be11-358f11612b46","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":"NzFjNzc4ZTMxZThkMGExMWZlOTFhNjcxMThjMWE4N2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d6b536bc-2830-4404-921e-be60c693ace0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2M5Zjg2MzIxY2Q2YTJlNzJmZjZlZWU2MWFkYThlODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"543bc799-b054-45cb-b51f-a32baecca67d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-15T11:27:48.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:27:48.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "ves-openapi-manager", "timestamp": 1647343611589, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:27:48.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:27:48.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.035Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:27:48.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "cds", "timestamp": 1647343611042, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:27:48.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:27:48.036Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:27:48.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "multicloud-k8s-id", "timestamp": 1647343612598, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:27:48.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:27:48.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "policy-id", "timestamp": 1647343613754, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:27:48.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:27:48.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "ves-openapi-manager", "timestamp": 1647343611589, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:27:48.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:27:48.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "cds", "timestamp": 1647343611042, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:27:48.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:27:48.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "multicloud-k8s-id", "timestamp": 1647343612598, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:27:48.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:27:48.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "policy-id", "timestamp": 1647343613754, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:27:48.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:27:48.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343623265, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:27:48.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:27:48.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "cds", "timestamp": 1647343624021, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:27:48.039Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:27:48.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "policy-id", "timestamp": 1647343625340, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:27:48.040Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:27:48.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343623265, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:27:48.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:27:48.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "cds", "timestamp": 1647343625028, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-03-15T11:27:48.041Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:27:48.041Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343667374, "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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:27:48.094Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ada501b7-5e82-4a4f-83bc-c7c2b70d211c 2022-03-15T11:27:48.094Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada501b7-5e82-4a4f-83bc-c7c2b70d211c 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-15T11:27:48.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "policy-id", "timestamp": 1647343626351, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:27:48.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:27:48.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "policy-id", "timestamp": 1647343627360, "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-15T11:27:48.111Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ada501b7-5e82-4a4f-83bc-c7c2b70d211c 2022-03-15T11:27:48.112Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada501b7-5e82-4a4f-83bc-c7c2b70d211c 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-15T11:27:48.141Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:27:48.143Z||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-15T11:27:48.143Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:27:48.149Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.149Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343627074, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:27:48.150Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:27:48.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.150Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343628854, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:27:48.150Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:27:48.150Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.151Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343629858, "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-15T11:27:48.158Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ada501b7-5e82-4a4f-83bc-c7c2b70d211c 2022-03-15T11:27:48.158Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada501b7-5e82-4a4f-83bc-c7c2b70d211c and ComponentName SDNC 2022-03-15T11:27:48.160Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 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-15T11:27:48.161Z||pool-51-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-15T11:27:48.175Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "clamp", "timestamp": 1647343636746, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:27:48.176Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:27:48.176Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.176Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "clamp", "timestamp": 1647343636746, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:27:48.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:27:48.177Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.177Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "aai-ml", "timestamp": 1647343638203, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:27:48.177Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:27:48.178Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.179Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "aai-ml", "timestamp": 1647343638203, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:27:48.179Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:27:48.179Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "aai-ml", "timestamp": 1647343640961, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:27:48.180Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:27:48.180Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.180Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "clamp", "timestamp": 1647343644174, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:27:48.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:27:48.181Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.181Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "aai-ml", "timestamp": 1647343646055, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:27:48.181Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:27:48.182Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.182Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "clamp", "timestamp": 1647343646185, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:27:48.187Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:27:48.187Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.187Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "aai-ml", "timestamp": 1647343647060, "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-15T11:27:48.200Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ada501b7-5e82-4a4f-83bc-c7c2b70d211c 2022-03-15T11:27:48.200Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada501b7-5e82-4a4f-83bc-c7c2b70d211c 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-15T11:27:48.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:27:48.214Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "clamp", "timestamp": 1647343647190, "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-15T11:27:48.222Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ada501b7-5e82-4a4f-83bc-c7c2b70d211c 2022-03-15T11:27:48.222Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ada501b7-5e82-4a4f-83bc-c7c2b70d211c 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-15T11:27:49.042Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:27:49.043Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:27:49.046Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:27:49.046Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343667374, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:27:49.146Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:27:49.147Z||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-15T11:27:49.147Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:27:49.161Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:27:49.162Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:27:50.048Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a", "serviceDescription": "service", "serviceInvariantUUID": "0eb03850-f41e-4729-b488-cbd21575e01d", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "2fcc1c52-4f84-409b-be11-358f11612b46", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "7094bd02-4fe5-4696-9071-b572727744e5", "resourceInvariantUUID": "1c2b8d4c-46cd-4ea3-aed4-ae103599464b", "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": "N2M5Zjg2MzIxY2Q2YTJlNzJmZjZlZWU2MWFkYThlODE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "543bc799-b054-45cb-b51f-a32baecca67d" } ], "workloadContext": "Production" } 2022-03-15T11:27:50.049Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-15T11:27:50.049Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a ASDC 2022-03-15T11:27:50.050Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:ada501b7-5e82-4a4f-83bc-c7c2b70d211c ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a ServiceInvariantUUID:0eb03850-f41e-4729-b488-cbd21575e01d 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:543bc799-b054-45cb-b51f-a32baecca67d ArtifactChecksum:N2M5Zjg2MzIxY2Q2YTJlNzJmZjZlZWU2MWFkYThlODE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:2fcc1c52-4f84-409b-be11-358f11612b46 ResourceInvariantUUID:1c2b8d4c-46cd-4ea3-aed4-ae103599464b ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:7094bd02-4fe5-4696-9071-b572727744e5 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-15T11:27:50.051Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a 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-15T11:27:50.111Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-15T11:27:50.113Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-15T11:27:50.113Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-15T11:27:50.113Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 543bc799-b054-45cb-b51f-a32baecca67d from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-15T11:27:50.114Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-15T11:27:50.114Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-15T11:27:50.196Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-15T11:27:50.200Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 543bc799-b054-45cb-b51f-a32baecca67d 52507 2022-03-15T11:27:50.200Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||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-15T11:27:50.201Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||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-15T11:27:50.201Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:27:50.201Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:27:50.204Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:27:50.204Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343670200, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:27:50.305Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-15T11:27:50.306Z||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-15T11:27:50.306Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:27:50.322Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:27:50.322Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:27:51.205Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-15T11:27:51.206Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-15T11:27:51.207Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 543bc799-b054-45cb-b51f-a32baecca67d, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-15T11:27:51.207Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-15T11:27:51.208Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-15T11:27:51.208Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-15T11:27:51.434Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6230394301816286606/Definitions/service-BasicNetwork-template.yml 2022-03-15T11:27:52.155Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-15T11:27:52.156Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-15T11:27:52.156Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-15T11:27:52.156Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-15T11:27:52.157Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||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-15T11:27:52.157Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||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-15T11:27:52.157Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||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-15T11:27:52.157Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||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-15T11:27:52.157Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-15T11:27:52.157Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||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-15T11:27:52.158Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||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-15T11:27:52.158Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||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-15T11:27:52.158Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-15T11:27:52.158Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:27:52.158Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:27:52.159Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-15T11:27:52.159Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-15T11:27:52.159Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-15T11:27:52.159Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:27:52.159Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:27:52.160Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-15T11:27:52.160Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-15T11:27:52.160Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-15T11:27:52.160Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:27:52.160Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:27:52.161Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:27:52.161Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:27:52.161Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:27:52.162Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:27:52.162Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:27:52.162Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:27:52.162Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:27:52.163Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:27:52.163Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a Model Version:NULL Model InvariantUuid:0eb03850-f41e-4729-b488-cbd21575e01d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:1c2b8d4c-46cd-4ea3-aed4-ae103599464b Model UUID:3ed1d3c9-d325-4356-8f11-3fbb4879e4f4 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:2fcc1c52-4f84-409b-be11-358f11612b46 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-15T11:27:52.174Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 7094bd02-4fe5-4696-9071-b572727744e5 2022-03-15T11:27:52.174Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||No resources found for Service: de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a 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-15T11:27:52.184Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500|| 2022-03-15T11:27:52.184Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-15T11:27:52.186Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||No resources found for Service: de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a 2022-03-15T11:27:52.186Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a 2022-03-15T11:27:52.186Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-15T11:27:52.186Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||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-15T11:27:52.201Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14630d50, org.onap.sdc.toscaparser.api.parameters.Input@68a66fe1, org.onap.sdc.toscaparser.api.parameters.Input@df0ecab, org.onap.sdc.toscaparser.api.parameters.Input@217b94a9, org.onap.sdc.toscaparser.api.parameters.Input@2d7e145b] 2022-03-15T11:27:52.203Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:27:52.203Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:27:52.204Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:27:52.204Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:27:52.204Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a: Generic NeutronNet 2022-03-15T11:27:52.204Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:27:52.204Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:27:52.205Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:27:52.205Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||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-15T11:27:52.268Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:27:52.272Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:27:52.273Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:27:52.273Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:27:52.273Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:27:52.273Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:27:52.273Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||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-15T11:27:52.355Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-15T11:27:52.356Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||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-15T11:27:52.356Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||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-15T11:27:52.356Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:27:52.357Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:27:52.359Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:27:52.359Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343672356, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:27:52.462Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-15T11:27:52.463Z||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-15T11:27:52.463Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:27:52.475Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:27:52.476Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:27:53.360Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ada501b7-5e82-4a4f-83bc-c7c2b70d211c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:27:53.385Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ada501b7-5e82-4a4f-83bc-c7c2b70d211c 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-15T11:27:53.398Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:27:53.398Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-15T11:27:53.398Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-15T11:27:53.399Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-15T11:27:53.399Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:27:53.399Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:27:53.399Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:27:53.399Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:27:53.399Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:27:53.400Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:27:53.400Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-15T11:27:53.423Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-15T11:28:23.423Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ada501b7-5e82-4a4f-83bc-c7c2b70d211c 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-15T11:28:23.430Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ada501b7-5e82-4a4f-83bc-c7c2b70d211c and serviceModelVersionId: de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a 2022-03-15T11:28:23.430Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0eb03850-f41e-4729-b488-cbd21575e01d 2022-03-15T11:28:23.432Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0eb03850-f41e-4729-b488-cbd21575e01d/model-vers/model-ver/de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a?depth=0 2022-03-15T11:28:23.438Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-15T11:28:23.503Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eb03850-f41e-4729-b488-cbd21575e01d/model-vers/model-ver/de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a?depth=0|INFO|500||Invoke 2022-03-15T11:28:23.503Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eb03850-f41e-4729-b488-cbd21575e01d/model-vers/model-ver/de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eb03850-f41e-4729-b488-cbd21575e01d/model-vers/model-ver/de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ada501b7-5e82-4a4f-83bc-c7c2b70d211c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2790ddd2-53c2-49e0-a69b-77af6d99795a], X-ECOMP-RequestID=[ada501b7-5e82-4a4f-83bc-c7c2b70d211c], X-TransactionId=[], X-ONAP-RequestID=[ada501b7-5e82-4a4f-83bc-c7c2b70d211c], Content-Type=[application/merge-patch+json]} 2022-03-15T11:28:23.533Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eb03850-f41e-4729-b488-cbd21575e01d/model-vers/model-ver/de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-15T11:28:23.646Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eb03850-f41e-4729-b488-cbd21575e01d/model-vers/model-ver/de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a?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/0eb03850-f41e-4729-b488-cbd21575e01d/model-vers/model-ver/de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-11:28:22:441-4686], vertex-id=[585848], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:28:22 GMT], Content-Type=[application/json]} 2022-03-15T11:28:23.646Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eb03850-f41e-4729-b488-cbd21575e01d/model-vers/model-ver/de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-15T11:28:23.647Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0eb03850-f41e-4729-b488-cbd21575e01d/model-vers/model-ver/de6cb0d5-7670-4cfa-b8e5-6ccaa0717a3a?depth=0|INFO|500||InvokeReturn 2022-03-15T11:28:23.648Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-15T11:28:23.649Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-15T11:28:23.656Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-15T11:28:23.656Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ada501b7-5e82-4a4f-83bc-c7c2b70d211c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-15T11:28:23.656Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-15T11:28:23.656Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:28:23.658Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:28:23.658Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343703656, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-15T11:28:23.758Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:28:23.760Z||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-15T11:28:23.760Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:28:23.777Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:28:23.778Z||pool-55-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-15T11:28:47.374Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:28:47.375Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:28:47.375Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:28:47.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:28:47.377Z||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-15T11:28:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:28:47.503Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:28:47.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-15T11:28:47.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343667374, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:28:47.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-15T11:28:56.927Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:29:47.374Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:29:47.376Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:29:47.376Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:29:47.377Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:29:47.377Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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-15T11:29:47.377Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:29:47.922Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:29:47.923Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-15T11:29:47.924Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343667374, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:29:47.925Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-15T11:29:47.926Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-15T11:29:47.926Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343670200, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:29:47.926Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:29:47.927Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-15T11:29:47.927Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343672356, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:29:47.927Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:29:47.927Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-15T11:29:47.927Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "ada501b7-5e82-4a4f-83bc-c7c2b70d211c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343703656, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-15T11:29:47.927Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:29:56.943Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:30:47.374Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:30:47.376Z||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-15T11:30:47.376Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:30:47.378Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:30:47.378Z||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-15T11:30:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:30:47.526Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:30:47.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "multicloud-k8s-id", "timestamp": 1647343832598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343833265, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.532Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.532Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.532Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "policy-id", "timestamp": 1647343833754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "ves-openapi-manager", "timestamp": 1647343831589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.533Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.533Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "multicloud-k8s-id", "timestamp": 1647343832598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.533Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "policy-id", "timestamp": 1647343833754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343833265, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.534Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "cds", "timestamp": 1647343836043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.535Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "ves-openapi-manager", "timestamp": 1647343831589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.535Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "multicloud-k8s-id", "timestamp": 1647343832598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "cds", "timestamp": 1647343836043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.536Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.536Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343833265, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.536Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "policy-id", "timestamp": 1647343833754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.537Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "ves-openapi-manager", "timestamp": 1647343831589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.537Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.537Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "multicloud-k8s-id", "timestamp": 1647343832598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "policy-id", "timestamp": 1647343833754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.538Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.538Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.538Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "cds", "timestamp": 1647343836043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343833265, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "ves-openapi-manager", "timestamp": 1647343831589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.539Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "multicloud-k8s-id", "timestamp": 1647343832598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "cds", "timestamp": 1647343836043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.541Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "policy-id", "timestamp": 1647343833754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.542Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343833265, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "ves-openapi-manager", "timestamp": 1647343831589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "multicloud-k8s-id", "timestamp": 1647343832598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "policy-id", "timestamp": 1647343833754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "ves-openapi-manager", "timestamp": 1647343831589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343833265, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "cds", "timestamp": 1647343836043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "multicloud-k8s-id", "timestamp": 1647343832598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "cds", "timestamp": 1647343836043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343833265, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "policy-id", "timestamp": 1647343833754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.547Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "ves-openapi-manager", "timestamp": 1647343831589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-15T11:30:47.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "multicloud-k8s-id", "timestamp": 1647343832598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.548Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.548Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343833265, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "policy-id", "timestamp": 1647343833754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.549Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "cds", "timestamp": 1647343836043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "ves-openapi-manager", "timestamp": 1647343831589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "multicloud-k8s-id", "timestamp": 1647343832598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:30:47.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "cds", "timestamp": 1647343836043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "policy-id", "timestamp": 1647343833754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:30:47.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343833265, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:30:47.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "ves-openapi-manager", "timestamp": 1647343831589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:47.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "cds", "timestamp": 1647343836043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:30:47.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-15T11:30:47.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "ves-openapi-manager", "timestamp": 1647343845381, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-15T11:30:47.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:30:47.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "policy-id", "timestamp": 1647343846396, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:30:47.554Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:30:47.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:30:47.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343845382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:30:47.555Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:30:48.031Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:30:48.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-15T11:30:48.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0d8478a-ae61-4f9b-9417-206fdc037410","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"5f0e5a54-a32b-4e43-a082-3e80ab3a6946","serviceDescription":"service","serviceInvariantUUID":"f5c21bab-2990-44a4-a4d3-1d79b0ff22b0","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f11c1686-7ebd-40af-80ef-66a3dfcb6459","resourceInvariantUUID":"1d6faf67-0ee5-446b-bc82-df6cb3a0d6ed","resourceCustomizationUUID":"eacbebee-35b3-48b7-9588-c8c68f9fdce6","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":"NGQ5N2FkYmYyYzdhNmUwMjRiYzYwNmE0MDhiZjY4ZTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cdfcb024-a6d7-48f5-9348-c13e91077d2c","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":"78e938c9-9c13-4ebe-a838-9eff3f356bf9","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":"cc1f04d6-3e73-4509-b872-fccf6c1817df","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":"MmMxN2MyNWYxODhiMzhjZmU5MWM4ZmQwNDliMTQzZTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5a71e12f-1575-4cb0-a101-d011db1527e3","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":"42d654b3-8c0a-48b5-a68b-c6e6c5b19c55","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":"5734ccad-05f1-441a-8e99-813fb86dc2d9","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":"49cb0fed-7d17-4cfb-87c7-ffbaa7a82cea","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":"YzgyMjYwMzBmMmE1ZWVmMDEwYmU4OWJjZjUyMjNiMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30fd71ca-fcd8-4f34-b966-23a108c083c5","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2UyMThkMDlmODljNDg3MWM5MzNkZDgxZTAwODIzNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d2d1018-a2ac-4545-89d3-b5f4ea1f5bee","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-15T11:30:48.038Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:30:48.039Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:30:48.050Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:30:48.050Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:48.146Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-15T11:30:48.147Z||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-15T11:30:48.147Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:30:48.161Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:30:48.162Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:30:49.051Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:30:49.052Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:30:49.055Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:30:49.056Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:49.157Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-15T11:30:49.158Z||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-15T11:30:49.158Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:30:49.172Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:30:49.172Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:30:50.057Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:30:50.057Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:30:50.062Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:30:50.062Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:50.166Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-15T11:30:50.168Z||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-15T11:30:50.168Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:30:50.183Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:30:50.184Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-15T11:30:51.062Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:30:51.063Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:30:51.067Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:30:51.067Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:51.166Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-15T11:30:51.167Z||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-15T11:30:51.167Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:30:51.181Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:30:51.181Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:30:52.067Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:30:52.068Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:30:52.070Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:30:52.071Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:52.175Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-15T11:30:52.176Z||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-15T11:30:52.176Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:30:52.189Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:30:52.191Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:30:53.072Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:30:53.074Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:30:53.076Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:30:53.076Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:53.176Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:30:53.178Z||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-15T11:30:53.178Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:30:53.192Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:30:53.193Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-15T11:30:54.077Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:30:54.078Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:30:54.081Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:30:54.081Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:54.181Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:30:54.182Z||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-15T11:30:54.182Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:30:54.196Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:30:54.197Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-15T11:30:55.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:30:55.082Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:30:55.084Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:30:55.085Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:30:55.185Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:30:55.186Z||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-15T11:30:55.187Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:30:55.201Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:30:55.202Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-15T11:30:56.091Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:30:56.092Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:30:56.094Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:30:56.094Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:30:56.195Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:30:56.196Z||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-15T11:30:56.196Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:30:56.218Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:30:56.219Z||pool-64-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:30:57.095Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "5f0e5a54-a32b-4e43-a082-3e80ab3a6946", "serviceDescription": "service", "serviceInvariantUUID": "f5c21bab-2990-44a4-a4d3-1d79b0ff22b0", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "eacbebee-35b3-48b7-9588-c8c68f9fdce6", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f11c1686-7ebd-40af-80ef-66a3dfcb6459", "resourceInvariantUUID": "1d6faf67-0ee5-446b-bc82-df6cb3a0d6ed", "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": "Y2UyMThkMDlmODljNDg3MWM5MzNkZDgxZTAwODIzNzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2d2d1018-a2ac-4545-89d3-b5f4ea1f5bee" } ], "workloadContext": "Production" } 2022-03-15T11:30:57.096Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-15T11:30:57.096Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f0e5a54-a32b-4e43-a082-3e80ab3a6946 ASDC 2022-03-15T11:30:57.097Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:a0d8478a-ae61-4f9b-9417-206fdc037410 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:5f0e5a54-a32b-4e43-a082-3e80ab3a6946 ServiceInvariantUUID:f5c21bab-2990-44a4-a4d3-1d79b0ff22b0 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:2d2d1018-a2ac-4545-89d3-b5f4ea1f5bee ArtifactChecksum:Y2UyMThkMDlmODljNDg3MWM5MzNkZDgxZTAwODIzNzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:eacbebee-35b3-48b7-9588-c8c68f9fdce6 ResourceInvariantUUID:1d6faf67-0ee5-446b-bc82-df6cb3a0d6ed ResourceName:test-pnf ResourceType:PNF ResourceUUID:f11c1686-7ebd-40af-80ef-66a3dfcb6459 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-15T11:30:57.097Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f0e5a54-a32b-4e43-a082-3e80ab3a6946 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-15T11:30:57.150Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-15T11:30:57.152Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-15T11:30:57.152Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-15T11:30:57.152Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2d2d1018-a2ac-4545-89d3-b5f4ea1f5bee from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-15T11:30:57.152Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-15T11:30:57.153Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-15T11:30:57.486Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-15T11:30:57.492Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2d2d1018-a2ac-4545-89d3-b5f4ea1f5bee 105654 2022-03-15T11:30:57.493Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||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-15T11:30:57.493Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||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-15T11:30:57.493Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:30:57.493Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:30:57.495Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:30:57.496Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343857493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:30:57.596Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:30:57.597Z||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-15T11:30:57.597Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:30:57.608Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:30:57.609Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:30:58.498Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-15T11:30:58.499Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-15T11:30:58.500Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2d2d1018-a2ac-4545-89d3-b5f4ea1f5bee, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-15T11:30:58.500Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-15T11:30:58.500Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-15T11:30:58.501Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-15T11:30:58.671Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13086290932157165713/Definitions/service-TestPnfMacro-template.yml 2022-03-15T11:30:59.753Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-15T11:30:59.754Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-15T11:30:59.754Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-15T11:30:59.754Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-15T11:30:59.754Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-15T11:30:59.754Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-15T11:30:59.755Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||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-15T11:30:59.755Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-15T11:30:59.755Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-15T11:30:59.755Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-15T11:30:59.756Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-15T11:30:59.756Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-15T11:30:59.756Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:30:59.756Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:30:59.757Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-15T11:30:59.757Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-15T11:30:59.758Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-15T11:30:59.758Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:30:59.758Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:30:59.759Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-15T11:30:59.759Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-15T11:30:59.759Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-15T11:30:59.760Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:30:59.760Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:30:59.760Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:30:59.760Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:30:59.761Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:30:59.761Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:30:59.762Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:30:59.762Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:30:59.762Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:30:59.763Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:30:59.763Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:5f0e5a54-a32b-4e43-a082-3e80ab3a6946 Model Version:NULL Model InvariantUuid:f5c21bab-2990-44a4-a4d3-1d79b0ff22b0 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-15T11:30:59.770Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: f11c1686-7ebd-40af-80ef-66a3dfcb6459 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-15T11:30:59.775Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||test-pnf 0 2022-03-15T11:30:59.775Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f11c1686-7ebd-40af-80ef-66a3dfcb6459 2022-03-15T11:30:59.775Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 5f0e5a54-a32b-4e43-a082-3e80ab3a6946 2022-03-15T11:30:59.776Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 5f0e5a54-a32b-4e43-a082-3e80ab3a6946 2022-03-15T11:30:59.776Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f11c1686-7ebd-40af-80ef-66a3dfcb6459 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-15T11:30:59.782Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2866e56f, org.onap.sdc.toscaparser.api.parameters.Input@631af6ef, org.onap.sdc.toscaparser.api.parameters.Input@2b5c24d2, org.onap.sdc.toscaparser.api.parameters.Input@6f119e06, org.onap.sdc.toscaparser.api.parameters.Input@70435316] 2022-03-15T11:30:59.782Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:30:59.782Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:30:59.783Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 5f0e5a54-a32b-4e43-a082-3e80ab3a6946: test-pnf 2022-03-15T11:30:59.783Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||Processing PNF resource: f11c1686-7ebd-40af-80ef-66a3dfcb6459 2022-03-15T11:30:59.783Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:30:59.784Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:30:59.784Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||Resource customization UUID: eacbebee-35b3-48b7-9588-c8c68f9fdce6 is the same as notified resource customizationUUID: eacbebee-35b3-48b7-9588-c8c68f9fdce6 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-15T11:30:59.835Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f11c1686-7ebd-40af-80ef-66a3dfcb6459 0 ASDC deployResourceStructure 2022-03-15T11:30:59.836Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||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-15T11:30:59.836Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||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-15T11:30:59.837Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:30:59.837Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:30:59.840Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:30:59.840Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343859836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:30:59.942Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-15T11:30:59.944Z||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-15T11:30:59.944Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:30:59.960Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:30:59.964Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:31:00.841Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:31:00.853Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 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-15T11:31:00.856Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:31:00.857Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:31:00.858Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:31:30.858Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:31:30.870Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 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-15T11:31:30.874Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:31:30.874Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:31:30.874Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:31:47.377Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:31:47.380Z||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-15T11:31:47.381Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:31:47.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:31:47.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:31:47.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "cds", "timestamp": 1647343846180, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:31:47.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:32:00.874Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:32:00.885Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 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-15T11:32:00.888Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:32:00.889Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:32:00.889Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:32:30.889Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:32:30.899Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 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-15T11:32:30.901Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:32:30.901Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:32:30.901Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:32:47.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:32:47.378Z||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-15T11:32:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:32:47.407Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:32:47.408Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:32:47.408Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "policy-id", "timestamp": 1647343847401, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:32:47.409Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:00.901Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:33:00.913Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 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-15T11:33:00.915Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:33:00.915Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:33:00.916Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:33:30.916Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:33:30.931Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 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-15T11:33:30.934Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:33:30.935Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-15T11:33:30.935Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-15T11:33:47.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:33:47.377Z||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-15T11:33:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:33:47.410Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:33:47.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "ves-openapi-manager", "timestamp": 1647343846559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-15T11:33:47.912Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:47.912Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.913Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "policy-id", "timestamp": 1647343848404, "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-15T11:33:47.919Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0d8478a-ae61-4f9b-9417-206fdc037410 2022-03-15T11:33:47.920Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d8478a-ae61-4f9b-9417-206fdc037410 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-15T11:33:47.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343847342, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:33:47.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:47.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "ves-openapi-manager", "timestamp": 1647343847565, "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-15T11:33:47.938Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a0d8478a-ae61-4f9b-9417-206fdc037410 2022-03-15T11:33:47.938Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d8478a-ae61-4f9b-9417-206fdc037410 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-15T11:33:47.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343848346, "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-15T11:33:47.954Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0d8478a-ae61-4f9b-9417-206fdc037410 2022-03-15T11:33:47.954Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d8478a-ae61-4f9b-9417-206fdc037410 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-15T11:33:47.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.963Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.963Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.963Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.964Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "cds", "timestamp": 1647343848679, "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=? 2022-03-15T11:33:47.968Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0d8478a-ae61-4f9b-9417-206fdc037410 2022-03-15T11:33:47.968Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d8478a-ae61-4f9b-9417-206fdc037410 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-15T11:33:47.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "cds", "timestamp": 1647343851042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "ves-openapi-manager", "timestamp": 1647343851589, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "cds", "timestamp": 1647343851042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "ves-openapi-manager", "timestamp": 1647343851589, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "multicloud-k8s-id", "timestamp": 1647343852598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "policy-id", "timestamp": 1647343853754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "cds", "timestamp": 1647343851042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "ves-openapi-manager", "timestamp": 1647343851589, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "multicloud-k8s-id", "timestamp": 1647343852598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.986Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "policy-id", "timestamp": 1647343853754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.986Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.986Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "cds", "timestamp": 1647343851042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:33:47.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "ves-openapi-manager", "timestamp": 1647343851589, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "multicloud-k8s-id", "timestamp": 1647343852598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "policy-id", "timestamp": 1647343853754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:33:47.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "cds", "timestamp": 1647343851042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "ves-openapi-manager", "timestamp": 1647343851589, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.990Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.990Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "multicloud-k8s-id", "timestamp": 1647343852598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.991Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.991Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "policy-id", "timestamp": 1647343853754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.991Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343857493, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:33:47.992Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:47.992Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.992Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:33:47.992Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "cds", "timestamp": 1647343851042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "ves-openapi-manager", "timestamp": 1647343851589, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-15T11:33:47.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "multicloud-k8s-id", "timestamp": 1647343852598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "policy-id", "timestamp": 1647343853754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "cds", "timestamp": 1647343851042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.995Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "aai-ml", "timestamp": 1647343858086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:33:47.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:47.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "ves-openapi-manager", "timestamp": 1647343851589, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "multicloud-k8s-id", "timestamp": 1647343852598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "policy-id", "timestamp": 1647343853754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "cds", "timestamp": 1647343851042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:33:47.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343859836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:33:47.998Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:47.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "ves-openapi-manager", "timestamp": 1647343851589, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "multicloud-k8s-id", "timestamp": 1647343852598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "policy-id", "timestamp": 1647343853754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:47.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:47.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:47.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "cds", "timestamp": 1647343859995, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:33:48.000Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:48.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "multicloud-k8s-id", "timestamp": 1647343852598, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:33:48.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "policy-id", "timestamp": 1647343853754, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:33:48.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "ves-openapi-manager", "timestamp": 1647343860479, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-15T11:33:48.001Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:48.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "cds", "timestamp": 1647343861001, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-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-15T11:33:48.013Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6125c217-72b4-437b-82c6-9a25cb5a4deb 2022-03-15T11:33:48.014Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6125c217-72b4-437b-82c6-9a25cb5a4deb 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-15T11:33:48.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "ves-openapi-manager", "timestamp": 1647343861506, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-15T11:33:48.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:48.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "policy-id", "timestamp": 1647343862599, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:33:48.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:48.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "ves-openapi-manager", "timestamp": 1647343862509, "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-15T11:33:48.028Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 6125c217-72b4-437b-82c6-9a25cb5a4deb 2022-03-15T11:33:48.028Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6125c217-72b4-437b-82c6-9a25cb5a4deb 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-15T11:33:48.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "policy-id", "timestamp": 1647343863604, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:33:48.035Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:48.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "policy-id", "timestamp": 1647343864607, "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-15T11:33:48.039Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6125c217-72b4-437b-82c6-9a25cb5a4deb 2022-03-15T11:33:48.040Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6125c217-72b4-437b-82c6-9a25cb5a4deb 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-15T11:33:48.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343863265, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343863265, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "aai-ml", "timestamp": 1647343865598, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:33:48.047Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:48.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343863265, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "clamp", "timestamp": 1647343866208, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:33:48.047Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:48.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "aai-ml", "timestamp": 1647343866603, "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-15T11:33:48.052Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0d8478a-ae61-4f9b-9417-206fdc037410 2022-03-15T11:33:48.052Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d8478a-ae61-4f9b-9417-206fdc037410 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-15T11:33:48.060Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.060Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343863265, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.060Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343863265, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.061Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "clamp", "timestamp": 1647343868216, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:33:48.062Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:48.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343863265, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "clamp", "timestamp": 1647343869220, "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-15T11:33:48.068Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a0d8478a-ae61-4f9b-9417-206fdc037410 2022-03-15T11:33:48.068Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0d8478a-ae61-4f9b-9417-206fdc037410 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-15T11:33:48.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343863265, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343863265, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:33:48.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343872180, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:33:48.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:48.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343874020, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:33:48.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:48.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "aai-ml", "timestamp": 1647343848203, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:33:48.081Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647343875026, "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-15T11:33:48.086Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6125c217-72b4-437b-82c6-9a25cb5a4deb 2022-03-15T11:33:48.086Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6125c217-72b4-437b-82c6-9a25cb5a4deb 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-15T11:33:48.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "aai-ml", "timestamp": 1647343875696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:33:48.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:48.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:33:48.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "clamp", "timestamp": 1647343846746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:33:48.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:33:48.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "aai-ml", "timestamp": 1647343880616, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:33:48.096Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:48.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "aai-ml", "timestamp": 1647343881619, "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-15T11:33:48.102Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6125c217-72b4-437b-82c6-9a25cb5a4deb 2022-03-15T11:33:48.102Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6125c217-72b4-437b-82c6-9a25cb5a4deb 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-15T11:33:48.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.112Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "clamp", "timestamp": 1647343886211, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:33:48.112Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:48.112Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "clamp", "timestamp": 1647343888221, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:33:48.113Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:33:48.113Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:33:48.113Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "clamp", "timestamp": 1647343889227, "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-15T11:33:48.118Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6125c217-72b4-437b-82c6-9a25cb5a4deb 2022-03-15T11:33:48.118Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6125c217-72b4-437b-82c6-9a25cb5a4deb 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-15T11:34:00.935Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:34:00.948Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 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-15T11:34:00.952Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:34:00.952Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-15T11:34:00.952Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-15T11:34:00.952Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-15T11:34:00.952Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:34:00.952Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:34:00.952Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:34:00.953Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:34:00.953Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:34:00.953Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:34:00.953Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:34:00.953Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-15T11:34:00.962Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-15T11:34:30.962Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a0d8478a-ae61-4f9b-9417-206fdc037410 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-15T11:34:30.971Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a0d8478a-ae61-4f9b-9417-206fdc037410 and serviceModelVersionId: 5f0e5a54-a32b-4e43-a082-3e80ab3a6946 2022-03-15T11:34:30.971Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f5c21bab-2990-44a4-a4d3-1d79b0ff22b0 2022-03-15T11:34:30.974Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f5c21bab-2990-44a4-a4d3-1d79b0ff22b0/model-vers/model-ver/5f0e5a54-a32b-4e43-a082-3e80ab3a6946?depth=0 2022-03-15T11:34:30.982Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-15T11:34:31.041Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c21bab-2990-44a4-a4d3-1d79b0ff22b0/model-vers/model-ver/5f0e5a54-a32b-4e43-a082-3e80ab3a6946?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-15T11:34:31.044Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c21bab-2990-44a4-a4d3-1d79b0ff22b0/model-vers/model-ver/5f0e5a54-a32b-4e43-a082-3e80ab3a6946?depth=0|INFO|500||Invoke 2022-03-15T11:34:31.074Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c21bab-2990-44a4-a4d3-1d79b0ff22b0/model-vers/model-ver/5f0e5a54-a32b-4e43-a082-3e80ab3a6946?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-15T11:34:31.315Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c21bab-2990-44a4-a4d3-1d79b0ff22b0/model-vers/model-ver/5f0e5a54-a32b-4e43-a082-3e80ab3a6946?depth=0|INFO|500||InvokeReturn 2022-03-15T11:34:31.316Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f5c21bab-2990-44a4-a4d3-1d79b0ff22b0/model-vers/model-ver/5f0e5a54-a32b-4e43-a082-3e80ab3a6946?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220315-11:34:29:983-58349], vertex-id=[598136], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:34:29 GMT], Content-Type=[application/json]} 2022-03-15T11:34:31.317Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-03-15T11:34:31.317Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-15T11:34:31.317Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-15T11:34:31.323Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-15T11:34:31.324Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a0d8478a-ae61-4f9b-9417-206fdc037410 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-15T11:34:31.324Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-15T11:34:31.325Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:34:31.327Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:34:31.328Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647344071324, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-15T11:34:31.428Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:34:31.429Z||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-15T11:34:31.429Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:34:31.447Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:34:31.448Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-15T11:34:32.342Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-15T11:34:32.343Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6125c217-72b4-437b-82c6-9a25cb5a4deb","serviceName":"Demo_pNF_6xr4CCrUvWcscwy6HZ5O","serviceVersion":"1.0","serviceUUID":"73e818e7-e1c6-441c-875d-9ce70ec007b5","serviceDescription":"catalog service description","serviceInvariantUUID":"e10d36f5-5093-4a3c-9727-8afada526ec3","resources":[{"resourceInstanceName":"pNF ff075256-5097 0","resourceName":"pNF ff075256-5097","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3e28f214-136c-4caf-97c0-96885a17a116","resourceInvariantUUID":"90e61332-27d3-4405-8c80-39bf621ec04e","resourceCustomizationUUID":"f00bd4fe-ea38-402d-9d4a-077548424a9f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vf-license-model.xml","artifactChecksum":"Y2I2NDA2OGI0NDIxYjAxYWZlNzVjOWUyNThjZjM0Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4eb2b408-01a6-448a-bb92-b6735fc5725a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/pNF.csar","artifactChecksum":"OGFiZDUyMzdlNGQxZDVjZDY3NWM2MTRkOWNlNDVjMGQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"69ed5fae-744d-4c9e-adfb-78a966a7926c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c839dc88-202c-42a3-88c6-b6f0a5832c87","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vendor-license-model.xml","artifactChecksum":"NTQxMTcxMjE5ODkxMjlkOTFhMDE1ODkzNTFiNjMzOWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb78c371-2599-4c51-8391-187267f9832d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7d871773-5b93-4c72-bfdb-6395c08354f7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f975c76d-984e-4a54-aa6e-928e164fa4b6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf6xr4ccruvwcscwy6hz5o-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-template.yml","artifactChecksum":"N2I0MTZmYWQ4NDMyYTk4OGU0Y2FhN2EwMDBiNTc0NWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e0fd001-4fd2-4052-b5cf-e0c3ca9dbe0e","artifactVersion":"1"},{"artifactName":"service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar","artifactChecksum":"ZmI1NDY5MzI5MDEwNGMyYThkNzhjMDMwMTI3YTY4MTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76dcb9c4-3c0a-497c-96f5-3217bbbe8277","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-15T11:34:32.343Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:34:32.344Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:34:32.347Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:34:32.347Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:34:32.447Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:34:32.448Z||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-15T11:34:32.448Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:34:32.462Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:34:32.463Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-15T11:34:33.348Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:34:33.349Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:34:33.351Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:34:33.351Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:34:33.451Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:34:33.452Z||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-15T11:34:33.453Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:34:33.467Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:34:33.468Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:34:34.352Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:34:34.352Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:34:34.355Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:34:34.355Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:34:34.455Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:34:34.456Z||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-15T11:34:34.456Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:34:34.478Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:34:34.478Z||pool-70-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:34:35.355Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:34:35.356Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:34:35.358Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:34:35.359Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:34:35.459Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:34:35.460Z||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-15T11:34:35.460Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:34:35.477Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:34:35.478Z||pool-71-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:34:36.359Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:34:36.360Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:34:36.362Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:34:36.363Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:34:36.463Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:34:36.465Z||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-15T11:34:36.465Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:34:36.485Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:34:36.486Z||pool-72-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:34:37.363Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:34:37.365Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:34:37.368Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:34:37.368Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:34:37.468Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:34:37.469Z||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-15T11:34:37.469Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:34:37.488Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:34:37.489Z||pool-73-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:34:38.369Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:34:38.370Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:34:38.372Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:34:38.372Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:34:38.473Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:34:38.474Z||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-15T11:34:38.474Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:34:38.493Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:34:38.494Z||pool-74-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-15T11:34:39.374Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-15T11:34:39.374Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:34:39.377Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:34:39.378Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:34:39.477Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-15T11:34:39.478Z||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-15T11:34:39.478Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:34:39.496Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:34:39.498Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:34:40.379Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "serviceName": "Demo_pNF_6xr4CCrUvWcscwy6HZ5O", "serviceVersion": "1.0", "serviceUUID": "73e818e7-e1c6-441c-875d-9ce70ec007b5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e10d36f5-5093-4a3c-9727-8afada526ec3", "resources": [ { "resourceInstanceName": "pNF ff075256-5097 0", "resourceCustomizationUUID": "f00bd4fe-ea38-402d-9d4a-077548424a9f", "resourceName": "pNF ff075256-5097", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3e28f214-136c-4caf-97c0-96885a17a116", "resourceInvariantUUID": "90e61332-27d3-4405-8c80-39bf621ec04e", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "artifactChecksum": "ZmI1NDY5MzI5MDEwNGMyYThkNzhjMDMwMTI3YTY4MTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "76dcb9c4-3c0a-497c-96f5-3217bbbe8277" } ], "workloadContext": "Production" } 2022-03-15T11:34:40.379Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-15T11:34:40.380Z|a0d8478a-ae61-4f9b-9417-206fdc037410|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 73e818e7-e1c6-441c-875d-9ce70ec007b5 ASDC 2022-03-15T11:34:40.380Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:6125c217-72b4-437b-82c6-9a25cb5a4deb ServiceName:Demo_pNF_6xr4CCrUvWcscwy6HZ5O ServiceVersion:1.0 ServiceUUID:73e818e7-e1c6-441c-875d-9ce70ec007b5 ServiceInvariantUUID:e10d36f5-5093-4a3c-9727-8afada526ec3 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar ArtifactUUID:76dcb9c4-3c0a-497c-96f5-3217bbbe8277 ArtifactChecksum:ZmI1NDY5MzI5MDEwNGMyYThkNzhjMDMwMTI3YTY4MTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF ff075256-5097 0 ResourceCustomizationUUID:f00bd4fe-ea38-402d-9d4a-077548424a9f ResourceInvariantUUID:90e61332-27d3-4405-8c80-39bf621ec04e ResourceName:pNF ff075256-5097 ResourceType:PNF ResourceUUID:3e28f214-136c-4caf-97c0-96885a17a116 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-15T11:34:40.380Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 73e818e7-e1c6-441c-875d-9ce70ec007b5 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-15T11:34:40.427Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-15T11:34:40.429Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-15T11:34:40.429Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-15T11:34:40.430Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 76dcb9c4-3c0a-497c-96f5-3217bbbe8277 from URL: /sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:40.430Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-15T11:34:40.430Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:41.471Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-15T11:34:41.476Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 76dcb9c4-3c0a-497c-96f5-3217bbbe8277 82643 2022-03-15T11:34:41.476Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar ASDC sendASDCNotification 2022-03-15T11:34:41.476Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:41.476Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-15T11:34:41.477Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:34:41.479Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:34:41.479Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647344081476, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:34:41.579Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:34:41.580Z||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-15T11:34:41.581Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:34:41.595Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:34:41.595Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:34:42.480Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-15T11:34:42.481Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-15T11:34:42.482Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 76dcb9c4-3c0a-497c-96f5-3217bbbe8277, URL: /sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar to file: /app/ASDC/1/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:42.482Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:42.483Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:42.483Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:42.620Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP516158654046584882/Definitions/service-DemoPnf6xr4ccruvwcscwy6hz5o-template.yml 2022-03-15T11:34:43.580Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-15T11:34:43.580Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-15T11:34:43.581Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:43.581Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-15T11:34:43.581Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:43.581Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:43.582Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:43.582Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:43.582Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:43.582Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ff075256-5097 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-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:43.582Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:43.583Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-15T11:34:43.583Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:34:43.583Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_6xr4CCrUvWcscwy6HZ5O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:34:43.584Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Node template pNF ff075256-5097 0 is matching search criteria 2022-03-15T11:34:43.584Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-15T11:34:43.584Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF ff075256-5097 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-15T11:34:43.585Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:34:43.585Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_6xr4CCrUvWcscwy6HZ5O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:34:43.585Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Node template pNF ff075256-5097 0 is matching search criteria 2022-03-15T11:34:43.585Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-15T11:34:43.585Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF ff075256-5097 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-15T11:34:43.586Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:34:43.586Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_6xr4CCrUvWcscwy6HZ5O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:34:43.586Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:34:43.586Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_6xr4CCrUvWcscwy6HZ5O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:34:43.587Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:34:43.587Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_6xr4CCrUvWcscwy6HZ5O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:34:43.587Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:34:43.587Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_6xr4CCrUvWcscwy6HZ5O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:34:43.588Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:34:43.588Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_6xr4CCrUvWcscwy6HZ5O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:34:43.588Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_6xr4CCrUvWcscwy6HZ5O Description:catalog service description Model UUID:73e818e7-e1c6-441c-875d-9ce70ec007b5 Model Version:NULL Model InvariantUuid:e10d36f5-5093-4a3c-9727-8afada526ec3 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-15T11:34:43.595Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3e28f214-136c-4caf-97c0-96885a17a116 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-15T11:34:43.599Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||pNF ff075256-5097 0 2022-03-15T11:34:43.600Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3e28f214-136c-4caf-97c0-96885a17a116 2022-03-15T11:34:43.600Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 73e818e7-e1c6-441c-875d-9ce70ec007b5 2022-03-15T11:34:43.600Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 73e818e7-e1c6-441c-875d-9ce70ec007b5 2022-03-15T11:34:43.600Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ff075256-5097 0 3e28f214-136c-4caf-97c0-96885a17a116 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-15T11:34:43.607Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21fdb55c, org.onap.sdc.toscaparser.api.parameters.Input@92203c8, org.onap.sdc.toscaparser.api.parameters.Input@3ba4baf5, org.onap.sdc.toscaparser.api.parameters.Input@12fb4743, org.onap.sdc.toscaparser.api.parameters.Input@5e604715] 2022-03-15T11:34:43.607Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:34:43.607Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_6xr4CCrUvWcscwy6HZ5O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:34:43.608Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 73e818e7-e1c6-441c-875d-9ce70ec007b5: pNF ff075256-5097 2022-03-15T11:34:43.608Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||Processing PNF resource: 3e28f214-136c-4caf-97c0-96885a17a116 2022-03-15T11:34:43.608Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-15T11:34:43.608Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_6xr4CCrUvWcscwy6HZ5O is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-15T11:34:43.609Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||Resource customization UUID: f00bd4fe-ea38-402d-9d4a-077548424a9f is the same as notified resource customizationUUID: f00bd4fe-ea38-402d-9d4a-077548424a9f 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-15T11:34:43.642Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ff075256-5097 3e28f214-136c-4caf-97c0-96885a17a116 0 ASDC deployResourceStructure 2022-03-15T11:34:43.643Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar ASDC sendASDCNotification 2022-03-15T11:34:43.643Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar 2022-03-15T11:34:43.643Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-15T11:34:43.643Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:34:43.646Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:34:43.646Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647344083643, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:34:43.746Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:34:43.747Z||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-15T11:34:43.747Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:34:43.762Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:34:43.763Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-15T11:34:44.647Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6125c217-72b4-437b-82c6-9a25cb5a4deb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-15T11:34:44.661Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6125c217-72b4-437b-82c6-9a25cb5a4deb 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-15T11:34:44.665Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-15T11:34:44.665Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-15T11:34:44.665Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-15T11:34:44.665Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-15T11:34:44.666Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:34:44.666Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:34:44.666Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:34:44.666Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:34:44.666Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:34:44.666Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:34:44.667Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-15T11:34:44.667Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-15T11:34:44.673Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-15T11:34:47.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:34:47.377Z||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-15T11:34:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:34:48.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:34:48.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:34:48.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0d8478a-ae61-4f9b-9417-206fdc037410", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647344071324, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-15T11:34:48.017Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:34:48.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:34:48.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:34:48.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:34:48.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:34:48.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-15T11:34:48.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:34:48.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:34:48.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-15T11:34:48.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:34:48.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:34:48.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-15T11:34:48.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:34:48.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:34:48.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:34:48.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:34:48.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:34:48.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/resourceInstances/pnfff07525650970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-15T11:34:48.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:34:48.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:34:48.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-template.yml", "status": "NOT_NOTIFIED" } 2022-03-15T11:34:48.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:34:48.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:34:48.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647343847374, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "NOTIFIED" } 2022-03-15T11:34:48.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-15T11:34:48.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:34:48.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647344081476, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-15T11:34:48.021Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:34:48.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-15T11:34:48.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647344083643, "artifactURL": "/sdc/v1/catalog/services/DemoPnf6xr4ccruvwcscwy6hz5o/1.0/artifacts/service-DemoPnf6xr4ccruvwcscwy6hz5o-csar.csar", "status": "DEPLOY_OK" } 2022-03-15T11:34:48.021Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:35:14.675Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6125c217-72b4-437b-82c6-9a25cb5a4deb 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-15T11:35:14.683Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6125c217-72b4-437b-82c6-9a25cb5a4deb and serviceModelVersionId: 73e818e7-e1c6-441c-875d-9ce70ec007b5 2022-03-15T11:35:14.683Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e10d36f5-5093-4a3c-9727-8afada526ec3 2022-03-15T11:35:14.684Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e10d36f5-5093-4a3c-9727-8afada526ec3/model-vers/model-ver/73e818e7-e1c6-441c-875d-9ce70ec007b5?depth=0 2022-03-15T11:35:14.696Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-15T11:35:14.785Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e10d36f5-5093-4a3c-9727-8afada526ec3/model-vers/model-ver/73e818e7-e1c6-441c-875d-9ce70ec007b5?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-15T11:35:14.788Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e10d36f5-5093-4a3c-9727-8afada526ec3/model-vers/model-ver/73e818e7-e1c6-441c-875d-9ce70ec007b5?depth=0|INFO|500||Invoke 2022-03-15T11:35:14.819Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e10d36f5-5093-4a3c-9727-8afada526ec3/model-vers/model-ver/73e818e7-e1c6-441c-875d-9ce70ec007b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-15T11:35:14.901Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e10d36f5-5093-4a3c-9727-8afada526ec3/model-vers/model-ver/73e818e7-e1c6-441c-875d-9ce70ec007b5?depth=0|INFO|500||InvokeReturn 2022-03-15T11:35:14.902Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e10d36f5-5093-4a3c-9727-8afada526ec3/model-vers/model-ver/73e818e7-e1c6-441c-875d-9ce70ec007b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220315-11:35:13:727-97272], vertex-id=[151616], Content-Length=[0], Date=[Tue, 15 Mar 2022 11:35:13 GMT], Content-Type=[application/json]} 2022-03-15T11:35:14.903Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-03-15T11:35:14.903Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-15T11:35:14.903Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-15T11:35:14.909Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-15T11:35:14.909Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6125c217-72b4-437b-82c6-9a25cb5a4deb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-15T11:35:14.909Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-15T11:35:14.910Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-15T11:35:14.912Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-15T11:35:14.912Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647344114909, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-15T11:35:15.012Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-15T11:35:15.013Z||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-15T11:35:15.013Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:35:15.037Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:35:15.038Z||pool-78-thread-1|||||INFO|500||cambria reply ok (25 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-15T11:35:15.924Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:35:15.925Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|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-15T11:35:15.925Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:35:26.159Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:35:26.160Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:35:26.160Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:35:26.160Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:35:35.703Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:35:35.703Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:35:35.704Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:35:35.704Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:35:45.252Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:35:45.252Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:35:45.253Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:35:45.253Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:35:47.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:35:47.377Z||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-15T11:35:47.378Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:35:48.015Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:35:48.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-15T11:35:48.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6125c217-72b4-437b-82c6-9a25cb5a4deb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647344114909, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-15T11:35:48.017Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-15T11:35:54.807Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:35:54.807Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:35:54.808Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:35:54.808Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:36:04.370Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:36:47.374Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:36:47.375Z||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-15T11:36:47.376Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:36:47.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:36:47.377Z||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-15T11:36:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:36:56.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:36:56.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:37:47.374Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:37:47.379Z||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-15T11:37:47.379Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:37:47.381Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:37:47.382Z||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-15T11:37:47.382Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:37:56.931Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:37:56.932Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:38:47.374Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:38:47.375Z||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-15T11:38:47.375Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:38:47.376Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:38:47.377Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|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-15T11:38:47.377Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:38:56.933Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:38:56.933Z|6125c217-72b4-437b-82c6-9a25cb5a4deb|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:39:47.374Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:39:47.375Z||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-15T11:39:47.375Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:39:47.376Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:39:47.377Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|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-15T11:39:47.377Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:39:56.925Z|ada501b7-5e82-4a4f-83bc-c7c2b70d211c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:39:56.925Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:40:47.374Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:40:47.375Z||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-15T11:40:47.375Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:40:47.376Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:40:47.377Z||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-15T11:40:47.379Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:40:56.924Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:40:56.925Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:41:47.375Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:41:47.376Z||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-15T11:41:47.376Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:41:47.376Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:41:47.377Z||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-15T11:41:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:41:56.933Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:41:56.934Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:42:47.374Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:42:47.375Z||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-15T11:42:47.375Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:42:47.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:42:47.377Z||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-15T11:42:47.379Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:42:56.940Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:42:56.973Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:43:47.375Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:43:47.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:43:47.376Z||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-15T11:43:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:43:47.377Z||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-15T11:43:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:43:56.930Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:43:56.932Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:44:47.375Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:44:47.376Z||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-15T11:44:47.376Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:44:47.377Z||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-15T11:44:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:44:47.376Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:44:56.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:44:56.941Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:45:47.374Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:45:47.375Z||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-15T11:45:47.375Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:45:47.376Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:45:47.377Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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-15T11:45:47.377Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:45:56.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:45:56.929Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:46:47.374Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:46:47.376Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:46:47.377Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:46:47.377Z||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-15T11:46:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:46:47.377Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:46:56.936Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:46:56.939Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:47:36.966Z||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-15T11:47:47.374Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:47:47.376Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-15T11:47:47.376Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJJuJEpNPB8vix3e) ... 2022-03-15T11:47:47.376Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-15T11:47:47.377Z||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-15T11:47:47.377Z||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 GJJuJEpNPB8vix3e) ... 2022-03-15T11:47:56.962Z|53c6a6d6-67b8-4cd7-9201-13389dddde4b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-15T11:47:56.962Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK