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-14T05:26:02.085Z||main|||||INFO|500||The following profiles are active: basic 2022-03-14T05:26:17.383Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-14T05:26:17.385Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-14T05:26:17.600Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-14T05:26:26.969Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-14T05:26:27.751Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-14T05:26:28.621Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-14T05:26:28.635Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-14T05:26:28.881Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-14T05:26:29.381Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-14T05:26:30.508Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-14T05:26:34.411Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-14T05:26:38.925Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-14T05:26:39.021Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-14T05:26:39.982Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-14T05:26:40.142Z||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-14T05:26:42.207Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-14T05:26:43.949Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-14T05:26:43.989Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$7b5c92.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-03-14T05:26:43.990Z||main|||||WARN|500||The sdc end point is not alive 2022-03-14T05:26:49.655Z||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-14T05:26:54.164Z||main|||||WARN|500||--- 2022-03-14T05:26:54.165Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-14T05:26:54.165Z||main|||||WARN|500||--- 2022-03-14T05:26:54.713Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-14T05:27:01.225Z||main|||||INFO|500||Started Application in 63.494 seconds (JVM running for 66.425) 2022-03-14T05:27:01.241Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-14T05:27:01.243Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-14T05:27:01.266Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-14T05:27:01.316Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-14T05:27:01.388Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fec70ba0-f5e0-439b-b9eb-50408242b8ba url= /sdc/v1/artifactTypes 2022-03-14T05:27:01.389Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-14T05:27:01.790Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-14T05:27:01.826Z||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-14T05:27:01.854Z||scheduling-1|||||DEBUG|500||create keys 2022-03-14T05:27:01.867Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-14T05:27:01.921Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:27:01.948Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 20a12fb7-90da-44e3-99fd-9d26c7213237 url= /sdc/v1/registerForDistribution 2022-03-14T05:27:02.153Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 20a12fb7-90da-44e3-99fd-9d26c7213237 url= /sdc/v1/registerForDistribution 2022-03-14T05:27:02.154Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-14T05:27:02.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:27:02.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:27:02.179Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-14T05:27:02.183Z||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-14T05:27:02.183Z||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-14T05:27:02.184Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:27:02.184Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:27:12.567Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:27:12.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:28:02.168Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:28:02.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:28:02.174Z||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-14T05:28:02.174Z||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-14T05:28:02.175Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:28:02.174Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:28:11.750Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:28:11.750Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:29:02.166Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:29:02.168Z||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-14T05:29:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:29:02.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:29:02.174Z||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-14T05:29:02.176Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:29:11.729Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:29:11.729Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:30:02.166Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:30:02.168Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T05:30:02.168Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:30:02.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:30:02.172Z||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-14T05:30:02.173Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:30:11.729Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:30:11.730Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:31:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:31:02.167Z||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-14T05:31:02.167Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:31:02.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:31:02.171Z||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-14T05:31:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:31:11.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:31:11.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:32:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:32:02.168Z||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-14T05:32:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:32:02.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:32:02.170Z||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-14T05:32:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:32:11.722Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:32:11.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:33:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:33:02.167Z||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-14T05:33:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:33:02.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:33:02.171Z||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-14T05:33:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:33:11.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:33:11.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:34:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:34:02.167Z||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-14T05:34:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:34:02.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:34:02.173Z||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-14T05:34:02.173Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:34:11.719Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:34:11.719Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:35:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:35:02.168Z||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-14T05:35:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:35:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:35:02.171Z||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-14T05:35:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:35:11.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:35:11.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:35:57.180Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-14T05:36:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:36:02.167Z||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-14T05:36:02.167Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:36:02.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:36:02.171Z||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-14T05:36:02.172Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:36:11.720Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:36:11.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:37:02.166Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:37:02.168Z||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-14T05:37:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:37:02.170Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:37:02.171Z||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-14T05:37:02.172Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:37:11.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:37:11.719Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:38:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:38:02.169Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T05:38:02.169Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:38:02.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:38:02.174Z||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-14T05:38:02.175Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:38:11.731Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:38:11.738Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:39:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:39:02.167Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T05:39:02.168Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:39:02.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:39:02.171Z||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-14T05:39:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:39:11.717Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:39:11.717Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:40:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:40:02.167Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T05:40:02.168Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:40:02.170Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:40:02.170Z||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-14T05:40:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:40:11.718Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:40:11.719Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:41:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:41:02.167Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T05:41:02.167Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:41:02.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:41:02.171Z||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-14T05:41:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:41:11.730Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:41:11.730Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:42:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:42:02.167Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T05:42:02.167Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:42:02.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:42:02.171Z||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-14T05:42:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:42:11.722Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:42:11.722Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:43:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:43:02.167Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T05:43:02.167Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:43:02.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:43:02.170Z||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-14T05:43:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:43:11.723Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:43:11.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:44:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:44:02.167Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T05:44:02.168Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:44:02.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:44:02.170Z||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-14T05:44:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:44:11.718Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:44:11.718Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:45:02.166Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:45:02.167Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T05:45:02.168Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:45:02.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:45:02.170Z||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-14T05:45:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:45:11.722Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:45:11.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:46:02.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:46:02.168Z||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-14T05:46:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:46:02.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:46:02.170Z||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-14T05:46:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:46:11.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:46:11.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:47:02.167Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:47:02.169Z||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-14T05:47:02.169Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:47:02.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:47:02.173Z||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-14T05:47:02.173Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:47:11.726Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:47:11.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:48:02.166Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:48:02.167Z||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-14T05:48:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:48:02.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:48:02.170Z||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-14T05:48:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:48:11.720Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:48:11.732Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:49:02.166Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:49:02.167Z||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-14T05:49:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:49:02.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:49:02.170Z||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-14T05:49:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:49:11.715Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:49:11.718Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:50:02.166Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:50:02.168Z||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-14T05:50:02.169Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:50:02.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:50:02.171Z||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-14T05:50:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:50:11.718Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:50:11.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:51:02.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:51:02.168Z||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-14T05:51:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:51:02.171Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:51:02.172Z||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-14T05:51:02.172Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:51:11.717Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:51:11.717Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:52:02.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:52:02.167Z||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-14T05:52:02.167Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:52:02.171Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:52:02.172Z||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-14T05:52:02.173Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:52:11.711Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:52:11.711Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:53:02.166Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:53:02.168Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T05:53:02.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:53:02.170Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:53:02.172Z||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-14T05:53:02.173Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:53:11.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:53:11.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:54:02.166Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:54:02.167Z||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-14T05:54:02.167Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:54:02.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:54:02.172Z||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-14T05:54:02.173Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:54:11.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:54:11.744Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:55:02.166Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:55:02.168Z||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-14T05:55:02.169Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:55:02.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:55:02.170Z||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-14T05:55:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:55:11.721Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:55:11.721Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:56:02.167Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:56:02.170Z||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-14T05:56:02.170Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:56:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:56:02.171Z||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-14T05:56:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:56:11.730Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:56:11.730Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:02.166Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:57:02.168Z||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-14T05:57:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:57:02.171Z||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-14T05:57:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:02.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:02.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T05:57:02.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "cds", "timestamp": 1647237416537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T05:57:02.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:02.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T05:57:02.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"2a560288-a7d3-43e5-bb22-3c512aed0680","serviceName":"basic_onboard_AMZPLy","serviceVersion":"1.0","serviceUUID":"62e7353a-c607-4e78-bf43-6bf3b08a3d86","serviceDescription":"service","serviceInvariantUUID":"974f7040-af29-4686-ad0b-c82c75cfec57","resources":[{"resourceInstanceName":"basic_onboard_AMZPLy 0","resourceName":"basic_onboard_AMZPLy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b81b486f-2cd1-43f1-83dc-d9dfbb300ea5","resourceInvariantUUID":"686196da-7fd6-470f-bc52-5e38ec520d66","resourceCustomizationUUID":"868c6b2e-6150-4b3f-b613-6b9b6e135b99","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml","artifactChecksum":"ODFhOTZiNzM4YWFmMDZhNjJkMTRiNDJmYjRjMzhiYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c443f14f-9e12-49fe-a082-c156a13c5453","artifactVersion":"1"},{"artifactName":"basic_onboard_amzply0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json","artifactChecksum":"NTZlODQ4ZDUyMzFhMGQ1YTZiNzhhMTA3ZjU5YzAzYzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e418dad-b659-4dc8-ac13-33c2769a4963","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3482cedf-4e4b-4c90-9a6a-7317e660b83b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a0aaadcf-d8a9-4bca-8a56-113b3270c0e6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"84c1ae6f-d254-446f-8502-9f363afa2633","artifactVersion":"2","generatedFromUUID":"3482cedf-4e4b-4c90-9a6a-7317e660b83b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAmzply-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml","artifactChecksum":"ZWM1YjQ0ZjJiYjA4ZGMyMjBhMmE0MzNlMDJlY2EzYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7dc1b706-ff1e-4aef-a8a5-5c6064550d72","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAmzply-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar","artifactChecksum":"ZDNhNTFhMTRjYTE3ZjQ4YzY4MjM0OGU1NTFiODllNmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9621fe59-551a-4d6f-bb1a-b17339b1031a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T05:57:02.814Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T05:57:02.822Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:02.837Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:02.838Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237422166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T05:57:02.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T05:57:02.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T05:57:02.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "policy-id", "timestamp": 1647237413054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T05:57:02.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T05:57:02.938Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-03-14T05:57:02.943Z||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-14T05:57:02.944Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:02.963Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:02.964Z||pool-3-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-14T05:57:03.846Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T05:57:03.847Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:03.849Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:03.850Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237422166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "NOTIFIED" } 2022-03-14T05:57:03.950Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T05:57:03.951Z||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-14T05:57:03.952Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:03.963Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:03.964Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T05:57:04.850Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T05:57:04.852Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:04.855Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:04.855Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237422166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T05:57:04.955Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T05:57:04.956Z||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-14T05:57:04.956Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:04.968Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:04.969Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T05:57:05.856Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T05:57:05.857Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:05.860Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:05.861Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237422166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T05:57:05.961Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T05:57:05.962Z||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-14T05:57:05.963Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:05.980Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:05.981Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-14T05:57:06.862Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T05:57:06.863Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:06.865Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:06.866Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237422166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-14T05:57:06.966Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T05:57:06.969Z||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-14T05:57:06.969Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:06.982Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:06.983Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T05:57:07.866Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T05:57:07.867Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:07.870Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:07.870Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237422166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T05:57:07.971Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T05:57:07.972Z||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-14T05:57:07.972Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:07.986Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:07.987Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T05:57:08.871Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T05:57:08.872Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:08.874Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:08.874Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237422166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "NOTIFIED" } 2022-03-14T05:57:08.975Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T05:57:08.976Z||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-14T05:57:08.976Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:08.988Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:08.989Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T05:57:09.877Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "serviceName": "basic_onboard_AMZPLy", "serviceVersion": "1.0", "serviceUUID": "62e7353a-c607-4e78-bf43-6bf3b08a3d86", "serviceDescription": "service", "serviceInvariantUUID": "974f7040-af29-4686-ad0b-c82c75cfec57", "resources": [ { "resourceInstanceName": "basic_onboard_AMZPLy 0", "resourceCustomizationUUID": "868c6b2e-6150-4b3f-b613-6b9b6e135b99", "resourceName": "basic_onboard_AMZPLy", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b81b486f-2cd1-43f1-83dc-d9dfbb300ea5", "resourceInvariantUUID": "686196da-7fd6-470f-bc52-5e38ec520d66", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_amzply0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "artifactChecksum": "NTZlODQ4ZDUyMzFhMGQ1YTZiNzhhMTA3ZjU5YzAzYzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9e418dad-b659-4dc8-ac13-33c2769a4963", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3482cedf-4e4b-4c90-9a6a-7317e660b83b", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "84c1ae6f-d254-446f-8502-9f363afa2633", "generatedFromUUID": "3482cedf-4e4b-4c90-9a6a-7317e660b83b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "84c1ae6f-d254-446f-8502-9f363afa2633", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardAmzply-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "artifactChecksum": "ZDNhNTFhMTRjYTE3ZjQ4YzY4MjM0OGU1NTFiODllNmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9621fe59-551a-4d6f-bb1a-b17339b1031a" } ], "workloadContext": "Production" } 2022-03-14T05:57:09.878Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T05:57:09.879Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 62e7353a-c607-4e78-bf43-6bf3b08a3d86 ASDC 2022-03-14T05:57:10.059Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:2a560288-a7d3-43e5-bb22-3c512aed0680 ServiceName:basic_onboard_AMZPLy ServiceVersion:1.0 ServiceUUID:62e7353a-c607-4e78-bf43-6bf3b08a3d86 ServiceInvariantUUID:974f7040-af29-4686-ad0b-c82c75cfec57 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardAmzply-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar ArtifactUUID:9621fe59-551a-4d6f-bb1a-b17339b1031a ArtifactChecksum:ZDNhNTFhMTRjYTE3ZjQ4YzY4MjM0OGU1NTFiODllNmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_AMZPLy 0 ResourceCustomizationUUID:868c6b2e-6150-4b3f-b613-6b9b6e135b99 ResourceInvariantUUID:686196da-7fd6-470f-bc52-5e38ec520d66 ResourceName:basic_onboard_AMZPLy ResourceType:VF ResourceUUID:b81b486f-2cd1-43f1-83dc-d9dfbb300ea5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_amzply0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json ArtifactUUID:9e418dad-b659-4dc8-ac13-33c2769a4963 ArtifactChecksum:NTZlODQ4ZDUyMzFhMGQ1YTZiNzhhMTA3ZjU5YzAzYzE= 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/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml ArtifactUUID:3482cedf-4e4b-4c90-9a6a-7317e660b83b 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/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env ArtifactUUID:84c1ae6f-d254-446f-8502-9f363afa2633 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/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env ArtifactUUID:84c1ae6f-d254-446f-8502-9f363afa2633 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T05:57:10.060Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 62e7353a-c607-4e78-bf43-6bf3b08a3d86 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-14T05:57:10.373Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T05:57:10.374Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T05:57:10.376Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T05:57:10.376Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9621fe59-551a-4d6f-bb1a-b17339b1031a from URL: /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:10.376Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T05:57:10.378Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:10.731Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T05:57:10.747Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar 9621fe59-551a-4d6f-bb1a-b17339b1031a 71589 2022-03-14T05:57:10.749Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar ASDC sendASDCNotification 2022-03-14T05:57:10.749Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:10.751Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T05:57:10.752Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:10.755Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:10.756Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237430747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T05:57:10.856Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T05:57:10.858Z||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-14T05:57:10.858Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:10.871Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:10.872Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-14T05:57:11.757Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T05:57:11.758Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T05:57:11.759Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9621fe59-551a-4d6f-bb1a-b17339b1031a, URL: /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar to file: /app/ASDC/1/service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:11.760Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:11.887Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:11.887Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:12.552Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11742506958437278130/Definitions/service-BasicOnboardAmzply-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-14T05:57:14.743Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T05:57:14.750Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-14T05:57:14.751Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:14.751Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-14T05:57:14.751Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||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-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:14.752Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AMZPLy 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-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:14.752Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:14.752Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||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-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:14.752Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:14.752Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:14.753Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:14.753Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:14.753Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:14.753Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-14T05:57:14.761Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:14.763Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:14.769Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria 2022-03-14T05:57:14.770Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-14T05:57:14.771Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T05:57:14.773Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:14.774Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:14.774Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria 2022-03-14T05:57:14.774Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-14T05:57:14.775Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T05:57:14.775Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:14.776Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:14.780Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:14.780Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is not matching search criteria 2022-03-14T05:57:14.781Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-14T05:57:14.781Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-14T05:57:14.782Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-14T05:57:14.782Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-14T05:57:14.782Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-14T05:57:14.783Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:14.783Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T05:57:14.785Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:14.786Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria 2022-03-14T05:57:14.786Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T05:57:14.787Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:14.787Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria 2022-03-14T05:57:14.787Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T05:57:14.788Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:14.788Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria 2022-03-14T05:57:14.789Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T05:57:14.789Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:14.789Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is not matching search criteria 2022-03-14T05:57:14.790Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-14T05:57:14.790Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-14T05:57:14.790Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bd8fa474-b8fb-42f3-b7cc-cb212eb55045 2022-03-14T05:57:14.791Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:14.791Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:14.791Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:14.792Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:14.792Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:14.792Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:14.793Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:14.793Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:14.793Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_AMZPLy Description:service Model UUID:62e7353a-c607-4e78-bf43-6bf3b08a3d86 Model Version:NULL Model InvariantUuid:974f7040-af29-4686-ad0b-c82c75cfec57 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_AMZPLy Model UUID:b6d3d43d-4974-4214-9109-10a6c1c4b3c9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:686196da-7fd6-470f-bc52-5e38ec520d66 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:868c6b2e-6150-4b3f-b613-6b9b6e135b99 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ddacf1f7-f55f-46f8-994f-bd474d35ae40 ModelName:BasicOnboardAmzply..base_ubuntu18..module-0 ModelUuid:d2c7e835-bde9-41bd-98cf-ca7c939a555c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bd8fa474-b8fb-42f3-b7cc-cb212eb55045 ModelInvariantUuid:2f80bedd-dc53-4807-a763-0805b24c0239 ModelName:basic_onboard_AMZPLy-nodes.ubuntu18Cvfc ModelUuid:d37c336f-bf6c-43f1-905f-782246e24462 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b845f962-cce8-41bf-9431-aaf80faf7cda ModelInvariantUuid:65db9438-8239-48f3-bb9d-1e6a4a5dca93 ModelName:BasicOnboardAmzply.compute.nodes.heat.ubuntu18 ModelUuid:462bb927-8c88-4f77-bc41-5a205a493ef4 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-14T05:57:14.822Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: b81b486f-2cd1-43f1-83dc-d9dfbb300ea5 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-14T05:57:14.960Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||basic_onboard_AMZPLy 0 2022-03-14T05:57:14.974Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b81b486f-2cd1-43f1-83dc-d9dfbb300ea5 2022-03-14T05:57:14.975Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9e418dad-b659-4dc8-ac13-33c2769a4963 from URL: /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json 2022-03-14T05:57:14.975Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T05:57:14.976Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json 2022-03-14T05:57:15.148Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T05:57:15.149Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json 9e418dad-b659-4dc8-ac13-33c2769a4963 798 2022-03-14T05:57:15.150Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json ASDC sendASDCNotification 2022-03-14T05:57:15.150Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json 2022-03-14T05:57:15.150Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T05:57:15.151Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:15.154Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:15.154Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237435150, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T05:57:15.254Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T05:57:15.256Z||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-14T05:57:15.256Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:15.270Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:15.271Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T05:57:16.156Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAmzply..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ddacf1f7-f55f-46f8-994f-bd474d35ae40", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d2c7e835-bde9-41bd-98cf-ca7c939a555c", "vfModuleModelCustomizationUUID": "7ed8936a-d031-4276-8a28-ee17b96f7572", "isBase": true, "artifacts": [ "3482cedf-4e4b-4c90-9a6a-7317e660b83b", "84c1ae6f-d254-446f-8502-9f363afa2633" ], "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-14T05:57:16.180Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAmzply..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d2c7e835-bde9-41bd-98cf-ca7c939a555c VfModuleModelInvariantUUID:ddacf1f7-f55f-46f8-994f-bd474d35ae40 VfModuleModelDescription:NULL Artifacts UUID List:{ 3482cedf-4e4b-4c90-9a6a-7317e660b83b , 84c1ae6f-d254-446f-8502-9f363afa2633 } 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-14T05:57:16.184Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAmzply..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ddacf1f7-f55f-46f8-994f-bd474d35ae40", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d2c7e835-bde9-41bd-98cf-ca7c939a555c", "vfModuleModelCustomizationUUID": "7ed8936a-d031-4276-8a28-ee17b96f7572", "isBase": true, "artifacts": [ "3482cedf-4e4b-4c90-9a6a-7317e660b83b", "84c1ae6f-d254-446f-8502-9f363afa2633" ], "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-14T05:57:16.184Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAmzply..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d2c7e835-bde9-41bd-98cf-ca7c939a555c VfModuleModelInvariantUUID:ddacf1f7-f55f-46f8-994f-bd474d35ae40 VfModuleModelDescription:NULL Artifacts UUID List:{ 3482cedf-4e4b-4c90-9a6a-7317e660b83b , 84c1ae6f-d254-446f-8502-9f363afa2633 } 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-14T05:57:16.184Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3482cedf-4e4b-4c90-9a6a-7317e660b83b from URL: /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml 2022-03-14T05:57:16.185Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T05:57:16.185Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml 2022-03-14T05:57:16.263Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T05:57:16.264Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml 3482cedf-4e4b-4c90-9a6a-7317e660b83b 5033 2022-03-14T05:57:16.265Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-14T05:57:16.265Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml 2022-03-14T05:57:16.265Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T05:57:16.266Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:16.269Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:16.269Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237436264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T05:57:16.369Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T05:57:16.370Z||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-14T05:57:16.370Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:16.384Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:16.385Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-14T05:57:17.271Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 84c1ae6f-d254-446f-8502-9f363afa2633 from URL: /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env 2022-03-14T05:57:17.271Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T05:57:17.271Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env 2022-03-14T05:57:17.346Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T05:57:17.347Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env 84c1ae6f-d254-446f-8502-9f363afa2633 909 2022-03-14T05:57:17.348Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-14T05:57:17.348Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env 2022-03-14T05:57:17.348Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T05:57:17.348Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:17.352Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:17.352Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237437347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-14T05:57:17.452Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T05:57:17.454Z||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-14T05:57:17.454Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:17.466Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:17.467Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T05:57:18.353Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 62e7353a-c607-4e78-bf43-6bf3b08a3d86 2022-03-14T05:57:18.354Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AMZPLy 0 b81b486f-2cd1-43f1-83dc-d9dfbb300ea5 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-14T05:57:18.397Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33b79de8, org.onap.sdc.toscaparser.api.parameters.Input@5629e0bc, org.onap.sdc.toscaparser.api.parameters.Input@305dd438, org.onap.sdc.toscaparser.api.parameters.Input@5cc6b6a9, org.onap.sdc.toscaparser.api.parameters.Input@53112804] 2022-03-14T05:57:18.401Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:18.401Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:18.402Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-14T05:57:18.402Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 868c6b2e-6150-4b3f-b613-6b9b6e135b99 2022-03-14T05:57:18.402Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 868c6b2e-6150-4b3f-b613-6b9b6e135b99 matches Tosca VF Customization UUID: 868c6b2e-6150-4b3f-b613-6b9b6e135b99 2022-03-14T05:57:18.403Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 868c6b2e-6150-4b3f-b613-6b9b6e135b99 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-14T05:57:18.411Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:18.411Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:18.413Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 868c6b2e-6150-4b3f-b613-6b9b6e135b99: {\"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-14T05:57:18.413Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ea2e1eb 2022-03-14T05:57:18.413Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:18.414Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T05:57:18.414Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ed8936a-d031-4276-8a28-ee17b96f7572 2022-03-14T05:57:18.415Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ed8936a-d031-4276-8a28-ee17b96f7572 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-14T05:57:18.425Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:18.425Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria 2022-03-14T05:57:18.426Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T05:57:18.427Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:18.427Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria 2022-03-14T05:57:18.427Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T05:57:18.428Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:18.428Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is not matching search criteria 2022-03-14T05:57:18.428Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-14T05:57:18.428Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-14T05:57:18.428Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=bd8fa474-b8fb-42f3-b7cc-cb212eb55045 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-14T05:57:18.437Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:18.438Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria 2022-03-14T05:57:18.438Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T05:57:18.438Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:18.439Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_AMZPLy 0 is matching search criteria 2022-03-14T05:57:18.439Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_AMZPLy 0] matching following query criteria: sdcType=VF, customizationUUID=868c6b2e-6150-4b3f-b613-6b9b6e135b99 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-14T05:57:18.442Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:18.442Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:18.443Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 62e7353a-c607-4e78-bf43-6bf3b08a3d86: basic_onboard_AMZPLy 2022-03-14T05:57:18.444Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:18.444Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:18.444Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:18.444Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:18.445Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:18.445Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:18.445Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:18.446Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:18.446Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T05:57:18.446Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_AMZPLy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T05:57:18.447Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_AMZPLy 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-14T05:57:18.686Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AMZPLy b81b486f-2cd1-43f1-83dc-d9dfbb300ea5 1 ASDC deployResourceStructure 2022-03-14T05:57:18.687Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json ASDC sendASDCNotification 2022-03-14T05:57:18.687Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json 2022-03-14T05:57:18.687Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T05:57:18.687Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:18.689Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:18.690Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237438687, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T05:57:18.790Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T05:57:18.791Z||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-14T05:57:18.791Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:18.803Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:18.804Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T05:57:19.691Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-14T05:57:19.691Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml 2022-03-14T05:57:19.691Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T05:57:19.692Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:19.694Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:19.695Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237439691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-14T05:57:19.795Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T05:57:19.796Z||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-14T05:57:19.796Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:19.807Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:19.807Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-14T05:57:20.696Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-14T05:57:20.696Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env 2022-03-14T05:57:20.697Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T05:57:20.697Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:20.699Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:20.700Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237440696, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-14T05:57:20.800Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T05:57:20.801Z||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-14T05:57:20.801Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:20.811Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:20.812Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T05:57:21.700Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar ASDC sendASDCNotification 2022-03-14T05:57:21.701Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar 2022-03-14T05:57:21.701Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T05:57:21.701Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T05:57:21.703Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T05:57:21.704Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237441700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T05:57:21.804Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T05:57:21.805Z||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-14T05:57:21.805Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:57:21.821Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:57:21.822Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-14T05:57:22.705Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T05:57:22.732Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T05:57:22.734Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T05:57:22.734Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T05:57:22.734Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T05:57:52.735Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T05:57:52.749Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T05:57:52.756Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T05:57:52.756Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T05:57:52.756Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T05:58:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:58:02.171Z||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-14T05:58:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:58:02.202Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:58:02.203Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T05:58:02.203Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "cds", "timestamp": 1647237416537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T05:58:02.203Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T05:58:22.757Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T05:58:22.777Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T05:58:22.779Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T05:58:22.779Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T05:58:22.779Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T05:58:52.780Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T05:58:52.792Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T05:58:52.794Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T05:58:52.795Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T05:58:52.795Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T05:59:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:59:02.171Z||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-14T05:59:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T05:59:02.197Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:59:02.198Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T05:59:02.198Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "policy-id", "timestamp": 1647237413054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T05:59:02.199Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T05:59:22.795Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T05:59:22.807Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T05:59:22.811Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T05:59:22.811Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T05:59:22.811Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T05:59:52.812Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T05:59:52.824Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T05:59:52.829Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T05:59:52.829Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T05:59:52.830Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T06:00:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:00:02.171Z||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-14T06:00:02.172Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:00:02.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:00:02.217Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.218Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237422166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.219Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.219Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.219Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "cds", "timestamp": 1647237416537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "policy-id", "timestamp": 1647237413054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T06:00:02.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237422166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "NOTIFIED" } 2022-03-14T06:00:02.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "cds", "timestamp": 1647237416537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "policy-id", "timestamp": 1647237413054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.224Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237422166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T06:00:02.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "cds", "timestamp": 1647237416537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "policy-id", "timestamp": 1647237413054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237422166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "cds", "timestamp": 1647237416537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "policy-id", "timestamp": 1647237413054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237422166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-14T06:00:02.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "multicloud-k8s-id", "timestamp": 1647237426422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "ves-openapi-manager", "timestamp": 1647237426543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "cds", "timestamp": 1647237416537, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:00:02.232Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.232Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.232Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "policy-id", "timestamp": 1647237413054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:00:02.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.233Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237422166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.233Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "multicloud-k8s-id", "timestamp": 1647237426422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "NOTIFIED" } 2022-03-14T06:00:02.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "ves-openapi-manager", "timestamp": 1647237426543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237422166, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:00:02.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "multicloud-k8s-id", "timestamp": 1647237426422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T06:00:02.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "ves-openapi-manager", "timestamp": 1647237426543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.236Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.236Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.236Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "cds", "timestamp": 1647237429070, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:00:02.236Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "policy-id", "timestamp": 1647237429060, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:00:02.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "multicloud-k8s-id", "timestamp": 1647237426422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.237Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "ves-openapi-manager", "timestamp": 1647237426543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "cds", "timestamp": 1647237430094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-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-14T06:00:02.248Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2a560288-a7d3-43e5-bb22-3c512aed0680 2022-03-14T06:00:02.249Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T06:00:02.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "policy-id", "timestamp": 1647237430073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:00:02.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237430747, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:00:02.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "multicloud-k8s-id", "timestamp": 1647237426422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-14T06:00:02.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "ves-openapi-manager", "timestamp": 1647237426543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "policy-id", "timestamp": 1647237431079, "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-14T06:00:02.271Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a560288-a7d3-43e5-bb22-3c512aed0680 2022-03-14T06:00:02.272Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T06:00:02.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "multicloud-k8s-id", "timestamp": 1647237426422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.284Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "ves-openapi-manager", "timestamp": 1647237426543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.286Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "multicloud-k8s-id", "timestamp": 1647237426422, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:00:02.286Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.286Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "ves-openapi-manager", "timestamp": 1647237426543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "clamp", "timestamp": 1647237433459, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "multicloud-k8s-id", "timestamp": 1647237434329, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T06:00:02.288Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237435150, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T06:00:02.289Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "clamp", "timestamp": 1647237433459, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "NOTIFIED" } 2022-03-14T06:00:02.290Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.290Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.290Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "multicloud-k8s-id", "timestamp": 1647237435501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T06:00:02.291Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "clamp", "timestamp": 1647237433459, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.291Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.291Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.291Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237436264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T06:00:02.292Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "multicloud-k8s-id", "timestamp": 1647237436557, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-14T06:00:02.292Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.292Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.292Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "clamp", "timestamp": 1647237433459, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.293Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.293Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237437347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-14T06:00:02.293Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.293Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.294Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "multicloud-k8s-id", "timestamp": 1647237437627, "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-14T06:00:02.299Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a560288-a7d3-43e5-bb22-3c512aed0680 2022-03-14T06:00:02.299Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T06:00:02.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.311Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "clamp", "timestamp": 1647237433459, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.311Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "multicloud-k8s-id", "timestamp": 1647237438633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T06:00:02.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237438687, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T06:00:02.312Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "clamp", "timestamp": 1647237433459, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237439691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-14T06:00:02.313Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237439201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "clamp", "timestamp": 1647237433459, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:00:02.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237440696, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-14T06:00:02.315Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237439201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "aai-ml", "timestamp": 1647237440022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237441700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:00:02.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237439201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "aai-ml", "timestamp": 1647237440022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/basic_onboard_amzply0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237439201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "aai-ml", "timestamp": 1647237440022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237439201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "aai-ml", "timestamp": 1647237440022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.319Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.319Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.319Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237439201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "aai-ml", "timestamp": 1647237440022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/resourceInstances/basic_onboard_amzply0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.320Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.320Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.320Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237439201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:00:02.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "aai-ml", "timestamp": 1647237440022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:00:02.321Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "clamp", "timestamp": 1647237446075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:00:02.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "aai-ml", "timestamp": 1647237440022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:00:02.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:00:02.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237447531, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:00:02.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "clamp", "timestamp": 1647237448085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:00:02.323Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "aai-ml", "timestamp": 1647237448415, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:00:02.324Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "clamp", "timestamp": 1647237449090, "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-14T06:00:02.331Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2a560288-a7d3-43e5-bb22-3c512aed0680 2022-03-14T06:00:02.331Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T06:00:02.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237451615, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:00:02.340Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237452620, "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-14T06:00:02.345Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a560288-a7d3-43e5-bb22-3c512aed0680 2022-03-14T06:00:02.345Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T06:00:02.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "aai-ml", "timestamp": 1647237463649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAmzply/1.0/artifacts/service-BasicOnboardAmzply-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:00:02.354Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:00:02.354Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:00:02.354Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "aai-ml", "timestamp": 1647237464656, "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-14T06:00:02.359Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a560288-a7d3-43e5-bb22-3c512aed0680 2022-03-14T06:00:02.360Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T06:00:22.830Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:00:22.843Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T06:00:22.850Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:00:22.850Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T06:00:22.850Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T06:00:22.850Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T06:00:22.851Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:00:22.851Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:00:22.852Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:00:22.852Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:00:22.852Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:00:22.852Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:00:22.853Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T06:00:22.863Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T06:00:52.864Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 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-14T06:00:52.876Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a560288-a7d3-43e5-bb22-3c512aed0680 and serviceModelVersionId: 62e7353a-c607-4e78-bf43-6bf3b08a3d86 2022-03-14T06:00:52.877Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 974f7040-af29-4686-ad0b-c82c75cfec57 2022-03-14T06:01:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:01:02.171Z||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-14T06:01:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:02.704Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:02.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "clamp", "timestamp": 1647237553459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "cds", "timestamp": 1647237551537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "policy-id", "timestamp": 1647237553054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "clamp", "timestamp": 1647237553459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "NOTIFIED" } 2022-03-14T06:01:02.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "cds", "timestamp": 1647237551537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "policy-id", "timestamp": 1647237553054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237559201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "clamp", "timestamp": 1647237553459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "cds", "timestamp": 1647237551537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "policy-id", "timestamp": 1647237553054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T06:01:02.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237559201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "aai-ml", "timestamp": 1647237560022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "clamp", "timestamp": 1647237553459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "cds", "timestamp": 1647237551537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "policy-id", "timestamp": 1647237553054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237559201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "aai-ml", "timestamp": 1647237560022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "clamp", "timestamp": 1647237553459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "cds", "timestamp": 1647237551537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "policy-id", "timestamp": 1647237553054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237559201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "aai-ml", "timestamp": 1647237560022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "clamp", "timestamp": 1647237553459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "cds", "timestamp": 1647237551537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "policy-id", "timestamp": 1647237553054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237559201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "aai-ml", "timestamp": 1647237560022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "clamp", "timestamp": 1647237553459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:01:02.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "cds", "timestamp": 1647237551537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:01:02.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "policy-id", "timestamp": 1647237553054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:01:02.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237559201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "aai-ml", "timestamp": 1647237560022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "cds", "timestamp": 1647237565293, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:01:02.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:01:02.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "policy-id", "timestamp": 1647237565306, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:01:02.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:01:02.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237559201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:01:02.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "aai-ml", "timestamp": 1647237560022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "cds", "timestamp": 1647237566301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-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-14T06:01:02.774Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 2022-03-14T06:01:02.775Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 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-14T06:01:02.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "policy-id", "timestamp": 1647237566311, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:01:02.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:01:02.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "aai-ml", "timestamp": 1647237560022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:01:02.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "multicloud-k8s-id", "timestamp": 1647237566422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "ves-openapi-manager", "timestamp": 1647237566543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237567321, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:01:02.790Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:01:02.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "policy-id", "timestamp": 1647237567315, "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-14T06:01:02.797Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 2022-03-14T06:01:02.797Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 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-14T06:01:02.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "multicloud-k8s-id", "timestamp": 1647237566422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "NOTIFIED" } 2022-03-14T06:01:02.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "ves-openapi-manager", "timestamp": 1647237566543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "aai-ml", "timestamp": 1647237568135, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:01:02.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:01:02.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "multicloud-k8s-id", "timestamp": 1647237566422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T06:01:02.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "ves-openapi-manager", "timestamp": 1647237566543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "multicloud-k8s-id", "timestamp": 1647237566422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "ves-openapi-manager", "timestamp": 1647237566543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237570714, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:01:02.815Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:01:02.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "clamp", "timestamp": 1647237570548, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:01:02.816Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:01:02.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "multicloud-k8s-id", "timestamp": 1647237566422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T06:01:02.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "ves-openapi-manager", "timestamp": 1647237566543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237571718, "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-14T06:01:02.829Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 2022-03-14T06:01:02.830Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 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-14T06:01:02.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "multicloud-k8s-id", "timestamp": 1647237566422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "ves-openapi-manager", "timestamp": 1647237566543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "clamp", "timestamp": 1647237572093, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:01:02.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:01:02.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "multicloud-k8s-id", "timestamp": 1647237566422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:01:02.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "ves-openapi-manager", "timestamp": 1647237566543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:02.845Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:01:02.845Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "clamp", "timestamp": 1647237573096, "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-14T06:01:02.851Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 2022-03-14T06:01:02.852Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 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-14T06:01:02.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "multicloud-k8s-id", "timestamp": 1647237575101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T06:01:02.864Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:01:02.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "multicloud-k8s-id", "timestamp": 1647237576400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T06:01:02.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:01:02.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "multicloud-k8s-id", "timestamp": 1647237577614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T06:01:02.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:01:02.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "multicloud-k8s-id", "timestamp": 1647237578638, "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-14T06:01:02.872Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 2022-03-14T06:01:02.872Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 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-14T06:01:02.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "multicloud-k8s-id", "timestamp": 1647237579641, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "DEPLOY_OK" } 2022-03-14T06:01:02.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:01:02.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "aai-ml", "timestamp": 1647237582040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:01:02.880Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:01:02.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:01:02.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "aai-ml", "timestamp": 1647237583044, "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-14T06:01:02.886Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 2022-03-14T06:01:02.886Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 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-14T06:01:10.218Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0 2022-03-14T06:01:10.395Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T06:01:10.991Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0|INFO|500||Invoke 2022-03-14T06:01:11.000Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a560288-a7d3-43e5-bb22-3c512aed0680], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3c52838f-8fd7-49af-8f9d-ee55ea412bf0], X-ECOMP-RequestID=[2a560288-a7d3-43e5-bb22-3c512aed0680], X-TransactionId=[], X-ONAP-RequestID=[2a560288-a7d3-43e5-bb22-3c512aed0680], Content-Type=[application/merge-patch+json]} 2022-03-14T06:01:11.133Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T06:01:11.544Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?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/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220314-06:01:11:299-87353], vertex-id=[217168], Content-Length=[0], Date=[Mon, 14 Mar 2022 06:01:11 GMT], Content-Type=[application/json]} 2022-03-14T06:01:11.547Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-14T06:01:11.549Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/974f7040-af29-4686-ad0b-c82c75cfec57/model-vers/model-ver/62e7353a-c607-4e78-bf43-6bf3b08a3d86?depth=0|INFO|500||InvokeReturn 2022-03-14T06:01:11.556Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T06:01:11.557Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T06:01:11.567Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T06:01:11.569Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a560288-a7d3-43e5-bb22-3c512aed0680 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T06:01:11.571Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T06:01:11.572Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:11.575Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:11.575Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237671569, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T06:01:11.675Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:01:11.677Z||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-14T06:01:11.677Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:11.688Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:11.689Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-14T06:01:12.589Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:01:12.591Z|2a560288-a7d3-43e5-bb22-3c512aed0680|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-14T06:01:12.591Z|2a560288-a7d3-43e5-bb22-3c512aed0680|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:16.951Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:16.953Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T06:01:16.953Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6aba6ddd-a8ef-479e-a418-e5c82a33f67e","serviceName":"vFW 2022-03-14 05-56-58","serviceVersion":"1.0","serviceUUID":"fe164d52-c6f7-41f2-97c9-6421fdc018d5","serviceDescription":"catalog service description","serviceInvariantUUID":"1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6","resources":[{"resourceInstanceName":"vFW 68334d9d-3ca0 0","resourceName":"vFW 68334d9d-3ca0","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69ec4989-09a9-49bf-8bc9-85f9c9e4eb89","resourceInvariantUUID":"ab054af7-21bc-4633-a330-f7daf9fb80a9","resourceCustomizationUUID":"2b580785-7088-46e7-a8ec-02e92f0698e0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml","artifactChecksum":"OWIzOGQ4N2VjODRhNGMyZjg3ZmRmNGYzYjE5ZjlkNTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0de19e47-829a-4d65-b41f-c477493460d0","artifactVersion":"1"},{"artifactName":"vfw68334d9d3ca00_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json","artifactChecksum":"ZDQ1ZDFiZGIyYWE1ODg3MDcxZDY1NjRkYjhiZWNhMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e4b9cab5-e6a9-4700-b836-4081ea442143","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5e918d41-48b1-444c-a3b4-ba6130f9fa00","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml","artifactChecksum":"MWUwZjU0NGFhZGZlY2I5YWIyM2ExODQ1NjgxMGZhMzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"24c6e184-5a8e-4ebf-8a91-d844dfbc8132","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"399364b5-7a54-455a-835f-405155516f03","artifactVersion":"3","generatedFromUUID":"5e918d41-48b1-444c-a3b4-ba6130f9fa00"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220314055658-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml","artifactChecksum":"Y2JhYTljODZiOWQ1ZWM1MDgxYjc1NDg3YTdjNTM3OWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca5c6cd8-4165-47ab-9dbf-ddac55ce91d0","artifactVersion":"1"},{"artifactName":"service-Vfw20220314055658-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar","artifactChecksum":"YjNmMDM2MjYyZDEwMmExMDFmNjQ3OTM0NDZmNzM1YWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a7b3f192-c655-46f1-951e-3638ead421c3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T06:01:16.958Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:01:16.959Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:16.961Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:16.961Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237672589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:17.061Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:01:17.062Z||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-14T06:01:17.063Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:17.075Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:17.075Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:01:17.962Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:01:17.963Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:17.968Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:17.968Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237672589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "NOTIFIED" } 2022-03-14T06:01:18.067Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-14T06:01:18.068Z||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-14T06:01:18.069Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:18.081Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:18.082Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:01:18.969Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:01:18.970Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:18.972Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:18.973Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237672589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T06:01:19.073Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:01:19.075Z||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-14T06:01:19.075Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:19.087Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:19.087Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:01:19.973Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:01:19.975Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:19.977Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:19.977Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237672589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:20.078Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:01:20.079Z||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-14T06:01:20.079Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:20.108Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:20.109Z||pool-22-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:01:20.978Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:01:20.980Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:20.982Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:20.982Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237672589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T06:01:21.082Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:01:21.085Z||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-14T06:01:21.085Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:21.100Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:21.101Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:01:21.983Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:01:21.984Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:21.987Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:21.987Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237672589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:01:22.087Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:01:22.089Z||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-14T06:01:22.089Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:22.102Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:22.103Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:01:22.988Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:01:22.989Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:22.992Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:22.993Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237672589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:01:23.092Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:01:23.094Z||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-14T06:01:23.094Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:23.105Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:23.106Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:01:23.995Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "serviceName": "vFW 2022-03-14 05-56-58", "serviceVersion": "1.0", "serviceUUID": "fe164d52-c6f7-41f2-97c9-6421fdc018d5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6", "resources": [ { "resourceInstanceName": "vFW 68334d9d-3ca0 0", "resourceCustomizationUUID": "2b580785-7088-46e7-a8ec-02e92f0698e0", "resourceName": "vFW 68334d9d-3ca0", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "69ec4989-09a9-49bf-8bc9-85f9c9e4eb89", "resourceInvariantUUID": "ab054af7-21bc-4633-a330-f7daf9fb80a9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw68334d9d3ca00_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "artifactChecksum": "ZDQ1ZDFiZGIyYWE1ODg3MDcxZDY1NjRkYjhiZWNhMTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e4b9cab5-e6a9-4700-b836-4081ea442143", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5e918d41-48b1-444c-a3b4-ba6130f9fa00", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "399364b5-7a54-455a-835f-405155516f03", "generatedFromUUID": "5e918d41-48b1-444c-a3b4-ba6130f9fa00" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "399364b5-7a54-455a-835f-405155516f03", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220314055658-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "artifactChecksum": "YjNmMDM2MjYyZDEwMmExMDFmNjQ3OTM0NDZmNzM1YWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a7b3f192-c655-46f1-951e-3638ead421c3" } ], "workloadContext": "Production" } 2022-03-14T06:01:23.995Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T06:01:23.995Z|2a560288-a7d3-43e5-bb22-3c512aed0680|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fe164d52-c6f7-41f2-97c9-6421fdc018d5 ASDC 2022-03-14T06:01:23.996Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:6aba6ddd-a8ef-479e-a418-e5c82a33f67e ServiceName:vFW 2022-03-14 05-56-58 ServiceVersion:1.0 ServiceUUID:fe164d52-c6f7-41f2-97c9-6421fdc018d5 ServiceInvariantUUID:1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220314055658-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar ArtifactUUID:a7b3f192-c655-46f1-951e-3638ead421c3 ArtifactChecksum:YjNmMDM2MjYyZDEwMmExMDFmNjQ3OTM0NDZmNzM1YWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 68334d9d-3ca0 0 ResourceCustomizationUUID:2b580785-7088-46e7-a8ec-02e92f0698e0 ResourceInvariantUUID:ab054af7-21bc-4633-a330-f7daf9fb80a9 ResourceName:vFW 68334d9d-3ca0 ResourceType:VF ResourceUUID:69ec4989-09a9-49bf-8bc9-85f9c9e4eb89 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw68334d9d3ca00_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json ArtifactUUID:e4b9cab5-e6a9-4700-b836-4081ea442143 ArtifactChecksum:ZDQ1ZDFiZGIyYWE1ODg3MDcxZDY1NjRkYjhiZWNhMTY= 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/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml ArtifactUUID:5e918d41-48b1-444c-a3b4-ba6130f9fa00 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env ArtifactUUID:399364b5-7a54-455a-835f-405155516f03 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env ArtifactUUID:399364b5-7a54-455a-835f-405155516f03 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T06:01:23.996Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fe164d52-c6f7-41f2-97c9-6421fdc018d5 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-14T06:01:24.031Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T06:01:24.032Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T06:01:24.032Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T06:01:24.033Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a7b3f192-c655-46f1-951e-3638ead421c3 from URL: /sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:24.033Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T06:01:24.033Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:24.556Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T06:01:24.565Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar a7b3f192-c655-46f1-951e-3638ead421c3 98954 2022-03-14T06:01:24.566Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar ASDC sendASDCNotification 2022-03-14T06:01:24.567Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:24.567Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:01:24.567Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:24.570Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:24.571Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237684566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:01:24.673Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-14T06:01:24.674Z||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-14T06:01:24.674Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:24.685Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:24.686Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:01:25.571Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T06:01:25.573Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-14T06:01:25.573Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a7b3f192-c655-46f1-951e-3638ead421c3, URL: /sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar to file: /app/ASDC/1/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:25.574Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220314055658-csar.csar 2022-03-14T06:01:25.574Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:25.574Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:25.822Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5344813129916014987/Definitions/service-Vfw20220314055658-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_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 2022-03-14T06:01:28.854Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T06:01:28.855Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-14T06:01:28.855Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:28.855Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-14T06:01:28.856Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||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-Vfw20220314055658-csar.csar 2022-03-14T06:01:28.856Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||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-Vfw20220314055658-csar.csar 2022-03-14T06:01:28.856Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:28.856Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:28.856Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:28.857Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||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-Vfw20220314055658-csar.csar 2022-03-14T06:01:28.857Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:28.857Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||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-Vfw20220314055658-csar.csar 2022-03-14T06:01:28.857Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:28.857Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:28.857Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 68334d9d-3ca0 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-Vfw20220314055658-csar.csar 2022-03-14T06:01:28.858Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:28.858Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:28.858Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-14T06:01:28.858Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.858Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:28.859Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria 2022-03-14T06:01:28.859Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-14T06:01:28.859Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T06:01:28.860Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.860Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:28.860Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria 2022-03-14T06:01:28.860Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-14T06:01:28.860Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T06:01:28.861Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.861Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:28.861Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.862Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is not matching search criteria 2022-03-14T06:01:28.862Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T06:01:28.862Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T06:01:28.862Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:01:28.863Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:28.863Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:01:28.863Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T06:01:28.863Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T06:01:28.863Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T06:01:28.864Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T06:01:28.864Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:01:28.864Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:28.864Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T06:01:28.864Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:28.865Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T06:01:28.865Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:01:28.865Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-14T06:01:28.865Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.866Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T06:01:28.866Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.866Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria 2022-03-14T06:01:28.866Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:01:28.867Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.867Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria 2022-03-14T06:01:28.867Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:01:28.868Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.868Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria 2022-03-14T06:01:28.868Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:01:28.868Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.869Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is not matching search criteria 2022-03-14T06:01:28.869Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T06:01:28.869Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-14T06:01:28.869Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T06:01:28.870Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T06:01:28.870Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T06:01:28.870Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:01:28.870Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:28.870Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T06:01:28.871Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:28.871Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T06:01:28.871Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:01:28.871Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6888df9d-163a-406e-ae82-736ffbe558de 2022-03-14T06:01:28.872Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.872Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is not matching search criteria 2022-03-14T06:01:28.872Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T06:01:28.872Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T06:01:28.872Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:01:28.873Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:28.873Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:01:28.873Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T06:01:28.873Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T06:01:28.873Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-14T06:01:28.874Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T06:01:28.874Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:28.874Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T06:01:28.874Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:01:28.874Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae4c17e5-abe1-4c4a-b659-af5db0152ddc 2022-03-14T06:01:28.875Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.875Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is not matching search criteria 2022-03-14T06:01:28.875Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T06:01:28.875Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T06:01:28.876Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:01:28.876Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:28.876Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:01:28.876Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T06:01:28.876Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T06:01:28.877Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T06:01:28.877Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T06:01:28.877Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:01:28.877Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:28.877Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-14T06:01:28.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1d923827-2d6f-479b-9fbb-b8a2c685ea26 2022-03-14T06:01:28.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:28.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.879Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:28.879Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.879Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:28.879Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:28.880Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:28.880Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-14 05-56-58 Description:catalog service description Model UUID:fe164d52-c6f7-41f2-97c9-6421fdc018d5 Model Version:NULL Model InvariantUuid:1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 68334d9d-3ca0 Model UUID:b9f24511-eedc-48fe-8ff3-aeadb50bc27d Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:ab054af7-21bc-4633-a330-f7daf9fb80a9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2b580785-7088-46e7-a8ec-02e92f0698e0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a9ddb704-d70b-489d-9dc0-1b5591e621d3 ModelName:Vfw68334d9d3ca0..base_vfw..module-0 ModelUuid:8bb68ce3-72e7-4ab6-bd23-5700976d5b3e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6888df9d-163a-406e-ae82-736ffbe558de ModelInvariantUuid:70499f57-e8de-4f5d-8065-b1389b535975 ModelName:vFW 68334d9d-3ca0-nodes.vfwCvfc ModelUuid:152d62ba-3b50-423d-a255-71ce06dae3f6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f1e3c68f-84ae-4c76-8790-0e8ab9f9221c ModelInvariantUuid:4ebd26ab-7e08-49d9-af4e-155752393e6b ModelName:Vfw68334d9d3ca0.compute.nodes.heat.vfw ModelUuid:f6a986da-123c-42e2-800d-d425364aebf3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ae4c17e5-abe1-4c4a-b659-af5db0152ddc ModelInvariantUuid:cf0cbcdd-a396-4767-97a0-75c3354f79b6 ModelName:vFW 68334d9d-3ca0-nodes.vsnCvfc ModelUuid:9e9e5956-0874-4f46-a882-06ce45fa83ef ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:cd32d414-e852-4576-b418-52eb35a86ebc ModelInvariantUuid:fa5994c4-51b4-42b1-8b06-db4ce6926ecc ModelName:Vfw68334d9d3ca0.compute.nodes.heat.vsn ModelUuid:9742f2f0-9b60-497b-971b-700710f3f9da ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1d923827-2d6f-479b-9fbb-b8a2c685ea26 ModelInvariantUuid:4d96e169-2e0d-4b9e-aff1-31e8729bc349 ModelName:vFW 68334d9d-3ca0-nodes.vpgCvfc ModelUuid:4e064784-56b9-47ea-a3fd-ddbb005cbd7e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:26ec3c1e-e3c8-452f-ade9-7a5fc4bfadfe ModelInvariantUuid:6304666f-c12b-410f-b548-2443697f5ccc ModelName:Vfw68334d9d3ca0.compute.nodes.heat.vpg ModelUuid:1cb163cb-a895-437d-851b-85b8c21b042a 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-14T06:01:28.888Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 69ec4989-09a9-49bf-8bc9-85f9c9e4eb89 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-14T06:01:28.891Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||vFW 68334d9d-3ca0 0 2022-03-14T06:01:28.891Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69ec4989-09a9-49bf-8bc9-85f9c9e4eb89 2022-03-14T06:01:28.891Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e4b9cab5-e6a9-4700-b836-4081ea442143 from URL: /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json 2022-03-14T06:01:28.891Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T06:01:28.891Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json 2022-03-14T06:01:29.452Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T06:01:29.453Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json e4b9cab5-e6a9-4700-b836-4081ea442143 785 2022-03-14T06:01:29.453Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json ASDC sendASDCNotification 2022-03-14T06:01:29.453Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json 2022-03-14T06:01:29.454Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:01:29.454Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:29.456Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:29.456Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237689453, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T06:01:29.557Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T06:01:29.559Z||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-14T06:01:29.560Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:29.575Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:29.576Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:01:30.457Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw68334d9d3ca0..base_vfw..module-0", "vfModuleModelInvariantUUID": "a9ddb704-d70b-489d-9dc0-1b5591e621d3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8bb68ce3-72e7-4ab6-bd23-5700976d5b3e", "vfModuleModelCustomizationUUID": "93a5f4af-a123-4172-a74c-afd1f4bfbfd1", "isBase": true, "artifacts": [ "5e918d41-48b1-444c-a3b4-ba6130f9fa00", "399364b5-7a54-455a-835f-405155516f03" ], "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-14T06:01:30.464Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw68334d9d3ca0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8bb68ce3-72e7-4ab6-bd23-5700976d5b3e VfModuleModelInvariantUUID:a9ddb704-d70b-489d-9dc0-1b5591e621d3 VfModuleModelDescription:NULL Artifacts UUID List:{ 5e918d41-48b1-444c-a3b4-ba6130f9fa00 , 399364b5-7a54-455a-835f-405155516f03 } 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-14T06:01:30.469Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw68334d9d3ca0..base_vfw..module-0", "vfModuleModelInvariantUUID": "a9ddb704-d70b-489d-9dc0-1b5591e621d3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8bb68ce3-72e7-4ab6-bd23-5700976d5b3e", "vfModuleModelCustomizationUUID": "93a5f4af-a123-4172-a74c-afd1f4bfbfd1", "isBase": true, "artifacts": [ "5e918d41-48b1-444c-a3b4-ba6130f9fa00", "399364b5-7a54-455a-835f-405155516f03" ], "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-14T06:01:30.469Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw68334d9d3ca0..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8bb68ce3-72e7-4ab6-bd23-5700976d5b3e VfModuleModelInvariantUUID:a9ddb704-d70b-489d-9dc0-1b5591e621d3 VfModuleModelDescription:NULL Artifacts UUID List:{ 5e918d41-48b1-444c-a3b4-ba6130f9fa00 , 399364b5-7a54-455a-835f-405155516f03 } 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-14T06:01:30.469Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5e918d41-48b1-444c-a3b4-ba6130f9fa00 from URL: /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml 2022-03-14T06:01:30.470Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T06:01:30.470Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml 2022-03-14T06:01:30.876Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T06:01:30.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml 5e918d41-48b1-444c-a3b4-ba6130f9fa00 20368 2022-03-14T06:01:30.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-14T06:01:30.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml 2022-03-14T06:01:30.878Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:01:30.879Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:30.881Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:30.881Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237690878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T06:01:30.982Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:01:30.984Z||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-14T06:01:30.985Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:30.997Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:30.997Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:01:31.883Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 399364b5-7a54-455a-835f-405155516f03 from URL: /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env 2022-03-14T06:01:31.883Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-14T06:01:31.883Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env 2022-03-14T06:01:32.274Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-14T06:01:32.275Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env 399364b5-7a54-455a-835f-405155516f03 2098 2022-03-14T06:01:32.275Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-14T06:01:32.275Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env 2022-03-14T06:01:32.275Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:01:32.276Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:32.278Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:32.278Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237692275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T06:01:32.378Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:01:32.380Z||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-14T06:01:32.380Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:32.406Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:32.408Z||pool-29-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:01:33.279Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: fe164d52-c6f7-41f2-97c9-6421fdc018d5 2022-03-14T06:01:33.280Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 68334d9d-3ca0 0 69ec4989-09a9-49bf-8bc9-85f9c9e4eb89 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-14T06:01:33.299Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55aea3b7, org.onap.sdc.toscaparser.api.parameters.Input@1a2856d3, org.onap.sdc.toscaparser.api.parameters.Input@20bc5a04, org.onap.sdc.toscaparser.api.parameters.Input@1f7792d5, org.onap.sdc.toscaparser.api.parameters.Input@3fe42997] 2022-03-14T06:01:33.301Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.301Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:33.301Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-14T06:01:33.301Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 2b580785-7088-46e7-a8ec-02e92f0698e0 2022-03-14T06:01:33.301Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2b580785-7088-46e7-a8ec-02e92f0698e0 matches Tosca VF Customization UUID: 2b580785-7088-46e7-a8ec-02e92f0698e0 2022-03-14T06:01:33.302Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 2b580785-7088-46e7-a8ec-02e92f0698e0 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-14T06:01:33.304Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.304Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:33.305Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 2b580785-7088-46e7-a8ec-02e92f0698e0: {\"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-14T06:01:33.305Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64ebbb2 2022-03-14T06:01:33.306Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.306Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T06:01:33.306Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93a5f4af-a123-4172-a74c-afd1f4bfbfd1 2022-03-14T06:01:33.306Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93a5f4af-a123-4172-a74c-afd1f4bfbfd1 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-14T06:01:33.309Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.309Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria 2022-03-14T06:01:33.309Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:01:33.310Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.310Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria 2022-03-14T06:01:33.310Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:01:33.310Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.311Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is not matching search criteria 2022-03-14T06:01:33.311Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T06:01:33.311Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-14T06:01:33.311Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T06:01:33.311Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T06:01:33.312Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T06:01:33.312Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:01:33.312Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:33.312Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T06:01:33.313Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:33.313Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T06:01:33.313Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:01:33.313Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6888df9d-163a-406e-ae82-736ffbe558de 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-14T06:01:33.316Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.317Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria 2022-03-14T06:01:33.317Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:01:33.318Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.318Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is not matching search criteria 2022-03-14T06:01:33.318Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T06:01:33.318Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T06:01:33.319Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:01:33.319Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:33.319Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:01:33.319Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T06:01:33.319Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T06:01:33.320Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-14T06:01:33.320Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T06:01:33.320Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:33.320Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T06:01:33.320Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:01:33.320Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ae4c17e5-abe1-4c4a-b659-af5db0152ddc 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-14T06:01:33.323Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.323Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria 2022-03-14T06:01:33.324Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:01:33.327Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.327Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is not matching search criteria 2022-03-14T06:01:33.328Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T06:01:33.328Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T06:01:33.328Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:01:33.328Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:33.328Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:01:33.329Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T06:01:33.329Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T06:01:33.329Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T06:01:33.329Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T06:01:33.330Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:01:33.330Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T06:01:33.330Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-14T06:01:33.330Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1d923827-2d6f-479b-9fbb-b8a2c685ea26 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-14T06:01:33.334Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.334Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria 2022-03-14T06:01:33.335Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:01:33.335Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.335Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Node template vFW 68334d9d-3ca0 0 is matching search criteria 2022-03-14T06:01:33.335Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 68334d9d-3ca0 0] matching following query criteria: sdcType=VF, customizationUUID=2b580785-7088-46e7-a8ec-02e92f0698e0 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-14T06:01:33.339Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.339Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:33.339Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid fe164d52-c6f7-41f2-97c9-6421fdc018d5: vFW 68334d9d-3ca0 2022-03-14T06:01:33.340Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.340Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:33.341Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.341Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:33.341Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.341Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:33.342Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.342Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:33.342Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:01:33.342Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-14 05-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:01:33.343Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-14 05-56-58 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-14T06:01:33.551Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 68334d9d-3ca0 69ec4989-09a9-49bf-8bc9-85f9c9e4eb89 1 ASDC deployResourceStructure 2022-03-14T06:01:33.552Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json ASDC sendASDCNotification 2022-03-14T06:01:33.552Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json 2022-03-14T06:01:33.552Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:01:33.552Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:33.554Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:33.554Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237693552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "DEPLOY_OK" } 2022-03-14T06:01:33.655Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T06:01:33.656Z||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-14T06:01:33.657Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:33.675Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:33.676Z||pool-30-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:01:34.556Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-14T06:01:34.556Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml 2022-03-14T06:01:34.557Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:01:34.557Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:34.562Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:34.562Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237694556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-14T06:01:34.662Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:01:34.663Z||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-14T06:01:34.663Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:34.675Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:34.675Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:01:35.564Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-14T06:01:35.564Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env 2022-03-14T06:01:35.564Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:01:35.565Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:35.568Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:35.568Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237695564, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-14T06:01:35.668Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:01:35.670Z||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-14T06:01:35.670Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:35.683Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:35.684Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:01:36.569Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar ASDC sendASDCNotification 2022-03-14T06:01:36.570Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar 2022-03-14T06:01:36.570Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:01:36.570Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:01:36.572Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:01:36.572Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237696569, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:01:36.673Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:01:36.675Z||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-14T06:01:36.675Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:01:36.696Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:01:36.698Z||pool-33-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:01:37.574Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6aba6ddd-a8ef-479e-a418-e5c82a33f67e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:01:37.588Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 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-14T06:01:37.592Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:01:37.593Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:01:37.594Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T06:01:37.599Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T06:02:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:02:02.171Z||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-14T06:02:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:02.433Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:02.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2a560288-a7d3-43e5-bb22-3c512aed0680", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237671569, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T06:02:02.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:02:02.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237672589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237672589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "NOTIFIED" } 2022-03-14T06:02:02.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237672589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T06:02:02.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237672589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237672589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T06:02:02.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237672589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237672589, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:02:02.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237684566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:02:02.444Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:02:02.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237689453, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T06:02:02.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:02:02.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237690878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T06:02:02.445Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:02:02.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237692275, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T06:02:02.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:02:02.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237693552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/vfw68334d9d3ca00_modules.json", "status": "DEPLOY_OK" } 2022-03-14T06:02:02.446Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:02:02.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237694556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-14T06:02:02.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:02:02.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237695564, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/resourceInstances/vfw68334d9d3ca00/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-14T06:02:02.447Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:02:02.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237696569, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055658/1.0/artifacts/service-Vfw20220314055658-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:02:02.448Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:02:02.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.448Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "multicloud-k8s-id", "timestamp": 1647237706422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.448Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.448Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237709201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.449Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "aai-ml", "timestamp": 1647237710022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.449Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.449Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "ves-openapi-manager", "timestamp": 1647237706543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "policy-id", "timestamp": 1647237713054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.450Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.450Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.450Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "multicloud-k8s-id", "timestamp": 1647237706422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "NOTIFIED" } 2022-03-14T06:02:02.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.451Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "ves-openapi-manager", "timestamp": 1647237706543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.451Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.451Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "aai-ml", "timestamp": 1647237710022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237709201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.452Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "policy-id", "timestamp": 1647237713054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "aai-ml", "timestamp": 1647237710022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.453Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "multicloud-k8s-id", "timestamp": 1647237706422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T06:02:02.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "ves-openapi-manager", "timestamp": 1647237706543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237709201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "policy-id", "timestamp": 1647237713054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T06:02:02.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "aai-ml", "timestamp": 1647237710022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "ves-openapi-manager", "timestamp": 1647237706543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "multicloud-k8s-id", "timestamp": 1647237706422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237709201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "policy-id", "timestamp": 1647237713054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.457Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "cds", "timestamp": 1647237716537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "aai-ml", "timestamp": 1647237710022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "multicloud-k8s-id", "timestamp": 1647237706422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T06:02:02.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "ves-openapi-manager", "timestamp": 1647237706543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.459Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237709201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "policy-id", "timestamp": 1647237713054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.460Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "cds", "timestamp": 1647237716537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "ves-openapi-manager", "timestamp": 1647237706543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "aai-ml", "timestamp": 1647237710022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "multicloud-k8s-id", "timestamp": 1647237706422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237709201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "policy-id", "timestamp": 1647237713054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "cds", "timestamp": 1647237716537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.463Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "ves-openapi-manager", "timestamp": 1647237706543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "aai-ml", "timestamp": 1647237710022, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:02:02.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.464Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.464Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "multicloud-k8s-id", "timestamp": 1647237706422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:02:02.464Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237709201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:02:02.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.465Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.465Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "policy-id", "timestamp": 1647237713054, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:02:02.465Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "cds", "timestamp": 1647237716537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.466Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "cds", "timestamp": 1647237716537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:02.467Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T06:02:02.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "multicloud-k8s-id", "timestamp": 1647237721457, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T06:02:02.467Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:02:02.467Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.467Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "aai-ml", "timestamp": 1647237721307, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:02:02.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:02:02.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237721646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:02:02.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:02:02.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T06:02:02.468Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "policy-id", "timestamp": 1647237721375, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:02:02.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:02:07.599Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6aba6ddd-a8ef-479e-a418-e5c82a33f67e 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-14T06:02:07.606Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6aba6ddd-a8ef-479e-a418-e5c82a33f67e and serviceModelVersionId: fe164d52-c6f7-41f2-97c9-6421fdc018d5 2022-03-14T06:02:07.606Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6 2022-03-14T06:02:07.607Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6/model-vers/model-ver/fe164d52-c6f7-41f2-97c9-6421fdc018d5?depth=0 2022-03-14T06:02:07.612Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T06:02:07.665Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6/model-vers/model-ver/fe164d52-c6f7-41f2-97c9-6421fdc018d5?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-14T06:02:07.668Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6/model-vers/model-ver/fe164d52-c6f7-41f2-97c9-6421fdc018d5?depth=0|INFO|500||Invoke 2022-03-14T06:02:07.697Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6/model-vers/model-ver/fe164d52-c6f7-41f2-97c9-6421fdc018d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T06:02:07.929Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6/model-vers/model-ver/fe164d52-c6f7-41f2-97c9-6421fdc018d5?depth=0|INFO|500||InvokeReturn 2022-03-14T06:02:07.930Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bb74768-9a7a-4ad5-a4a6-12e186ae6ae6/model-vers/model-ver/fe164d52-c6f7-41f2-97c9-6421fdc018d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220314-06:02:07:862-99081], vertex-id=[512160], Content-Length=[0], Date=[Mon, 14 Mar 2022 06:02:07 GMT], Content-Type=[application/json]} 2022-03-14T06:02:07.930Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-03-14T06:02:07.931Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T06:02:07.931Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T06:02:07.935Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T06:02:07.936Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6aba6ddd-a8ef-479e-a418-e5c82a33f67e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T06:02:07.936Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T06:02:07.936Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:07.939Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:07.939Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237727936, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T06:02:08.039Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:02:08.040Z||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-14T06:02:08.040Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:08.077Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:08.078Z||pool-34-thread-1|||||INFO|500||cambria reply ok (39 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-14T06:02:08.951Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:02:08.952Z||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-14T06:02:08.952Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:09.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:09.581Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:02:09.581Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3a210eb0-a991-4aeb-b492-2d00f425bedf","serviceName":"vFW 2022-03-14 05-59-59","serviceVersion":"1.0","serviceUUID":"f9e768a3-e8dc-430f-b8bb-0a644f42f84c","serviceDescription":"catalog service description","serviceInvariantUUID":"4cd13a0b-2af3-4351-9046-2380e223f0d9","resources":[{"resourceInstanceName":"vFW ed22e140-7333 0","resourceName":"vFW ed22e140-7333","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"36a00a65-9936-4a0e-8320-3c60a2c0325f","resourceInvariantUUID":"7f54763b-274b-46f5-a7ec-50c856328021","resourceCustomizationUUID":"a3f03f91-a33c-44e5-a68b-fd323bd4e782","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml","artifactChecksum":"YzM3MzM5MGRiZWI1Y2IzNDk3NjQ5YzExMzAzMTJmMzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4f37aa65-7eb5-4f77-ab71-3ce9cf105feb","artifactVersion":"1"},{"artifactName":"vfwed22e14073330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json","artifactChecksum":"NDg1YzMxYTVkYjg2MGYyMmQyMDdiZGE2MTgyYTM2ZGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6afe7dcb-b458-4087-9d31-b411504d0e26","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7b532233-31c7-4468-bd6c-5eb31044a9ab","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml","artifactChecksum":"N2U2MzFjOTZlMjIwOTEwNDAyYjBlMzZmOWM5MzM4MDU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb7f4f3f-b89b-4ef8-999d-fbb04c33f7d6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e144effe-5bd7-4264-80f9-8ddf454d7731","artifactVersion":"2","generatedFromUUID":"7b532233-31c7-4468-bd6c-5eb31044a9ab"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220314055959-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml","artifactChecksum":"MjU5ZmVjZjlmYjIyYzNhYTE3YmJkZWUxMDQyMTIwNTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e62a155b-e940-4322-ba85-18095cc30736","artifactVersion":"1"},{"artifactName":"service-Vfw20220314055959-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar","artifactChecksum":"YWMzZDZjNTY3NzJjZjg1ODlhMGZmYTIwMjFlMDBkYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f4cb6727-8bf4-4ce8-b8b7-162aa389f58e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T06:02:09.585Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:02:09.586Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:09.588Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:09.589Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237728951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:09.689Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:02:09.690Z||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-14T06:02:09.691Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:09.712Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:09.713Z||pool-35-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:02:10.589Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:02:10.590Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:10.592Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:10.593Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237728951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "NOTIFIED" } 2022-03-14T06:02:10.693Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:02:10.694Z||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-14T06:02:10.694Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:10.706Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:10.707Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:02:11.593Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:02:11.594Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:11.596Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:11.597Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237728951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T06:02:11.697Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:02:11.698Z||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-14T06:02:11.698Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:11.710Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:11.711Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:02:12.597Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:02:12.598Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:12.601Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:12.601Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237728951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:12.701Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:02:12.702Z||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-14T06:02:12.703Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:12.714Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:12.715Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:02:13.601Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:02:13.602Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:13.605Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:13.605Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237728951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T06:02:13.705Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:02:13.706Z||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-14T06:02:13.707Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:13.718Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:13.719Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:02:14.606Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:02:14.607Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:14.609Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:14.609Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237728951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:02:14.709Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:02:14.711Z||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-14T06:02:14.712Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:14.728Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:14.729Z||pool-40-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:02:15.610Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:02:15.611Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:15.614Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:15.615Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237728951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:02:15.715Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:02:15.716Z||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-14T06:02:15.716Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:15.737Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:15.738Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:02:16.617Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "serviceName": "vFW 2022-03-14 05-59-59", "serviceVersion": "1.0", "serviceUUID": "f9e768a3-e8dc-430f-b8bb-0a644f42f84c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4cd13a0b-2af3-4351-9046-2380e223f0d9", "resources": [ { "resourceInstanceName": "vFW ed22e140-7333 0", "resourceCustomizationUUID": "a3f03f91-a33c-44e5-a68b-fd323bd4e782", "resourceName": "vFW ed22e140-7333", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "36a00a65-9936-4a0e-8320-3c60a2c0325f", "resourceInvariantUUID": "7f54763b-274b-46f5-a7ec-50c856328021", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwed22e14073330_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "artifactChecksum": "NDg1YzMxYTVkYjg2MGYyMmQyMDdiZGE2MTgyYTM2ZGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6afe7dcb-b458-4087-9d31-b411504d0e26", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7b532233-31c7-4468-bd6c-5eb31044a9ab", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e144effe-5bd7-4264-80f9-8ddf454d7731", "generatedFromUUID": "7b532233-31c7-4468-bd6c-5eb31044a9ab" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e144effe-5bd7-4264-80f9-8ddf454d7731", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220314055959-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "artifactChecksum": "YWMzZDZjNTY3NzJjZjg1ODlhMGZmYTIwMjFlMDBkYWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f4cb6727-8bf4-4ce8-b8b7-162aa389f58e" } ], "workloadContext": "Production" } 2022-03-14T06:02:16.617Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T06:02:16.617Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9e768a3-e8dc-430f-b8bb-0a644f42f84c ASDC 2022-03-14T06:02:16.618Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:3a210eb0-a991-4aeb-b492-2d00f425bedf ServiceName:vFW 2022-03-14 05-59-59 ServiceVersion:1.0 ServiceUUID:f9e768a3-e8dc-430f-b8bb-0a644f42f84c ServiceInvariantUUID:4cd13a0b-2af3-4351-9046-2380e223f0d9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220314055959-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar ArtifactUUID:f4cb6727-8bf4-4ce8-b8b7-162aa389f58e ArtifactChecksum:YWMzZDZjNTY3NzJjZjg1ODlhMGZmYTIwMjFlMDBkYWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ed22e140-7333 0 ResourceCustomizationUUID:a3f03f91-a33c-44e5-a68b-fd323bd4e782 ResourceInvariantUUID:7f54763b-274b-46f5-a7ec-50c856328021 ResourceName:vFW ed22e140-7333 ResourceType:VF ResourceUUID:36a00a65-9936-4a0e-8320-3c60a2c0325f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwed22e14073330_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json ArtifactUUID:6afe7dcb-b458-4087-9d31-b411504d0e26 ArtifactChecksum:NDg1YzMxYTVkYjg2MGYyMmQyMDdiZGE2MTgyYTM2ZGY= 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/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml ArtifactUUID:7b532233-31c7-4468-bd6c-5eb31044a9ab 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/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env ArtifactUUID:e144effe-5bd7-4264-80f9-8ddf454d7731 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/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env ArtifactUUID:e144effe-5bd7-4264-80f9-8ddf454d7731 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T06:02:16.618Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9e768a3-e8dc-430f-b8bb-0a644f42f84c 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-14T06:02:16.658Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T06:02:16.659Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-14T06:02:16.660Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-14T06:02:16.660Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f4cb6727-8bf4-4ce8-b8b7-162aa389f58e from URL: /sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar 2022-03-14T06:02:16.660Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-14T06:02:16.660Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar 2022-03-14T06:02:16.805Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-14T06:02:16.810Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar f4cb6727-8bf4-4ce8-b8b7-162aa389f58e 98936 2022-03-14T06:02:16.811Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar ASDC sendASDCNotification 2022-03-14T06:02:16.811Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar 2022-03-14T06:02:16.811Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:02:16.812Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:16.814Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:16.814Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237736810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:02:16.914Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:02:16.915Z||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-14T06:02:16.916Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:16.934Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:16.934Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:02:17.815Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T06:02:17.816Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-03-14T06:02:17.816Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f4cb6727-8bf4-4ce8-b8b7-162aa389f58e, URL: /sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar to file: /app/ASDC/1/service-Vfw20220314055959-csar.csar 2022-03-14T06:02:17.817Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220314055959-csar.csar 2022-03-14T06:02:17.817Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220314055959-csar.csar 2022-03-14T06:02:17.817Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220314055959-csar.csar 2022-03-14T06:02:18.074Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15397297940781476818/Definitions/service-Vfw20220314055959-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-03-14T06:02:20.468Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220314055959-csar.csar 2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||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-Vfw20220314055959-csar.csar 2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||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-Vfw20220314055959-csar.csar 2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-Vfw20220314055959-csar.csar 2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314055959-csar.csar 2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314055959-csar.csar 2022-03-14T06:02:20.469Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||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-Vfw20220314055959-csar.csar 2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-Vfw20220314055959-csar.csar 2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||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-Vfw20220314055959-csar.csar 2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220314055959-csar.csar 2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||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-Vfw20220314055959-csar.csar 2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314055959-csar.csar 2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ed22e140-7333 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-Vfw20220314055959-csar.csar 2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-Vfw20220314055959-csar.csar 2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.470Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:20.471Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria 2022-03-14T06:02:20.471Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-14T06:02:20.471Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T06:02:20.471Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.471Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:20.471Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria 2022-03-14T06:02:20.471Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-03-14T06:02:20.472Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T06:02:20.472Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.472Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:20.472Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.472Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is not matching search criteria 2022-03-14T06:02:20.472Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T06:02:20.473Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.474Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T06:02:20.475Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.475Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria 2022-03-14T06:02:20.475Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:02:20.475Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.475Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria 2022-03-14T06:02:20.475Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria 2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is not matching search criteria 2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-14T06:02:20.476Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T06:02:20.477Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=65a7d289-ae8f-4a1e-a09e-15d64b239641 2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is not matching search criteria 2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:02:20.478Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=13609547-3a7e-44e8-9b18-ed43cbcce1a7 2022-03-14T06:02:20.479Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is not matching search criteria 2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T06:02:20.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T06:02:20.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T06:02:20.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T06:02:20.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:02:20.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:20.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-14T06:02:20.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9071dd4b-3fc8-427b-af23-3d860a738f95 2022-03-14T06:02:20.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:20.482Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-14 05-59-59 Description:catalog service description Model UUID:f9e768a3-e8dc-430f-b8bb-0a644f42f84c Model Version:NULL Model InvariantUuid:4cd13a0b-2af3-4351-9046-2380e223f0d9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ed22e140-7333 Model UUID:ebedd068-0bc0-48e8-9f98-cf957dc53ec7 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:7f54763b-274b-46f5-a7ec-50c856328021 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a3f03f91-a33c-44e5-a68b-fd323bd4e782 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bbeca97f-9dda-49d4-9bab-b119ae7d4477 ModelName:VfwEd22e1407333..base_vfw..module-0 ModelUuid:cd22e2e0-4779-4e08-a21f-cee432777f37 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:65a7d289-ae8f-4a1e-a09e-15d64b239641 ModelInvariantUuid:68d1054b-f19d-4da5-b33f-1d5ba0a5ab65 ModelName:vFW ed22e140-7333-nodes.vfwCvfc ModelUuid:90e1535b-0727-436a-b8cb-e02de0cdb526 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:edfe1a05-ab0a-4dac-9ba9-868b7a5d6cf4 ModelInvariantUuid:eb9ab548-255e-4aca-a5e1-d677588bf630 ModelName:VfwEd22e1407333.compute.nodes.heat.vfw ModelUuid:7e789c82-a962-45a8-a73f-90f4657d0315 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:13609547-3a7e-44e8-9b18-ed43cbcce1a7 ModelInvariantUuid:baf26b76-92ad-48bc-8f59-268d783dad43 ModelName:vFW ed22e140-7333-nodes.vsnCvfc ModelUuid:466f62d2-2d66-487e-89b6-7fb9b1cc4f61 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:3a1264cc-579b-4061-a12b-ede9755453d3 ModelInvariantUuid:ce11844e-3030-40bf-b817-aeeb2e0b6d21 ModelName:VfwEd22e1407333.compute.nodes.heat.vsn ModelUuid:ae1d019e-f7ca-440a-a9a6-ae64c284d615 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:9071dd4b-3fc8-427b-af23-3d860a738f95 ModelInvariantUuid:475a7db4-227d-4941-a616-64f83ce9631d ModelName:vFW ed22e140-7333-nodes.vpgCvfc ModelUuid:73b05279-4871-400f-8144-afb238bb8ba3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:eb775fc0-bb46-4e18-a520-d25980b0749e ModelInvariantUuid:e60e5d95-6f12-47e4-a237-3e86780a410e ModelName:VfwEd22e1407333.compute.nodes.heat.vpg ModelUuid:92f1ce2b-fe75-4d2c-aaf1-15c833405559 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-14T06:02:20.490Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 36a00a65-9936-4a0e-8320-3c60a2c0325f 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-14T06:02:20.494Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||vFW ed22e140-7333 0 2022-03-14T06:02:20.495Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 36a00a65-9936-4a0e-8320-3c60a2c0325f 2022-03-14T06:02:20.495Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6afe7dcb-b458-4087-9d31-b411504d0e26 from URL: /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json 2022-03-14T06:02:20.495Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-14T06:02:20.496Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json 2022-03-14T06:02:20.561Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-14T06:02:20.563Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json 6afe7dcb-b458-4087-9d31-b411504d0e26 785 2022-03-14T06:02:20.563Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json ASDC sendASDCNotification 2022-03-14T06:02:20.563Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json 2022-03-14T06:02:20.563Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:02:20.563Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:20.566Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:20.567Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237740563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T06:02:20.666Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:02:20.667Z||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-14T06:02:20.667Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:20.680Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:20.681Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:02:21.567Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEd22e1407333..base_vfw..module-0", "vfModuleModelInvariantUUID": "bbeca97f-9dda-49d4-9bab-b119ae7d4477", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cd22e2e0-4779-4e08-a21f-cee432777f37", "vfModuleModelCustomizationUUID": "1a6e9e78-1b8f-4121-9780-dc6fc8cc4aec", "isBase": true, "artifacts": [ "7b532233-31c7-4468-bd6c-5eb31044a9ab", "e144effe-5bd7-4264-80f9-8ddf454d7731" ], "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-14T06:02:21.574Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEd22e1407333..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cd22e2e0-4779-4e08-a21f-cee432777f37 VfModuleModelInvariantUUID:bbeca97f-9dda-49d4-9bab-b119ae7d4477 VfModuleModelDescription:NULL Artifacts UUID List:{ 7b532233-31c7-4468-bd6c-5eb31044a9ab , e144effe-5bd7-4264-80f9-8ddf454d7731 } 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-14T06:02:21.579Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEd22e1407333..base_vfw..module-0", "vfModuleModelInvariantUUID": "bbeca97f-9dda-49d4-9bab-b119ae7d4477", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cd22e2e0-4779-4e08-a21f-cee432777f37", "vfModuleModelCustomizationUUID": "1a6e9e78-1b8f-4121-9780-dc6fc8cc4aec", "isBase": true, "artifacts": [ "7b532233-31c7-4468-bd6c-5eb31044a9ab", "e144effe-5bd7-4264-80f9-8ddf454d7731" ], "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-14T06:02:21.579Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEd22e1407333..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cd22e2e0-4779-4e08-a21f-cee432777f37 VfModuleModelInvariantUUID:bbeca97f-9dda-49d4-9bab-b119ae7d4477 VfModuleModelDescription:NULL Artifacts UUID List:{ 7b532233-31c7-4468-bd6c-5eb31044a9ab , e144effe-5bd7-4264-80f9-8ddf454d7731 } 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-14T06:02:21.580Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7b532233-31c7-4468-bd6c-5eb31044a9ab from URL: /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml 2022-03-14T06:02:21.580Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-14T06:02:21.580Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml 2022-03-14T06:02:21.879Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-14T06:02:21.881Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml 7b532233-31c7-4468-bd6c-5eb31044a9ab 20368 2022-03-14T06:02:21.882Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-14T06:02:21.882Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml 2022-03-14T06:02:21.883Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:02:21.883Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:21.886Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:21.886Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237741882, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T06:02:21.986Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:02:21.987Z||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-14T06:02:21.988Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:22.006Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:22.007Z||pool-44-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:02:22.887Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e144effe-5bd7-4264-80f9-8ddf454d7731 from URL: /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env 2022-03-14T06:02:22.889Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-03-14T06:02:22.889Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env 2022-03-14T06:02:23.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-03-14T06:02:23.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env e144effe-5bd7-4264-80f9-8ddf454d7731 2098 2022-03-14T06:02:23.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-14T06:02:23.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env 2022-03-14T06:02:23.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:02:23.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:23.174Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:23.174Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237743171, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T06:02:23.274Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:02:23.275Z||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-14T06:02:23.275Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:23.287Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:23.288Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:02:24.175Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f9e768a3-e8dc-430f-b8bb-0a644f42f84c 2022-03-14T06:02:24.175Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ed22e140-7333 0 36a00a65-9936-4a0e-8320-3c60a2c0325f 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-14T06:02:24.193Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@602baa27, org.onap.sdc.toscaparser.api.parameters.Input@43cd4768, org.onap.sdc.toscaparser.api.parameters.Input@68e1255, org.onap.sdc.toscaparser.api.parameters.Input@6fc54b2e, org.onap.sdc.toscaparser.api.parameters.Input@5202be63] 2022-03-14T06:02:24.195Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.195Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:24.196Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-03-14T06:02:24.196Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= a3f03f91-a33c-44e5-a68b-fd323bd4e782 2022-03-14T06:02:24.196Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a3f03f91-a33c-44e5-a68b-fd323bd4e782 matches Tosca VF Customization UUID: a3f03f91-a33c-44e5-a68b-fd323bd4e782 2022-03-14T06:02:24.196Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: a3f03f91-a33c-44e5-a68b-fd323bd4e782 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-14T06:02:24.200Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.201Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:24.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id a3f03f91-a33c-44e5-a68b-fd323bd4e782: {\"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-14T06:02:24.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@486e5a6b 2022-03-14T06:02:24.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T06:02:24.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1a6e9e78-1b8f-4121-9780-dc6fc8cc4aec 2022-03-14T06:02:24.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1a6e9e78-1b8f-4121-9780-dc6fc8cc4aec 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-14T06:02:24.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria 2022-03-14T06:02:24.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:02:24.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria 2022-03-14T06:02:24.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:02:24.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is not matching search criteria 2022-03-14T06:02:24.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T06:02:24.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-14T06:02:24.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T06:02:24.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T06:02:24.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T06:02:24.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:02:24.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:24.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T06:02:24.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:24.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T06:02:24.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:02:24.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=65a7d289-ae8f-4a1e-a09e-15d64b239641 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-14T06:02:24.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria 2022-03-14T06:02:24.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:02:24.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is not matching search criteria 2022-03-14T06:02:24.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T06:02:24.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T06:02:24.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:24.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:02:24.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:02:24.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T06:02:24.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T06:02:24.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-14T06:02:24.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T06:02:24.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:24.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T06:02:24.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:02:24.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=13609547-3a7e-44e8-9b18-ed43cbcce1a7 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-14T06:02:24.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria 2022-03-14T06:02:24.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:02:24.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is not matching search criteria 2022-03-14T06:02:24.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T06:02:24.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T06:02:24.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:24.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:02:24.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T06:02:24.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T06:02:24.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T06:02:24.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T06:02:24.223Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T06:02:24.223Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T06:02:24.223Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T06:02:24.223Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-14T06:02:24.223Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9071dd4b-3fc8-427b-af23-3d860a738f95 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-14T06:02:24.226Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.226Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria 2022-03-14T06:02:24.226Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:02:24.226Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.227Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Node template vFW ed22e140-7333 0 is matching search criteria 2022-03-14T06:02:24.227Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW ed22e140-7333 0] matching following query criteria: sdcType=VF, customizationUUID=a3f03f91-a33c-44e5-a68b-fd323bd4e782 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-14T06:02:24.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:24.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f9e768a3-e8dc-430f-b8bb-0a644f42f84c: vFW ed22e140-7333 2022-03-14T06:02:24.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:24.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:24.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.231Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:24.231Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.231Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:24.231Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:02:24.231Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-03-14 05-59-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:02:24.232Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-03-14 05-59-59 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-14T06:02:24.413Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ed22e140-7333 36a00a65-9936-4a0e-8320-3c60a2c0325f 1 ASDC deployResourceStructure 2022-03-14T06:02:24.413Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json ASDC sendASDCNotification 2022-03-14T06:02:24.413Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json 2022-03-14T06:02:24.414Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:02:24.414Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:24.416Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:24.416Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237744413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "DEPLOY_OK" } 2022-03-14T06:02:24.517Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T06:02:24.518Z||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-14T06:02:24.518Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:24.533Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:24.534Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:02:25.418Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-14T06:02:25.418Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml 2022-03-14T06:02:25.418Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:02:25.419Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:25.421Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:25.421Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237745417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-14T06:02:25.521Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:02:25.523Z||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-14T06:02:25.523Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:25.535Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:25.535Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:02:26.423Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-14T06:02:26.423Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env 2022-03-14T06:02:26.423Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:02:26.424Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:26.427Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:26.427Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237746422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-14T06:02:26.528Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:02:26.529Z||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-14T06:02:26.529Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:26.544Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:26.545Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:02:27.429Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar ASDC sendASDCNotification 2022-03-14T06:02:27.430Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar 2022-03-14T06:02:27.430Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:02:27.430Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:02:27.432Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:02:27.432Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237747429, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:02:27.533Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:02:27.534Z||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-14T06:02:27.535Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:02:27.549Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:02:27.550Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:02:28.433Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:02:28.445Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf 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-14T06:02:28.449Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:02:28.449Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T06:02:28.449Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T06:02:58.449Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:02:58.460Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf 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-14T06:02:58.463Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:02:58.463Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T06:02:58.464Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T06:03:02.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:03:02.171Z||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-14T06:03:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:03:02.199Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:03:02.200Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:03:02.200Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "cds", "timestamp": 1647237716537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:03:02.201Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:03:28.464Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:03:28.475Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf 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-14T06:03:28.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:03:28.480Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T06:03:28.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T06:03:58.481Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:03:58.492Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf 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-14T06:03:58.495Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:03:58.495Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T06:03:58.495Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T06:04:02.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:04:02.171Z||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-14T06:04:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:04:02.196Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:04:02.197Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:04:02.197Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "policy-id", "timestamp": 1647237722380, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:04:02.198Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:04:28.496Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:04:28.511Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf 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-14T06:04:28.516Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:04:28.516Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T06:04:28.516Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T06:04:58.517Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:04:58.526Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf 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-14T06:04:58.529Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:04:58.529Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T06:04:58.529Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T06:05:02.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:05:02.171Z||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-14T06:05:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:05:02.702Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:05:02.704Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.704Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "multicloud-k8s-id", "timestamp": 1647237722838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T06:05:02.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "cds", "timestamp": 1647237716537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:05:02.706Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "policy-id", "timestamp": 1647237723383, "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-14T06:05:02.713Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a210eb0-a991-4aeb-b492-2d00f425bedf 2022-03-14T06:05:02.713Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a210eb0-a991-4aeb-b492-2d00f425bedf 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-14T06:05:02.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.728Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "multicloud-k8s-id", "timestamp": 1647237724554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T06:05:02.728Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.728Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237725002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:05:02.729Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.729Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.729Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "cds", "timestamp": 1647237724852, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:05:02.730Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.730Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "multicloud-k8s-id", "timestamp": 1647237725581, "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-14T06:05:02.736Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3a210eb0-a991-4aeb-b492-2d00f425bedf 2022-03-14T06:05:02.736Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a210eb0-a991-4aeb-b492-2d00f425bedf 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-14T06:05:02.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647237726017, "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-14T06:05:02.749Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3a210eb0-a991-4aeb-b492-2d00f425bedf 2022-03-14T06:05:02.750Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a210eb0-a991-4aeb-b492-2d00f425bedf 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-14T06:05:02.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "cds", "timestamp": 1647237725859, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-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-14T06:05:02.765Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3a210eb0-a991-4aeb-b492-2d00f425bedf 2022-03-14T06:05:02.766Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a210eb0-a991-4aeb-b492-2d00f425bedf 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-14T06:05:02.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "multicloud-k8s-id", "timestamp": 1647237726587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "DEPLOY_OK" } 2022-03-14T06:05:02.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "6aba6ddd-a8ef-479e-a418-e5c82a33f67e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237727936, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T06:05:02.776Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237728951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:05:02.776Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.776Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237728951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "NOTIFIED" } 2022-03-14T06:05:02.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.777Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237728951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T06:05:02.777Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.777Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.778Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237728951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:05:02.778Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.778Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237728951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T06:05:02.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.779Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.779Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "clamp", "timestamp": 1647237733459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:05:02.779Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "aai-ml", "timestamp": 1647237734219, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:05:02.780Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.780Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237728951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:05:02.780Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.780Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "clamp", "timestamp": 1647237733459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "NOTIFIED" } 2022-03-14T06:05:02.781Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.781Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.781Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "aai-ml", "timestamp": 1647237735225, "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-14T06:05:02.787Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3a210eb0-a991-4aeb-b492-2d00f425bedf 2022-03-14T06:05:02.788Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a210eb0-a991-4aeb-b492-2d00f425bedf 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-14T06:05:02.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237728951, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:05:02.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "clamp", "timestamp": 1647237733459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:05:02.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237736810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:05:02.798Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "clamp", "timestamp": 1647237733459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:05:02.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "clamp", "timestamp": 1647237733459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:05:02.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "clamp", "timestamp": 1647237733459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:05:02.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "clamp", "timestamp": 1647237733459, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:05:02.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-14T06:05:02.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237740563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T06:05:02.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237741882, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T06:05:02.802Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237743171, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T06:05:02.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237744413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/vfwed22e14073330_modules.json", "status": "DEPLOY_OK" } 2022-03-14T06:05:02.804Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237745417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-14T06:05:02.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237746422, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/resourceInstances/vfwed22e14073330/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-14T06:05:02.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "clamp", "timestamp": 1647237747118, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:05:02.806Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237747429, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:05:02.807Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "clamp", "timestamp": 1647237750124, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314055959/1.0/artifacts/service-Vfw20220314055959-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:05:02.807Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:05:02.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:05:02.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "clamp", "timestamp": 1647237751136, "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-14T06:05:02.814Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3a210eb0-a991-4aeb-b492-2d00f425bedf 2022-03-14T06:05:02.815Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3a210eb0-a991-4aeb-b492-2d00f425bedf 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-14T06:05:28.529Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:05:28.547Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf 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-14T06:05:28.550Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:05:28.550Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T06:05:28.551Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T06:05:28.551Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T06:05:28.551Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:05:28.551Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:05:28.551Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:05:28.552Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:05:28.552Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:05:28.552Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:05:28.552Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:05:28.560Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T06:05:58.561Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf 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-14T06:05:58.572Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3a210eb0-a991-4aeb-b492-2d00f425bedf and serviceModelVersionId: f9e768a3-e8dc-430f-b8bb-0a644f42f84c 2022-03-14T06:05:58.573Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4cd13a0b-2af3-4351-9046-2380e223f0d9 2022-03-14T06:05:58.576Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4cd13a0b-2af3-4351-9046-2380e223f0d9/model-vers/model-ver/f9e768a3-e8dc-430f-b8bb-0a644f42f84c?depth=0 2022-03-14T06:05:58.585Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T06:05:58.663Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd13a0b-2af3-4351-9046-2380e223f0d9/model-vers/model-ver/f9e768a3-e8dc-430f-b8bb-0a644f42f84c?depth=0|INFO|500||Invoke 2022-03-14T06:05:58.664Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd13a0b-2af3-4351-9046-2380e223f0d9/model-vers/model-ver/f9e768a3-e8dc-430f-b8bb-0a644f42f84c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd13a0b-2af3-4351-9046-2380e223f0d9/model-vers/model-ver/f9e768a3-e8dc-430f-b8bb-0a644f42f84c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3a210eb0-a991-4aeb-b492-2d00f425bedf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[72169b94-ac8f-4726-9df5-26b88e095de5], X-ECOMP-RequestID=[3a210eb0-a991-4aeb-b492-2d00f425bedf], X-TransactionId=[], X-ONAP-RequestID=[3a210eb0-a991-4aeb-b492-2d00f425bedf], Content-Type=[application/merge-patch+json]} 2022-03-14T06:05:58.702Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd13a0b-2af3-4351-9046-2380e223f0d9/model-vers/model-ver/f9e768a3-e8dc-430f-b8bb-0a644f42f84c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T06:05:59.087Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd13a0b-2af3-4351-9046-2380e223f0d9/model-vers/model-ver/f9e768a3-e8dc-430f-b8bb-0a644f42f84c?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/4cd13a0b-2af3-4351-9046-2380e223f0d9/model-vers/model-ver/f9e768a3-e8dc-430f-b8bb-0a644f42f84c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220314-06:05:58:871-21970], vertex-id=[163952], Content-Length=[0], Date=[Mon, 14 Mar 2022 06:05:58 GMT], Content-Type=[application/json]} 2022-03-14T06:05:59.088Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd13a0b-2af3-4351-9046-2380e223f0d9/model-vers/model-ver/f9e768a3-e8dc-430f-b8bb-0a644f42f84c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-14T06:05:59.088Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cd13a0b-2af3-4351-9046-2380e223f0d9/model-vers/model-ver/f9e768a3-e8dc-430f-b8bb-0a644f42f84c?depth=0|INFO|500||InvokeReturn 2022-03-14T06:05:59.089Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T06:05:59.089Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:05:59.096Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:05:59.096Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3a210eb0-a991-4aeb-b492-2d00f425bedf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T06:05:59.096Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T06:05:59.097Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:05:59.101Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:05:59.102Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237959096, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T06:05:59.208Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-03-14T06:05:59.212Z||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-14T06:05:59.212Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:05:59.237Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:05:59.241Z||pool-50-thread-1|||||INFO|500||cambria reply ok (31 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-14T06:06:00.117Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:06:00.118Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:06:00.118Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:06:02.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:06:02.171Z||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-14T06:06:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:06:02.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:06:02.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-14T06:06:02.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3a210eb0-a991-4aeb-b492-2d00f425bedf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647237959096, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T06:06:02.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:06:10.346Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:06:10.347Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:06:10.348Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:06:10.348Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:06:19.895Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:06:19.895Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:06:19.896Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:06:19.896Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:06:29.439Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:06:29.440Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:06:29.440Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:06:29.441Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:06:38.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:06:38.988Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:06:38.989Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:06:38.989Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:06:48.538Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:06:48.539Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:06:48.539Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:06:48.540Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:06:58.089Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:06:58.090Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:06:58.090Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:06:58.090Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:07:02.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:07:02.171Z||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-14T06:07:02.172Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:07:07.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:07:07.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:07:07.633Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:07:07.633Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:07:11.727Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:07:17.187Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:08:02.166Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:08:02.167Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:08:02.167Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:08:02.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:08:02.170Z||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-14T06:08:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:08:11.717Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:08:11.719Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:09:02.166Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:09:02.167Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:09:02.167Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:09:02.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:09:02.170Z||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-14T06:09:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:09:11.723Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:09:11.738Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:10:02.166Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:10:02.167Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:10:02.168Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:10:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:10:02.171Z||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-14T06:10:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:10:11.719Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:10:11.719Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:11:02.166Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:11:02.167Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:11:02.167Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:11:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:11:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:11:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:11:02.804Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:11:02.805Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.805Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:11:02.805Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4f043db-9624-4c8d-b3be-30759ac6ed52","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427","serviceDescription":"service","serviceInvariantUUID":"6f0ad2cc-a504-4634-b904-c473125c9d6e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"e3576e46-1b44-4d28-bdb2-655fed376301","resourceInvariantUUID":"be9e0614-3e09-4bf6-85ef-6181f3882d01","resourceCustomizationUUID":"bb84d928-df48-4c18-ba7b-33510fa01d36","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":"NDliNmY5NjIzODY1Mzc0M2NjZjUyOTZlYTg4Mjk1MzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d42f305b-5bab-4d30-bafa-b45a56ab8d23","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjIyMDIyNWQ2NTM4ZTJmYmJhYzBjMDRiOGU5NTMwZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5f88219-ca25-4463-a314-7990ed26a2c9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T06:11:02.805Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.805Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "aai-ml", "timestamp": 1647238250022, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:11:02.807Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:11:02.807Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.807Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "ves-openapi-manager", "timestamp": 1647238246543, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:11:02.807Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:11:02.807Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.807Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "multicloud-k8s-id", "timestamp": 1647238246422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:11:02.807Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:11:02.807Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.808Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238249201, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:11:02.808Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:11:02.808Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:11:02.808Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.808Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "policy-id", "timestamp": 1647238253054, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:11:02.808Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:11:02.808Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:11:02.808Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.809Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "ves-openapi-manager", "timestamp": 1647238246543, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:11:02.809Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:11:02.809Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.809Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "aai-ml", "timestamp": 1647238250022, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:11:02.809Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:11:02.809Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.809Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "multicloud-k8s-id", "timestamp": 1647238246422, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:11:02.809Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:11:02.810Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.810Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238249201, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:11:02.810Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:11:02.810Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.810Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "policy-id", "timestamp": 1647238253054, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:11:02.810Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:11:02.811Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.811Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:11:02.811Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238257416, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:11:02.811Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238262166, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:11:02.811Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:11:02.811Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.811Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "cds", "timestamp": 1647238256537, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:11:02.811Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:11:02.812Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.812Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "aai-ml", "timestamp": 1647238257271, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:11:02.812Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:11:02.812Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.812Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "policy-id", "timestamp": 1647238257285, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:11:02.812Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:11:02.813Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.813Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "cds", "timestamp": 1647238256537, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:11:02.813Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:11:02.813Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.813Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "policy-id", "timestamp": 1647238258291, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:11:02.813Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:11:02.814Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.814Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238259069, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:11:02.814Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:11:02.814Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.814Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "policy-id", "timestamp": 1647238259294, "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-14T06:11:02.835Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4f043db-9624-4c8d-b3be-30759ac6ed52 2022-03-14T06:11:02.835Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4f043db-9624-4c8d-b3be-30759ac6ed52 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-14T06:11:02.844Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.844Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238260078, "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-14T06:11:02.850Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4f043db-9624-4c8d-b3be-30759ac6ed52 2022-03-14T06:11:02.851Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4f043db-9624-4c8d-b3be-30759ac6ed52 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-14T06:11:02.860Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.860Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "cds", "timestamp": 1647238260085, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:11:02.861Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:11:02.861Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:11:02.861Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "cds", "timestamp": 1647238261092, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T06:11:02.867Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4f043db-9624-4c8d-b3be-30759ac6ed52 2022-03-14T06:11:02.867Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4f043db-9624-4c8d-b3be-30759ac6ed52 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-14T06:11:02.911Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:11:02.913Z||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-14T06:11:02.913Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:11:02.930Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:11:02.931Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:11:03.811Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:11:03.812Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:11:03.815Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:11:03.815Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238262166, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:11:03.915Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:11:03.916Z||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-14T06:11:03.916Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:11:03.927Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:11:03.928Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:11:04.816Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427", "serviceDescription": "service", "serviceInvariantUUID": "6f0ad2cc-a504-4634-b904-c473125c9d6e", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "bb84d928-df48-4c18-ba7b-33510fa01d36", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "e3576e46-1b44-4d28-bdb2-655fed376301", "resourceInvariantUUID": "be9e0614-3e09-4bf6-85ef-6181f3882d01", "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": "NjIyMDIyNWQ2NTM4ZTJmYmJhYzBjMDRiOGU5NTMwZDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c5f88219-ca25-4463-a314-7990ed26a2c9" } ], "workloadContext": "Production" } 2022-03-14T06:11:04.817Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T06:11:04.817Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427 ASDC 2022-03-14T06:11:04.817Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b4f043db-9624-4c8d-b3be-30759ac6ed52 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427 ServiceInvariantUUID:6f0ad2cc-a504-4634-b904-c473125c9d6e 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:c5f88219-ca25-4463-a314-7990ed26a2c9 ArtifactChecksum:NjIyMDIyNWQ2NTM4ZTJmYmJhYzBjMDRiOGU5NTMwZDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:bb84d928-df48-4c18-ba7b-33510fa01d36 ResourceInvariantUUID:be9e0614-3e09-4bf6-85ef-6181f3882d01 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:e3576e46-1b44-4d28-bdb2-655fed376301 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-14T06:11:04.818Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427 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-14T06:11:04.852Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T06:11:04.853Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-14T06:11:04.853Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-14T06:11:04.853Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c5f88219-ca25-4463-a314-7990ed26a2c9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-14T06:11:04.854Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-14T06:11:04.854Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-14T06:11:06.234Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-14T06:11:06.237Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c5f88219-ca25-4463-a314-7990ed26a2c9 52509 2022-03-14T06:11:06.238Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-14T06:11:06.238Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-14T06:11:06.238Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:11:06.238Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:11:06.240Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:11:06.240Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238266238, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:11:06.341Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:11:06.343Z||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-14T06:11:06.343Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:11:06.358Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:11:06.359Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:11:07.242Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T06:11:07.243Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-14T06:11:07.243Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c5f88219-ca25-4463-a314-7990ed26a2c9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T06:11:07.243Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-14T06:11:07.244Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T06:11:07.244Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T06:11:07.435Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3544314730772174234/Definitions/service-BasicNetwork-template.yml 2022-03-14T06:11:08.110Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T06:11:08.111Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-14T06:11:08.111Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T06:11:08.111Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-14T06:11:08.112Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T06:11:08.112Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T06:11:08.112Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T06:11:08.112Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T06:11:08.112Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T06:11:08.112Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T06:11:08.113Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T06:11:08.113Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T06:11:08.113Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-14T06:11:08.113Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:11:08.114Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:11:08.114Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-14T06:11:08.114Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-14T06:11:08.115Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T06:11:08.115Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:11:08.115Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:11:08.115Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-14T06:11:08.115Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-14T06:11:08.116Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T06:11:08.116Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:11:08.116Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:11:08.116Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:11:08.116Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:11:08.117Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:11:08.117Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:11:08.117Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:11:08.117Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:11:08.117Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:11:08.117Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:11:08.118Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427 Model Version:NULL Model InvariantUuid:6f0ad2cc-a504-4634-b904-c473125c9d6e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:be9e0614-3e09-4bf6-85ef-6181f3882d01 Model UUID:36c90043-7712-4ba3-9775-1fde58de6b38 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:bb84d928-df48-4c18-ba7b-33510fa01d36 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-14T06:11:08.126Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: e3576e46-1b44-4d28-bdb2-655fed376301 2022-03-14T06:11:08.126Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||No resources found for Service: 8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427 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-14T06:11:08.132Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500|| 2022-03-14T06:11:08.132Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-14T06:11:08.133Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427 2022-03-14T06:11:08.133Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427 2022-03-14T06:11:08.133Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-14T06:11:08.133Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T06:11:08.138Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c2edd69, org.onap.sdc.toscaparser.api.parameters.Input@7b077217, org.onap.sdc.toscaparser.api.parameters.Input@26ab8e63, org.onap.sdc.toscaparser.api.parameters.Input@304b6986, org.onap.sdc.toscaparser.api.parameters.Input@6a542f73] 2022-03-14T06:11:08.139Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:11:08.140Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:11:08.140Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:11:08.141Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:11:08.141Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427: Generic NeutronNet 2022-03-14T06:11:08.141Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:11:08.141Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:11:08.142Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:11:08.142Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-03-14T06:11:08.178Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:11:08.178Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:11:08.179Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:11:08.179Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:11:08.179Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:11:08.179Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:11:08.180Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-14T06:11:08.229Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-14T06:11:08.229Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-14T06:11:08.230Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-14T06:11:08.230Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:11:08.230Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:11:08.233Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:11:08.233Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238268229, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:11:08.334Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:11:08.336Z||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-14T06:11:08.336Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:11:08.350Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:11:08.351Z||pool-54-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:11:09.234Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4f043db-9624-4c8d-b3be-30759ac6ed52 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:11:09.248Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4f043db-9624-4c8d-b3be-30759ac6ed52 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-14T06:11:09.251Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:11:09.252Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T06:11:09.252Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T06:11:39.252Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4f043db-9624-4c8d-b3be-30759ac6ed52 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:11:39.266Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4f043db-9624-4c8d-b3be-30759ac6ed52 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-14T06:11:39.269Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:11:39.269Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T06:11:39.269Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T06:12:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:12:02.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:12:02.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:12:02.297Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:12:02.297Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:12:02.297Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238262166, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:12:02.298Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:12:09.270Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4f043db-9624-4c8d-b3be-30759ac6ed52 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:12:09.280Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4f043db-9624-4c8d-b3be-30759ac6ed52 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-14T06:12:09.284Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:12:09.284Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T06:12:09.284Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T06:12:39.285Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4f043db-9624-4c8d-b3be-30759ac6ed52 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:12:39.300Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4f043db-9624-4c8d-b3be-30759ac6ed52 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-14T06:12:39.303Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:12:39.304Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T06:12:39.304Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T06:13:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:13:02.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:13:02.172Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:13:02.200Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:13:02.201Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:13:02.201Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238262166, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:13:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:13:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:13:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "aai-ml", "timestamp": 1647238264886, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:13:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:13:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:13:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "aai-ml", "timestamp": 1647238265891, "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-14T06:13:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4f043db-9624-4c8d-b3be-30759ac6ed52 2022-03-14T06:13:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4f043db-9624-4c8d-b3be-30759ac6ed52 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-14T06:13:02.227Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:13:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238266238, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:13:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:13:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:13:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238268229, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:13:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:13:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:13:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "clamp", "timestamp": 1647238273459, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:13:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:13:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:13:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "clamp", "timestamp": 1647238273459, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:13:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:13:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:13:02.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "clamp", "timestamp": 1647238279211, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:13:02.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:13:02.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:13:02.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "clamp", "timestamp": 1647238280234, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:13:02.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:13:02.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:13:02.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "clamp", "timestamp": 1647238281238, "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-14T06:13:02.237Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4f043db-9624-4c8d-b3be-30759ac6ed52 2022-03-14T06:13:02.237Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4f043db-9624-4c8d-b3be-30759ac6ed52 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-14T06:13:09.305Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4f043db-9624-4c8d-b3be-30759ac6ed52 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:13:09.320Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4f043db-9624-4c8d-b3be-30759ac6ed52 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-14T06:13:09.324Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:13:09.324Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T06:13:09.324Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T06:13:09.324Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T06:13:09.325Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:13:09.325Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:13:09.325Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:13:09.325Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:13:09.325Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:13:09.325Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:13:09.326Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T06:13:09.333Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T06:13:39.333Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4f043db-9624-4c8d-b3be-30759ac6ed52 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-14T06:13:39.346Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4f043db-9624-4c8d-b3be-30759ac6ed52 and serviceModelVersionId: 8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427 2022-03-14T06:13:39.346Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6f0ad2cc-a504-4634-b904-c473125c9d6e 2022-03-14T06:13:39.348Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6f0ad2cc-a504-4634-b904-c473125c9d6e/model-vers/model-ver/8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427?depth=0 2022-03-14T06:13:39.357Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T06:13:39.435Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f0ad2cc-a504-4634-b904-c473125c9d6e/model-vers/model-ver/8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427?depth=0|INFO|500||Invoke 2022-03-14T06:13:39.436Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f0ad2cc-a504-4634-b904-c473125c9d6e/model-vers/model-ver/8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f0ad2cc-a504-4634-b904-c473125c9d6e/model-vers/model-ver/8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b4f043db-9624-4c8d-b3be-30759ac6ed52], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ef71f4a7-6c6a-4028-b6c6-c204bc9e17a9], X-ECOMP-RequestID=[b4f043db-9624-4c8d-b3be-30759ac6ed52], X-TransactionId=[], X-ONAP-RequestID=[b4f043db-9624-4c8d-b3be-30759ac6ed52], Content-Type=[application/merge-patch+json]} 2022-03-14T06:13:39.462Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f0ad2cc-a504-4634-b904-c473125c9d6e/model-vers/model-ver/8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T06:13:39.680Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f0ad2cc-a504-4634-b904-c473125c9d6e/model-vers/model-ver/8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427?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/6f0ad2cc-a504-4634-b904-c473125c9d6e/model-vers/model-ver/8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220314-06:13:39:627-31103], vertex-id=[225328], Content-Length=[0], Date=[Mon, 14 Mar 2022 06:13:39 GMT], Content-Type=[application/json]} 2022-03-14T06:13:39.682Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f0ad2cc-a504-4634-b904-c473125c9d6e/model-vers/model-ver/8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-14T06:13:39.683Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6f0ad2cc-a504-4634-b904-c473125c9d6e/model-vers/model-ver/8cd2fdd5-4b63-4c8f-8e12-7ecf11abd427?depth=0|INFO|500||InvokeReturn 2022-03-14T06:13:39.683Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T06:13:39.683Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T06:13:39.694Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T06:13:39.696Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4f043db-9624-4c8d-b3be-30759ac6ed52 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T06:13:39.697Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T06:13:39.697Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:13:39.703Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:13:39.703Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238419697, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T06:13:39.801Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-14T06:13:39.802Z||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-14T06:13:39.802Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:13:39.819Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:13:39.819Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-14T06:13:40.717Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:13:40.717Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:13:40.718Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:13:45.083Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:13:45.084Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T06:13:45.084Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1449d3d1-02f4-4319-8384-2aaaf0e51db2","serviceName":"Demo_pNF_PYUk24GzF3lK7hNTxabO","serviceVersion":"1.0","serviceUUID":"3d9bcd2c-a453-4702-9be3-9aa379a3fa48","serviceDescription":"catalog service description","serviceInvariantUUID":"4e0d2ad4-eeb3-40bf-a64f-79cb6f71848d","resources":[{"resourceInstanceName":"pNF f9ce33c2-a5ea 0","resourceName":"pNF f9ce33c2-a5ea","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"461ad3e8-ce3c-4251-a399-0efdd3087e35","resourceInvariantUUID":"57b5544c-8344-481b-acbd-f7e897d68e3b","resourceCustomizationUUID":"a10927a8-5a95-499b-84a4-8c0064f3c455","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vf-license-model.xml","artifactChecksum":"ODE3NTMyMzk0MzJhZTA4NjNiNWQ4YWFiNTg5MjExY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"993e9998-9004-48a1-baf6-e572d52c843c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/pNF.csar","artifactChecksum":"NTBkMDY0Yzc3YzA5YjcwMzZjMzhmNGM4OGYzNTQzMTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cbda6f5b-fc88-4fe4-af5f-403aa3286556","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8143863-8fea-4ad3-8572-ebb2bafd2e85","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vendor-license-model.xml","artifactChecksum":"YTg5YzQ4MTNkZGYwZmIwODUxZGJmZTRlZjNmYjM2YmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4ca8d67c-445d-45f0-b615-61ef5a92d055","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8355ebf6-3d79-45ee-b621-b795cc087b19","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cd234b98-5749-4646-83cc-bcc8a8fc7ef4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPyuk24gzf3lk7hntxabo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-template.yml","artifactChecksum":"MTQ4MzhhN2Q5ZDNhODdmOWMxNTc5Mzg5ZGI4ZDA1ZGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"216256b3-da4f-4a03-8b74-e1b8ee18c85a","artifactVersion":"1"},{"artifactName":"service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar","artifactChecksum":"YjA2OWFhNzBlNTIyMTdlZTA2MDQwMWZlZjJhNmNjYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f3040e3-1d72-4945-b7ea-d98b5841aaf9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T06:13:45.088Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:13:45.088Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:13:45.091Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:13:45.092Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:13:45.192Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:13:45.193Z||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-14T06:13:45.193Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:13:45.212Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:13:45.212Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:13:46.092Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:13:46.095Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:13:46.098Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:13:46.098Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:13:46.198Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:13:46.199Z||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-14T06:13:46.199Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:13:46.211Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:13:46.212Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:13:47.099Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:13:47.100Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:13:47.103Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:13:47.104Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:13:47.204Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:13:47.205Z||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-14T06:13:47.205Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:13:47.217Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:13:47.218Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:13:48.104Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:13:48.106Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:13:48.109Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:13:48.109Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:13:48.209Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:13:48.210Z||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-14T06:13:48.210Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:13:48.222Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:13:48.223Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:13:49.110Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:13:49.112Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:13:49.114Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:13:49.115Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:13:49.216Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T06:13:49.217Z||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-14T06:13:49.217Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:13:49.233Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:13:49.234Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:13:50.115Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:13:50.116Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:13:50.119Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:13:50.119Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:13:50.219Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:13:50.220Z||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-14T06:13:50.220Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:13:50.232Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:13:50.233Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:13:51.119Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:13:51.121Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:13:51.123Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:13:51.123Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:13:51.223Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:13:51.224Z||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-14T06:13:51.224Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:13:51.235Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:13:51.235Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:13:52.123Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:13:52.124Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:13:52.127Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:13:52.127Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:13:52.227Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:13:52.228Z||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-14T06:13:52.228Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:13:52.251Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:13:52.252Z||pool-63-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:13:53.128Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "serviceName": "Demo_pNF_PYUk24GzF3lK7hNTxabO", "serviceVersion": "1.0", "serviceUUID": "3d9bcd2c-a453-4702-9be3-9aa379a3fa48", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4e0d2ad4-eeb3-40bf-a64f-79cb6f71848d", "resources": [ { "resourceInstanceName": "pNF f9ce33c2-a5ea 0", "resourceCustomizationUUID": "a10927a8-5a95-499b-84a4-8c0064f3c455", "resourceName": "pNF f9ce33c2-a5ea", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "461ad3e8-ce3c-4251-a399-0efdd3087e35", "resourceInvariantUUID": "57b5544c-8344-481b-acbd-f7e897d68e3b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "artifactChecksum": "YjA2OWFhNzBlNTIyMTdlZTA2MDQwMWZlZjJhNmNjYzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2f3040e3-1d72-4945-b7ea-d98b5841aaf9" } ], "workloadContext": "Production" } 2022-03-14T06:13:53.129Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T06:13:53.130Z|b4f043db-9624-4c8d-b3be-30759ac6ed52|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3d9bcd2c-a453-4702-9be3-9aa379a3fa48 ASDC 2022-03-14T06:13:53.131Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1449d3d1-02f4-4319-8384-2aaaf0e51db2 ServiceName:Demo_pNF_PYUk24GzF3lK7hNTxabO ServiceVersion:1.0 ServiceUUID:3d9bcd2c-a453-4702-9be3-9aa379a3fa48 ServiceInvariantUUID:4e0d2ad4-eeb3-40bf-a64f-79cb6f71848d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar ArtifactUUID:2f3040e3-1d72-4945-b7ea-d98b5841aaf9 ArtifactChecksum:YjA2OWFhNzBlNTIyMTdlZTA2MDQwMWZlZjJhNmNjYzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f9ce33c2-a5ea 0 ResourceCustomizationUUID:a10927a8-5a95-499b-84a4-8c0064f3c455 ResourceInvariantUUID:57b5544c-8344-481b-acbd-f7e897d68e3b ResourceName:pNF f9ce33c2-a5ea ResourceType:PNF ResourceUUID:461ad3e8-ce3c-4251-a399-0efdd3087e35 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-14T06:13:53.131Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3d9bcd2c-a453-4702-9be3-9aa379a3fa48 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-14T06:13:53.160Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T06:13:53.161Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-14T06:13:53.163Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-14T06:13:53.163Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2f3040e3-1d72-4945-b7ea-d98b5841aaf9 from URL: /sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:53.164Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-14T06:13:53.164Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:53.470Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-14T06:13:53.474Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2f3040e3-1d72-4945-b7ea-d98b5841aaf9 82652 2022-03-14T06:13:53.474Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar ASDC sendASDCNotification 2022-03-14T06:13:53.474Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:53.474Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:13:53.474Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:13:53.478Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:13:53.478Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238433474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:13:53.578Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:13:53.579Z||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-14T06:13:53.580Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:13:53.615Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:13:53.616Z||pool-64-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:13:54.479Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T06:13:54.480Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-14T06:13:54.480Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2f3040e3-1d72-4945-b7ea-d98b5841aaf9, URL: /sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar to file: /app/ASDC/1/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:54.481Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:54.481Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:54.481Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:54.681Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1100510983399477307/Definitions/service-DemoPnfPyuk24gzf3lk7hntxabo-template.yml 2022-03-14T06:13:55.809Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T06:13:55.810Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-14T06:13:55.810Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:55.811Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-14T06:13:55.811Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:55.811Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:55.811Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:55.811Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:55.811Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:55.811Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f9ce33c2-a5ea 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-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:55.812Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:55.812Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-14T06:13:55.812Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:13:55.812Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_PYUk24GzF3lK7hNTxabO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:13:55.812Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Node template pNF f9ce33c2-a5ea 0 is matching search criteria 2022-03-14T06:13:55.813Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-14T06:13:55.813Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF f9ce33c2-a5ea 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T06:13:55.813Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:13:55.813Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_PYUk24GzF3lK7hNTxabO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:13:55.813Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Node template pNF f9ce33c2-a5ea 0 is matching search criteria 2022-03-14T06:13:55.813Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-14T06:13:55.814Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF f9ce33c2-a5ea 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T06:13:55.814Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:13:55.814Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_PYUk24GzF3lK7hNTxabO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:13:55.814Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:13:55.814Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_PYUk24GzF3lK7hNTxabO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:13:55.814Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:13:55.814Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_PYUk24GzF3lK7hNTxabO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:13:55.815Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:13:55.818Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_PYUk24GzF3lK7hNTxabO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:13:55.819Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:13:55.819Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_PYUk24GzF3lK7hNTxabO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:13:55.819Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_PYUk24GzF3lK7hNTxabO Description:catalog service description Model UUID:3d9bcd2c-a453-4702-9be3-9aa379a3fa48 Model Version:NULL Model InvariantUuid:4e0d2ad4-eeb3-40bf-a64f-79cb6f71848d 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-14T06:13:55.831Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 461ad3e8-ce3c-4251-a399-0efdd3087e35 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-14T06:13:55.836Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||pNF f9ce33c2-a5ea 0 2022-03-14T06:13:55.836Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 461ad3e8-ce3c-4251-a399-0efdd3087e35 2022-03-14T06:13:55.836Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 3d9bcd2c-a453-4702-9be3-9aa379a3fa48 2022-03-14T06:13:55.837Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3d9bcd2c-a453-4702-9be3-9aa379a3fa48 2022-03-14T06:13:55.837Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f9ce33c2-a5ea 0 461ad3e8-ce3c-4251-a399-0efdd3087e35 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-14T06:13:55.844Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26b822e0, org.onap.sdc.toscaparser.api.parameters.Input@2dd08267, org.onap.sdc.toscaparser.api.parameters.Input@557798ff, org.onap.sdc.toscaparser.api.parameters.Input@2eeba47b, org.onap.sdc.toscaparser.api.parameters.Input@49a33c64] 2022-03-14T06:13:55.845Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:13:55.845Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_PYUk24GzF3lK7hNTxabO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:13:55.846Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3d9bcd2c-a453-4702-9be3-9aa379a3fa48: pNF f9ce33c2-a5ea 2022-03-14T06:13:55.847Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||Processing PNF resource: 461ad3e8-ce3c-4251-a399-0efdd3087e35 2022-03-14T06:13:55.847Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:13:55.848Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_PYUk24GzF3lK7hNTxabO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:13:55.848Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||Resource customization UUID: a10927a8-5a95-499b-84a4-8c0064f3c455 is the same as notified resource customizationUUID: a10927a8-5a95-499b-84a4-8c0064f3c455 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-14T06:13:55.902Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f9ce33c2-a5ea 461ad3e8-ce3c-4251-a399-0efdd3087e35 0 ASDC deployResourceStructure 2022-03-14T06:13:55.903Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar ASDC sendASDCNotification 2022-03-14T06:13:55.903Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar 2022-03-14T06:13:55.903Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:13:55.904Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:13:55.906Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:13:55.906Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238435903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:13:56.007Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:13:56.008Z||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-14T06:13:56.008Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:13:56.041Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:13:56.041Z||pool-65-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:13:56.909Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1449d3d1-02f4-4319-8384-2aaaf0e51db2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:13:56.921Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1449d3d1-02f4-4319-8384-2aaaf0e51db2 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-14T06:13:56.924Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:13:56.925Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T06:13:56.925Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T06:14:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:14:02.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:14:02.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:14:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:14:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "clamp", "timestamp": 1647238333459, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "cds", "timestamp": 1647238331538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "policy-id", "timestamp": 1647238333054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "clamp", "timestamp": 1647238333459, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "cds", "timestamp": 1647238331538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "policy-id", "timestamp": 1647238333054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "clamp", "timestamp": 1647238333459, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "cds", "timestamp": 1647238331538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "policy-id", "timestamp": 1647238333054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238339206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "clamp", "timestamp": 1647238333459, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "cds", "timestamp": 1647238331538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "policy-id", "timestamp": 1647238333054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238339206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "aai-ml", "timestamp": 1647238340022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "clamp", "timestamp": 1647238333459, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "cds", "timestamp": 1647238331538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "policy-id", "timestamp": 1647238333054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238339206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "aai-ml", "timestamp": 1647238340022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "clamp", "timestamp": 1647238333459, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "policy-id", "timestamp": 1647238333054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "cds", "timestamp": 1647238331538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238339206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "aai-ml", "timestamp": 1647238340022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "clamp", "timestamp": 1647238333459, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "policy-id", "timestamp": 1647238333054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "cds", "timestamp": 1647238331538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238339206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "aai-ml", "timestamp": 1647238340022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "clamp", "timestamp": 1647238333459, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:14:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "policy-id", "timestamp": 1647238333054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:14:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "cds", "timestamp": 1647238331538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:14:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238339206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "aai-ml", "timestamp": 1647238340022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238339206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "aai-ml", "timestamp": 1647238340022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "cds", "timestamp": 1647238346206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:14:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:14:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "policy-id", "timestamp": 1647238346292, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:14:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:14:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238339206, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:14:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "aai-ml", "timestamp": 1647238340022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "multicloud-k8s-id", "timestamp": 1647238346422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "ves-openapi-manager", "timestamp": 1647238346543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "cds", "timestamp": 1647238347213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-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-14T06:14:02.231Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1449d3d1-02f4-4319-8384-2aaaf0e51db2 2022-03-14T06:14:02.232Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1449d3d1-02f4-4319-8384-2aaaf0e51db2 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-14T06:14:02.241Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.241Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "policy-id", "timestamp": 1647238347298, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:14:02.241Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:14:02.241Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.241Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "aai-ml", "timestamp": 1647238340022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:14:02.242Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.242Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.242Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "multicloud-k8s-id", "timestamp": 1647238346422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.242Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.242Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.242Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238348243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:14:02.242Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:14:02.243Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.243Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "ves-openapi-manager", "timestamp": 1647238346543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.243Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.243Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.243Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "policy-id", "timestamp": 1647238348301, "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-14T06:14:02.248Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1449d3d1-02f4-4319-8384-2aaaf0e51db2 2022-03-14T06:14:02.248Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1449d3d1-02f4-4319-8384-2aaaf0e51db2 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-14T06:14:02.257Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.257Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "multicloud-k8s-id", "timestamp": 1647238346422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.258Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.258Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.258Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "ves-openapi-manager", "timestamp": 1647238346543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.258Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.258Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.258Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "clamp", "timestamp": 1647238349229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:14:02.258Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:14:02.259Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.259Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "aai-ml", "timestamp": 1647238349293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:14:02.259Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:14:02.259Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.259Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238350119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:14:02.259Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:14:02.259Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.259Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "multicloud-k8s-id", "timestamp": 1647238346422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.259Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.259Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.259Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "ves-openapi-manager", "timestamp": 1647238346543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.260Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.260Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.260Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238351122, "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-14T06:14:02.266Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1449d3d1-02f4-4319-8384-2aaaf0e51db2 2022-03-14T06:14:02.266Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1449d3d1-02f4-4319-8384-2aaaf0e51db2 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-14T06:14:02.276Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.276Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "multicloud-k8s-id", "timestamp": 1647238346422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.276Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.276Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.276Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "ves-openapi-manager", "timestamp": 1647238346543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "clamp", "timestamp": 1647238351232, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:14:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:14:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "multicloud-k8s-id", "timestamp": 1647238346422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "ves-openapi-manager", "timestamp": 1647238346543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-14T06:14:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "clamp", "timestamp": 1647238352237, "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-14T06:14:02.283Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1449d3d1-02f4-4319-8384-2aaaf0e51db2 2022-03-14T06:14:02.284Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1449d3d1-02f4-4319-8384-2aaaf0e51db2 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-14T06:14:02.292Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.292Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "multicloud-k8s-id", "timestamp": 1647238346422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.292Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.293Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.293Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "ves-openapi-manager", "timestamp": 1647238346543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.293Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.293Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.293Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "multicloud-k8s-id", "timestamp": 1647238346422, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:14:02.293Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.293Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.293Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "ves-openapi-manager", "timestamp": 1647238346543, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:02.293Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:14:02.293Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.294Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "ves-openapi-manager", "timestamp": 1647238355941, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T06:14:02.294Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:14:02.294Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.294Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "ves-openapi-manager", "timestamp": 1647238357139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-14T06:14:02.294Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:14:02.294Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.294Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "aai-ml", "timestamp": 1647238357049, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:14:02.294Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:14:02.295Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.295Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "ves-openapi-manager", "timestamp": 1647238358146, "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-14T06:14:02.300Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1449d3d1-02f4-4319-8384-2aaaf0e51db2 2022-03-14T06:14:02.300Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1449d3d1-02f4-4319-8384-2aaaf0e51db2 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-14T06:14:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:14:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "aai-ml", "timestamp": 1647238358053, "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-14T06:14:02.313Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1449d3d1-02f4-4319-8384-2aaaf0e51db2 2022-03-14T06:14:02.313Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1449d3d1-02f4-4319-8384-2aaaf0e51db2 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-14T06:14:26.926Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1449d3d1-02f4-4319-8384-2aaaf0e51db2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:14:26.938Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1449d3d1-02f4-4319-8384-2aaaf0e51db2 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-14T06:14:26.942Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:14:26.942Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T06:14:26.942Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T06:14:26.943Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T06:14:26.943Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:14:26.943Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:14:26.943Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:14:26.943Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:14:26.943Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:14:26.943Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:14:26.943Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:14:26.944Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T06:14:26.951Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T06:14:56.952Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1449d3d1-02f4-4319-8384-2aaaf0e51db2 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-14T06:14:56.958Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1449d3d1-02f4-4319-8384-2aaaf0e51db2 and serviceModelVersionId: 3d9bcd2c-a453-4702-9be3-9aa379a3fa48 2022-03-14T06:14:56.958Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e0d2ad4-eeb3-40bf-a64f-79cb6f71848d 2022-03-14T06:14:56.960Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e0d2ad4-eeb3-40bf-a64f-79cb6f71848d/model-vers/model-ver/3d9bcd2c-a453-4702-9be3-9aa379a3fa48?depth=0 2022-03-14T06:14:56.966Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T06:14:57.020Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e0d2ad4-eeb3-40bf-a64f-79cb6f71848d/model-vers/model-ver/3d9bcd2c-a453-4702-9be3-9aa379a3fa48?depth=0|INFO|500||Invoke 2022-03-14T06:14:57.021Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e0d2ad4-eeb3-40bf-a64f-79cb6f71848d/model-vers/model-ver/3d9bcd2c-a453-4702-9be3-9aa379a3fa48?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e0d2ad4-eeb3-40bf-a64f-79cb6f71848d/model-vers/model-ver/3d9bcd2c-a453-4702-9be3-9aa379a3fa48?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1449d3d1-02f4-4319-8384-2aaaf0e51db2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fb6e6257-1459-4ca5-aba4-5fa5f6cec503], X-ECOMP-RequestID=[1449d3d1-02f4-4319-8384-2aaaf0e51db2], X-TransactionId=[], X-ONAP-RequestID=[1449d3d1-02f4-4319-8384-2aaaf0e51db2], Content-Type=[application/merge-patch+json]} 2022-03-14T06:14:57.043Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e0d2ad4-eeb3-40bf-a64f-79cb6f71848d/model-vers/model-ver/3d9bcd2c-a453-4702-9be3-9aa379a3fa48?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T06:14:57.487Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e0d2ad4-eeb3-40bf-a64f-79cb6f71848d/model-vers/model-ver/3d9bcd2c-a453-4702-9be3-9aa379a3fa48?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/4e0d2ad4-eeb3-40bf-a64f-79cb6f71848d/model-vers/model-ver/3d9bcd2c-a453-4702-9be3-9aa379a3fa48?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220314-06:14:57:208-5472], vertex-id=[209080], Content-Length=[0], Date=[Mon, 14 Mar 2022 06:14:57 GMT], Content-Type=[application/json]} 2022-03-14T06:14:57.487Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e0d2ad4-eeb3-40bf-a64f-79cb6f71848d/model-vers/model-ver/3d9bcd2c-a453-4702-9be3-9aa379a3fa48?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-14T06:14:57.489Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e0d2ad4-eeb3-40bf-a64f-79cb6f71848d/model-vers/model-ver/3d9bcd2c-a453-4702-9be3-9aa379a3fa48?depth=0|INFO|500||InvokeReturn 2022-03-14T06:14:57.489Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T06:14:57.489Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T06:14:57.493Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T06:14:57.494Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1449d3d1-02f4-4319-8384-2aaaf0e51db2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T06:14:57.494Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T06:14:57.495Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:14:57.498Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:14:57.499Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238497494, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T06:14:57.598Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:14:57.600Z||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-14T06:14:57.600Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:14:57.625Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:14:57.626Z||pool-66-thread-1|||||INFO|500||cambria reply ok (28 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-14T06:14:58.510Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T06:14:58.511Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"2cc4e0c8-002e-4630-9558-443554a2021b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"cf2c930a-a8cc-462d-9bfd-489f6792896b","serviceDescription":"service","serviceInvariantUUID":"5e70bffb-eb4f-45c6-b3c6-ca21641fba31","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4441a51b-bec1-47fa-a119-868a22887263","resourceInvariantUUID":"4cc62d4d-09f6-4035-9452-b7054d248226","resourceCustomizationUUID":"0a192343-f552-444f-b1ed-50f07bbf5772","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NGY4NWZlYzgyZTgyMDg5NWNhZDVlNDgwNTFkYzQwMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29f95fdb-035b-4c65-8cbf-0f7d253ed5c1","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b6eb9e11-546c-44be-a960-b1ccede2d8a0","artifactVersion":"2","generatedFromUUID":"cbaacbfb-0557-4499-9a6f-cca1fff8dd73"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cbaacbfb-0557-4499-9a6f-cca1fff8dd73","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"MDY0NzY5MzM0Zjk1YmYyMDMxZDkzMzM4NjdjMTc1YzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a03c48bf-f3e4-49b4-ab4f-6a582b0c7ba4","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7b9aaffc-7d34-4a52-b1c7-b2b4656f515a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1825a363-ab71-47f0-bf32-ca9e5de5f439","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bd0b11e7-0adf-4c43-9e93-87da8dc5450b","artifactVersion":"2","generatedFromUUID":"7b9aaffc-7d34-4a52-b1c7-b2b4656f515a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWRlOTVjMTI4YmIzZWQ2YTUxMWJjYTc0ZTYwMzM0MDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a5a75df-d04e-4df8-b840-7f15d58617bc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTdjM2I2ZjM2YTM2ZjE2ZDA3NjdhMDQ5MWJhZjZlNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f39a684a-59bc-4c72-a55b-a45582c1632e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T06:14:58.511Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:14:58.512Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:14:58.514Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:14:58.514Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:14:58.614Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:14:58.615Z||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-14T06:14:58.615Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:14:58.627Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:14:58.628Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:14:59.515Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:14:59.516Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:14:59.518Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:14:59.518Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-14T06:14:59.619Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T06:14:59.620Z||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-14T06:14:59.620Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:14:59.631Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:14:59.632Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:00.519Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:15:00.520Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:00.523Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:00.523Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-14T06:15:00.623Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:15:00.625Z||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-14T06:15:00.625Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:00.638Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:00.639Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:01.524Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:15:01.525Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:01.527Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:01.527Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-14T06:15:01.628Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:15:01.629Z||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-14T06:15:01.629Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:01.642Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:01.643Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:15:02.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:15:02.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:02.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "clamp", "timestamp": 1647238393459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "cds", "timestamp": 1647238391544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "policy-id", "timestamp": 1647238393054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "clamp", "timestamp": 1647238393459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "cds", "timestamp": 1647238391544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "policy-id", "timestamp": 1647238393054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238399201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "clamp", "timestamp": 1647238393459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "cds", "timestamp": 1647238391544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "policy-id", "timestamp": 1647238393054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238399201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "aai-ml", "timestamp": 1647238400022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "clamp", "timestamp": 1647238393459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-14T06:15:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "cds", "timestamp": 1647238391544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "policy-id", "timestamp": 1647238393054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238399201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "aai-ml", "timestamp": 1647238400022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "clamp", "timestamp": 1647238393459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "cds", "timestamp": 1647238391544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "policy-id", "timestamp": 1647238393054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-14T06:15:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238399201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "aai-ml", "timestamp": 1647238400022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "clamp", "timestamp": 1647238393459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "cds", "timestamp": 1647238391544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "policy-id", "timestamp": 1647238393054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238399201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "aai-ml", "timestamp": 1647238400022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "clamp", "timestamp": 1647238393459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "cds", "timestamp": 1647238391544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "policy-id", "timestamp": 1647238393054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238399201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "aai-ml", "timestamp": 1647238400022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "clamp", "timestamp": 1647238393459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "cds", "timestamp": 1647238391544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "policy-id", "timestamp": 1647238393054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238399201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "aai-ml", "timestamp": 1647238400022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.223Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.223Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.223Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "clamp", "timestamp": 1647238393459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:15:02.223Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.224Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.224Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "cds", "timestamp": 1647238391544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:15:02.224Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.225Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.225Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "policy-id", "timestamp": 1647238393054, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:15:02.225Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.225Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.225Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238399201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.226Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.226Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.226Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "aai-ml", "timestamp": 1647238400022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.227Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.227Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.227Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238406422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "ves-openapi-manager", "timestamp": 1647238406543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238399201, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:15:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "policy-id", "timestamp": 1647238407660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:02.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "aai-ml", "timestamp": 1647238400022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.230Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.231Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.231Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "cds", "timestamp": 1647238407857, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:02.231Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.231Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.232Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238406422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-14T06:15:02.232Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.232Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.232Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "ves-openapi-manager", "timestamp": 1647238406543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.233Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.233Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.233Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "aai-ml", "timestamp": 1647238400022, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:15:02.233Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.233Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.234Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "policy-id", "timestamp": 1647238408666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:15:02.234Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.234Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.234Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "cds", "timestamp": 1647238408873, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-14T06:15:02.247Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2cc4e0c8-002e-4630-9558-443554a2021b 2022-03-14T06:15:02.247Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cc4e0c8-002e-4630-9558-443554a2021b 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-14T06:15:02.257Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.257Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238406422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-14T06:15:02.257Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.258Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.258Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "ves-openapi-manager", "timestamp": 1647238406543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.258Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.258Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.258Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238409330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:02.259Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.259Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.259Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "policy-id", "timestamp": 1647238409669, "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-14T06:15:02.267Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cc4e0c8-002e-4630-9558-443554a2021b 2022-03-14T06:15:02.268Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cc4e0c8-002e-4630-9558-443554a2021b 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-14T06:15:02.276Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.276Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238406422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-14T06:15:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "ves-openapi-manager", "timestamp": 1647238406543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "aai-ml", "timestamp": 1647238410272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238406422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-14T06:15:02.277Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "ves-openapi-manager", "timestamp": 1647238406543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238411577, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:15:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.279Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238406422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.279Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.279Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.279Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "ves-openapi-manager", "timestamp": 1647238406543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.279Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.279Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.279Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238412582, "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-14T06:15:02.285Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2cc4e0c8-002e-4630-9558-443554a2021b 2022-03-14T06:15:02.285Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cc4e0c8-002e-4630-9558-443554a2021b 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-14T06:15:02.293Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.293Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238406422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-14T06:15:02.294Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.294Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.294Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "ves-openapi-manager", "timestamp": 1647238406543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.294Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.294Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.295Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "clamp", "timestamp": 1647238413237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:02.295Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.295Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.295Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238406422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.295Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.296Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.296Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "ves-openapi-manager", "timestamp": 1647238406543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.296Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.296Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.296Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238406422, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:15:02.296Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.296Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.297Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "ves-openapi-manager", "timestamp": 1647238406543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.297Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.297Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.297Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "clamp", "timestamp": 1647238415248, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:15:02.297Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.297Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.298Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "clamp", "timestamp": 1647238416255, "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-14T06:15:02.304Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2cc4e0c8-002e-4630-9558-443554a2021b 2022-03-14T06:15:02.304Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cc4e0c8-002e-4630-9558-443554a2021b 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-14T06:15:02.316Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.316Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238416963, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:02.316Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.317Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.317Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238418318, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:02.318Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.318Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.318Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238419540, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:02.318Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.318Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.318Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b4f043db-9624-4c8d-b3be-30759ac6ed52", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238419697, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T06:15:02.319Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.319Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.319Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "aai-ml", "timestamp": 1647238420343, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:15:02.319Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.319Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.320Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238420636, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:02.320Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.320Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.320Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "aai-ml", "timestamp": 1647238421348, "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-14T06:15:02.326Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2cc4e0c8-002e-4630-9558-443554a2021b 2022-03-14T06:15:02.326Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cc4e0c8-002e-4630-9558-443554a2021b 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-14T06:15:02.335Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.336Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238421696, "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-14T06:15:02.341Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2cc4e0c8-002e-4630-9558-443554a2021b 2022-03-14T06:15:02.342Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2cc4e0c8-002e-4630-9558-443554a2021b 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-14T06:15:02.349Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.349Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "multicloud-k8s-id", "timestamp": 1647238422701, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T06:15:02.350Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.350Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.350Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.350Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.350Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.350Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.350Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.351Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.351Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.351Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.351Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.351Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.351Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.353Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.353Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.353Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.353Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.353Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/resourceInstances/pnff9ce33c2a5ea0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.353Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.353Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.354Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:02.354Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.354Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.354Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:15:02.354Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:15:02.354Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.354Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238433474, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:02.355Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.355Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:15:02.355Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238435903, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPyuk24gzf3lk7hntxabo/1.0/artifacts/service-DemoPnfPyuk24gzf3lk7hntxabo-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:15:02.355Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:15:02.528Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:15:02.529Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:02.533Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:02.533Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-14T06:15:02.633Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:15:02.634Z||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-14T06:15:02.634Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:02.644Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:02.645Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:03.534Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:15:03.535Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:03.537Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:03.537Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:03.638Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:15:03.639Z||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-14T06:15:03.639Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:03.652Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:03.653Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:04.538Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:15:04.539Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:04.541Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:04.541Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-14T06:15:04.641Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:15:04.643Z||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-14T06:15:04.643Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:04.656Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:04.657Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:05.542Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:15:05.543Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:05.546Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:05.546Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:05.648Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T06:15:05.649Z||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-14T06:15:05.649Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:05.661Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:05.662Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:06.548Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:15:06.548Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:06.550Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:06.550Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:15:06.650Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:15:06.651Z||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-14T06:15:06.652Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:06.666Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:06.666Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:07.552Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "cf2c930a-a8cc-462d-9bfd-489f6792896b", "serviceDescription": "service", "serviceInvariantUUID": "5e70bffb-eb4f-45c6-b3c6-ca21641fba31", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "0a192343-f552-444f-b1ed-50f07bbf5772", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4441a51b-bec1-47fa-a119-868a22887263", "resourceInvariantUUID": "4cc62d4d-09f6-4035-9452-b7054d248226", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b6eb9e11-546c-44be-a960-b1ccede2d8a0", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "cbaacbfb-0557-4499-9a6f-cca1fff8dd73", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "MDY0NzY5MzM0Zjk1YmYyMDMxZDkzMzM4NjdjMTc1YzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a03c48bf-f3e4-49b4-ab4f-6a582b0c7ba4", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7b9aaffc-7d34-4a52-b1c7-b2b4656f515a", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bd0b11e7-0adf-4c43-9e93-87da8dc5450b", "generatedFromUUID": "7b9aaffc-7d34-4a52-b1c7-b2b4656f515a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bd0b11e7-0adf-4c43-9e93-87da8dc5450b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "OTdjM2I2ZjM2YTM2ZjE2ZDA3NjdhMDQ5MWJhZjZlNDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f39a684a-59bc-4c72-a55b-a45582c1632e" } ], "workloadContext": "Production" } 2022-03-14T06:15:07.552Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T06:15:07.553Z|1449d3d1-02f4-4319-8384-2aaaf0e51db2|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 cf2c930a-a8cc-462d-9bfd-489f6792896b ASDC 2022-03-14T06:15:07.553Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:2cc4e0c8-002e-4630-9558-443554a2021b ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:cf2c930a-a8cc-462d-9bfd-489f6792896b ServiceInvariantUUID:5e70bffb-eb4f-45c6-b3c6-ca21641fba31 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:f39a684a-59bc-4c72-a55b-a45582c1632e ArtifactChecksum:OTdjM2I2ZjM2YTM2ZjE2ZDA3NjdhMDQ5MWJhZjZlNDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:0a192343-f552-444f-b1ed-50f07bbf5772 ResourceInvariantUUID:4cc62d4d-09f6-4035-9452-b7054d248226 ResourceName:basic_cnf ResourceType:VF ResourceUUID:4441a51b-bec1-47fa-a119-868a22887263 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:b6eb9e11-546c-44be-a960-b1ccede2d8a0 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:cbaacbfb-0557-4499-9a6f-cca1fff8dd73 ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:a03c48bf-f3e4-49b4-ab4f-6a582b0c7ba4 ArtifactChecksum:MDY0NzY5MzM0Zjk1YmYyMDMxZDkzMzM4NjdjMTc1YzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:7b9aaffc-7d34-4a52-b1c7-b2b4656f515a ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:bd0b11e7-0adf-4c43-9e93-87da8dc5450b ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:bd0b11e7-0adf-4c43-9e93-87da8dc5450b ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T06:15:07.554Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cf2c930a-a8cc-462d-9bfd-489f6792896b 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-14T06:15:07.595Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T06:15:07.596Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-14T06:15:07.596Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-14T06:15:07.596Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f39a684a-59bc-4c72-a55b-a45582c1632e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-14T06:15:07.597Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-14T06:15:07.597Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-14T06:15:07.948Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-14T06:15:07.952Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar f39a684a-59bc-4c72-a55b-a45582c1632e 68960 2022-03-14T06:15:07.953Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-14T06:15:07.953Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-14T06:15:07.953Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:15:07.954Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:07.956Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:07.956Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238507953, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:08.056Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:15:08.057Z||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-14T06:15:08.058Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:08.074Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:08.074Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:08.957Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T06:15:08.959Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-14T06:15:08.960Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f39a684a-59bc-4c72-a55b-a45582c1632e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T06:15:08.960Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-14T06:15:08.962Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T06:15:08.962Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T06:15:09.132Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16222209823699468525/Definitions/service-BasicCnf-template.yml 2022-03-14T06:15:10.528Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T06:15:10.528Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-14T06:15:10.528Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T06:15:10.529Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-14T06:15:10.529Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T06:15:10.529Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T06:15:10.529Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T06:15:10.529Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T06:15:10.530Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-14T06:15:10.530Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:10.530Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:10.531Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T06:15:10.531Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-14T06:15:10.531Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T06:15:10.531Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:10.531Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:10.532Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T06:15:10.532Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-14T06:15:10.532Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T06:15:10.533Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:10.533Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:10.533Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:10.533Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-14T06:15:10.534Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-14T06:15:10.534Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-14T06:15:10.534Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-14T06:15:10.534Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:10.535Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T06:15:10.535Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:10.535Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T06:15:10.536Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:15:10.536Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:10.536Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T06:15:10.536Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:15:10.537Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:10.537Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T06:15:10.537Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:15:10.538Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:10.538Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-14T06:15:10.538Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-14T06:15:10.538Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bcb93ce5-6b17-4785-95e7-cdcd16a5cc06 2022-03-14T06:15:10.539Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:10.539Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:10.539Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:10.539Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:10.540Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:10.540Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:10.540Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:10.541Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:10.541Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:cf2c930a-a8cc-462d-9bfd-489f6792896b Model Version:NULL Model InvariantUuid:5e70bffb-eb4f-45c6-b3c6-ca21641fba31 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:8a03d68d-da99-477a-8f71-ef5b80dce17b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4cc62d4d-09f6-4035-9452-b7054d248226 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0a192343-f552-444f-b1ed-50f07bbf5772 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e0748579-a1eb-4b36-b452-a3bb7b5f3d08 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:5e50872f-b207-410d-a874-8033472e4538 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bcb93ce5-6b17-4785-95e7-cdcd16a5cc06 ModelInvariantUuid:43a5f5a6-1d88-400f-ba38-37a264d42d0b ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:05e4bb68-fe67-4f91-bfb5-e0ddfe2b3af5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:4323e000-d75a-4614-aaaa-81af91dc55c5 ModelInvariantUuid:d15eae1b-d4ce-4918-a151-55206d80ba33 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:6df6a665-1f78-4c09-8d5e-b3cece6942d0 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-14T06:15:10.575Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4441a51b-bec1-47fa-a119-868a22887263 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-14T06:15:10.580Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-03-14T06:15:10.580Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4441a51b-bec1-47fa-a119-868a22887263 2022-03-14T06:15:10.580Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b6eb9e11-546c-44be-a960-b1ccede2d8a0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-14T06:15:10.580Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-14T06:15:10.581Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-14T06:15:10.665Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-14T06:15:10.666Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b6eb9e11-546c-44be-a960-b1ccede2d8a0 12 2022-03-14T06:15:10.666Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-14T06:15:10.666Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-14T06:15:10.666Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:15:10.667Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:10.669Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:10.669Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238510666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:10.769Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:15:10.770Z||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-14T06:15:10.771Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:10.782Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:10.782Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:15:11.670Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cbaacbfb-0557-4499-9a6f-cca1fff8dd73 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-14T06:15:11.671Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-14T06:15:11.671Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-14T06:15:11.837Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-14T06:15:11.838Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cbaacbfb-0557-4499-9a6f-cca1fff8dd73 2688 2022-03-14T06:15:11.838Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-14T06:15:11.838Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-14T06:15:11.839Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:15:11.839Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:11.841Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:11.841Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238511838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:11.941Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:15:11.942Z||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-14T06:15:11.942Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:11.961Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:11.962Z||pool-78-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:12.843Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a03c48bf-f3e4-49b4-ab4f-6a582b0c7ba4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-14T06:15:12.843Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-14T06:15:12.844Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-14T06:15:13.046Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-14T06:15:13.047Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a03c48bf-f3e4-49b4-ab4f-6a582b0c7ba4 828 2022-03-14T06:15:13.048Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-14T06:15:13.048Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-14T06:15:13.049Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:15:13.049Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:13.053Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:13.053Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238513048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:13.153Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:15:13.154Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:15:13.154Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:13.167Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:13.167Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:14.054Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e0748579-a1eb-4b36-b452-a3bb7b5f3d08", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5e50872f-b207-410d-a874-8033472e4538", "vfModuleModelCustomizationUUID": "ee0d1e35-67d5-4849-b325-ea08051192cc", "isBase": true, "artifacts": [ "7b9aaffc-7d34-4a52-b1c7-b2b4656f515a", "cbaacbfb-0557-4499-9a6f-cca1fff8dd73", "bd0b11e7-0adf-4c43-9e93-87da8dc5450b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-14T06:15:14.064Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5e50872f-b207-410d-a874-8033472e4538 VfModuleModelInvariantUUID:e0748579-a1eb-4b36-b452-a3bb7b5f3d08 VfModuleModelDescription:NULL Artifacts UUID List:{ 7b9aaffc-7d34-4a52-b1c7-b2b4656f515a , cbaacbfb-0557-4499-9a6f-cca1fff8dd73 , bd0b11e7-0adf-4c43-9e93-87da8dc5450b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-14T06:15:14.067Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "e0748579-a1eb-4b36-b452-a3bb7b5f3d08", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5e50872f-b207-410d-a874-8033472e4538", "vfModuleModelCustomizationUUID": "ee0d1e35-67d5-4849-b325-ea08051192cc", "isBase": true, "artifacts": [ "7b9aaffc-7d34-4a52-b1c7-b2b4656f515a", "cbaacbfb-0557-4499-9a6f-cca1fff8dd73", "bd0b11e7-0adf-4c43-9e93-87da8dc5450b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-14T06:15:14.068Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5e50872f-b207-410d-a874-8033472e4538 VfModuleModelInvariantUUID:e0748579-a1eb-4b36-b452-a3bb7b5f3d08 VfModuleModelDescription:NULL Artifacts UUID List:{ 7b9aaffc-7d34-4a52-b1c7-b2b4656f515a , cbaacbfb-0557-4499-9a6f-cca1fff8dd73 , bd0b11e7-0adf-4c43-9e93-87da8dc5450b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-14T06:15:14.068Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7b9aaffc-7d34-4a52-b1c7-b2b4656f515a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-14T06:15:14.068Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-14T06:15:14.068Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-14T06:15:14.341Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-14T06:15:14.341Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7b9aaffc-7d34-4a52-b1c7-b2b4656f515a 1164 2022-03-14T06:15:14.342Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-14T06:15:14.342Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-14T06:15:14.342Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:15:14.342Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:14.345Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:14.345Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238514342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:14.446Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T06:15:14.447Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:15:14.448Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:14.462Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:14.462Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:15.346Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: bd0b11e7-0adf-4c43-9e93-87da8dc5450b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-14T06:15:15.347Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-14T06:15:15.348Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-14T06:15:15.401Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-14T06:15:15.402Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bd0b11e7-0adf-4c43-9e93-87da8dc5450b 200 2022-03-14T06:15:15.402Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-14T06:15:15.403Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-14T06:15:15.403Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:15:15.403Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:15.405Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:15.405Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238515402, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-14T06:15:15.505Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:15:15.506Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:15:15.507Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:15.522Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:15.523Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:16.406Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: cf2c930a-a8cc-462d-9bfd-489f6792896b 2022-03-14T06:15:16.407Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 4441a51b-bec1-47fa-a119-868a22887263 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-03-14T06:15:16.428Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T06:15:16.439Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f8cd1ac, org.onap.sdc.toscaparser.api.parameters.Input@2cb72148, org.onap.sdc.toscaparser.api.parameters.Input@37b96bad, org.onap.sdc.toscaparser.api.parameters.Input@69ded03f, org.onap.sdc.toscaparser.api.parameters.Input@20167d19] 2022-03-14T06:15:16.441Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:16.441Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:16.442Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-14T06:15:16.442Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 0a192343-f552-444f-b1ed-50f07bbf5772 2022-03-14T06:15:16.442Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0a192343-f552-444f-b1ed-50f07bbf5772 matches Tosca VF Customization UUID: 0a192343-f552-444f-b1ed-50f07bbf5772 2022-03-14T06:15:16.442Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 0a192343-f552-444f-b1ed-50f07bbf5772 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-14T06:15:16.445Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:16.446Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:16.447Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 0a192343-f552-444f-b1ed-50f07bbf5772: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-03-14T06:15:16.447Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56662a08 2022-03-14T06:15:16.447Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:16.448Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T06:15:16.448Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ee0d1e35-67d5-4849-b325-ea08051192cc 2022-03-14T06:15:16.448Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ee0d1e35-67d5-4849-b325-ea08051192cc 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-14T06:15:16.451Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:16.452Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T06:15:16.452Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:15:16.453Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:16.453Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T06:15:16.453Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:15:16.453Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:16.454Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-14T06:15:16.454Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-14T06:15:16.454Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bcb93ce5-6b17-4785-95e7-cdcd16a5cc06 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-14T06:15:16.457Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:16.457Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T06:15:16.457Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T06:15:16.457Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:16.458Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T06:15:16.458Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0a192343-f552-444f-b1ed-50f07bbf5772 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-14T06:15:16.460Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:16.460Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:16.460Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid cf2c930a-a8cc-462d-9bfd-489f6792896b: basic_cnf 2022-03-14T06:15:16.461Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:16.461Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:16.461Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:16.461Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:16.461Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:16.462Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:16.462Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:16.462Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:16.462Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:15:16.462Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:15:16.463Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-14T06:15:16.530Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 4441a51b-bec1-47fa-a119-868a22887263 1 ASDC deployResourceStructure 2022-03-14T06:15:16.532Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-14T06:15:16.532Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-03-14T06:15:16.532Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-14T06:15:16.532Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:16.534Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:16.535Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238516531, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-14T06:15:16.635Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:15:16.636Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:15:16.636Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:16.651Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:16.651Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:17.536Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-14T06:15:17.537Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-14T06:15:17.537Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-14T06:15:17.538Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:17.540Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:17.540Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238517536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-14T06:15:17.641Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T06:15:17.642Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:15:17.642Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:17.654Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:17.654Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:15:18.541Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-14T06:15:18.542Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-14T06:15:18.543Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:15:18.543Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:18.546Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:18.546Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238518541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T06:15:18.654Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-03-14T06:15:18.656Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:15:18.656Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:18.672Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:18.674Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:19.547Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-14T06:15:19.548Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-14T06:15:19.548Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:15:19.548Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:19.551Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:19.551Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238519547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-14T06:15:19.654Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-14T06:15:19.655Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:15:19.655Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:19.668Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:19.669Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:15:20.552Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-14T06:15:20.553Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-14T06:15:20.553Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:15:20.553Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:20.556Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:20.556Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238520552, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-14T06:15:20.656Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:15:20.658Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:15:20.658Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:20.678Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:20.679Z||pool-86-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:21.557Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-14T06:15:21.558Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-14T06:15:21.558Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:15:21.559Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:21.561Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:21.561Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238521557, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:15:21.661Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:15:21.663Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:15:21.663Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:21.677Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:21.678Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:15:22.564Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2cc4e0c8-002e-4630-9558-443554a2021b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:15:22.576Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2cc4e0c8-002e-4630-9558-443554a2021b 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-14T06:15:22.579Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:15:22.579Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T06:15:22.579Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T06:15:22.579Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T06:15:22.579Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:15:22.579Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:15:22.579Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:15:22.580Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:15:22.580Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:15:22.580Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:15:22.580Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T06:15:22.587Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T06:15:52.587Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2cc4e0c8-002e-4630-9558-443554a2021b 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-14T06:15:52.595Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2cc4e0c8-002e-4630-9558-443554a2021b and serviceModelVersionId: cf2c930a-a8cc-462d-9bfd-489f6792896b 2022-03-14T06:15:52.596Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5e70bffb-eb4f-45c6-b3c6-ca21641fba31 2022-03-14T06:15:52.596Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5e70bffb-eb4f-45c6-b3c6-ca21641fba31/model-vers/model-ver/cf2c930a-a8cc-462d-9bfd-489f6792896b?depth=0 2022-03-14T06:15:52.601Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T06:15:52.659Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e70bffb-eb4f-45c6-b3c6-ca21641fba31/model-vers/model-ver/cf2c930a-a8cc-462d-9bfd-489f6792896b?depth=0|INFO|500||Invoke 2022-03-14T06:15:52.660Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e70bffb-eb4f-45c6-b3c6-ca21641fba31/model-vers/model-ver/cf2c930a-a8cc-462d-9bfd-489f6792896b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e70bffb-eb4f-45c6-b3c6-ca21641fba31/model-vers/model-ver/cf2c930a-a8cc-462d-9bfd-489f6792896b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2cc4e0c8-002e-4630-9558-443554a2021b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b08df13-ff20-43d2-a931-667fee69eab8], X-ECOMP-RequestID=[2cc4e0c8-002e-4630-9558-443554a2021b], X-TransactionId=[], X-ONAP-RequestID=[2cc4e0c8-002e-4630-9558-443554a2021b], Content-Type=[application/merge-patch+json]} 2022-03-14T06:15:52.689Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e70bffb-eb4f-45c6-b3c6-ca21641fba31/model-vers/model-ver/cf2c930a-a8cc-462d-9bfd-489f6792896b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T06:15:52.983Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e70bffb-eb4f-45c6-b3c6-ca21641fba31/model-vers/model-ver/cf2c930a-a8cc-462d-9bfd-489f6792896b?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/5e70bffb-eb4f-45c6-b3c6-ca21641fba31/model-vers/model-ver/cf2c930a-a8cc-462d-9bfd-489f6792896b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220314-06:15:52:853-12813], vertex-id=[249936], Content-Length=[0], Date=[Mon, 14 Mar 2022 06:15:52 GMT], Content-Type=[application/json]} 2022-03-14T06:15:52.984Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e70bffb-eb4f-45c6-b3c6-ca21641fba31/model-vers/model-ver/cf2c930a-a8cc-462d-9bfd-489f6792896b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-14T06:15:52.984Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5e70bffb-eb4f-45c6-b3c6-ca21641fba31/model-vers/model-ver/cf2c930a-a8cc-462d-9bfd-489f6792896b?depth=0|INFO|500||InvokeReturn 2022-03-14T06:15:52.985Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T06:15:52.985Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T06:15:52.994Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T06:15:52.995Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2cc4e0c8-002e-4630-9558-443554a2021b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T06:15:52.995Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T06:15:52.995Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:52.998Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:52.998Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238552995, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T06:15:53.098Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:15:53.099Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:15:53.099Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:53.116Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:53.117Z||pool-88-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-14T06:15:54.012Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:15:54.013Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:15:54.013Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:58.340Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:58.341Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T06:15:58.342Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"eed80894-701f-4fb0-9af5-2debc9ca2f64","serviceDescription":"service","serviceInvariantUUID":"9f4f1a6b-60ea-4d80-b5a6-aa4fcd76787b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3adcff27-6371-4a5b-a601-2a6dce91105b","resourceInvariantUUID":"432ffca3-329b-4984-ad5d-e330c78131dc","resourceCustomizationUUID":"65d0bbef-2ed8-4929-adfd-912f3cabf7b6","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":"YTBmOWNlNDNiNGQ5ZTM4Y2E3Nzc3ZTk0MmY2NDRlYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2136f7aa-cd59-46d7-908e-39d727fb1984","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":"40a366d0-4fd4-4d25-8440-6c37306c5a0d","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":"df8e68f8-5d22-41d9-912a-f12e2a020301","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":"OWMzOTdmZDgyMDY4NTc3MmQwNGUwYzllYTQwY2E1Yjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6a0ec9c2-4cca-480c-b13c-45dff6a539d0","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":"bcbc4ff5-633b-4bc0-8dac-8e925dba51f9","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":"89c64d0f-d7af-4b1e-9e98-5cd76d7b657c","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":"1e1cca33-bd97-4c8b-9269-070f924850cf","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":"NDA2ZjEwNTY4MjcyMjNkNDQ3YzExNzQ1NTRhYWY2MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a07bf1d-2564-4a3a-b5cd-cd9ede8d2f89","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDFmOWQ5ODRjNzUzOTE3MTllZGUwZDgwMWY3ZjUwNGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af0f2494-bec7-4aff-af49-0acc48baf5bf","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T06:15:58.344Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:15:58.344Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:58.348Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:58.348Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:58.448Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:15:58.449Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:15:58.450Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:58.461Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:58.462Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:15:59.348Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:15:59.349Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:15:59.352Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:15:59.352Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:15:59.452Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:15:59.453Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:15:59.453Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:15:59.483Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:15:59.484Z||pool-90-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:16:00.352Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:16:00.353Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:16:00.356Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:16:00.357Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:00.457Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:16:00.458Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:16:00.458Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:16:00.471Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:16:00.471Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:16:01.358Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:16:01.358Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:16:01.361Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:16:01.362Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:01.462Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:16:01.463Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:16:01.463Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:16:01.478Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:16:01.478Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:16:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:16:02.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:16:02.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:16:02.199Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:16:02.201Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.201Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "multicloud-k8s-id", "timestamp": 1647238466422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "ves-openapi-manager", "timestamp": 1647238466543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "cds", "timestamp": 1647238466537, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "aai-ml", "timestamp": 1647238460022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "ves-openapi-manager", "timestamp": 1647238466543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "aai-ml", "timestamp": 1647238460022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "cds", "timestamp": 1647238466537, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "multicloud-k8s-id", "timestamp": 1647238466422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "cds", "timestamp": 1647238466537, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "ves-openapi-manager", "timestamp": 1647238466543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "multicloud-k8s-id", "timestamp": 1647238466422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "aai-ml", "timestamp": 1647238460022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "ves-openapi-manager", "timestamp": 1647238466543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "cds", "timestamp": 1647238466537, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.209Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "multicloud-k8s-id", "timestamp": 1647238466422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.210Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "aai-ml", "timestamp": 1647238460022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "policy-id", "timestamp": 1647238473054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.211Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "ves-openapi-manager", "timestamp": 1647238466543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.212Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "multicloud-k8s-id", "timestamp": 1647238466422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.213Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "cds", "timestamp": 1647238466537, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "aai-ml", "timestamp": 1647238460022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.214Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "policy-id", "timestamp": 1647238473054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "ves-openapi-manager", "timestamp": 1647238466543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.215Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "multicloud-k8s-id", "timestamp": 1647238466422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.216Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "cds", "timestamp": 1647238466537, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "aai-ml", "timestamp": 1647238460022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.217Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "policy-id", "timestamp": 1647238473054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "ves-openapi-manager", "timestamp": 1647238466543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-14T06:16:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.218Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "multicloud-k8s-id", "timestamp": 1647238466422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.219Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "cds", "timestamp": 1647238466537, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "aai-ml", "timestamp": 1647238460022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.220Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "policy-id", "timestamp": 1647238473054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.221Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "ves-openapi-manager", "timestamp": 1647238466543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "multicloud-k8s-id", "timestamp": 1647238466422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.222Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.223Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "cds", "timestamp": 1647238466537, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.223Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.223Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.223Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "aai-ml", "timestamp": 1647238460022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.223Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.224Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.224Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "policy-id", "timestamp": 1647238473054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.224Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.224Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.224Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "ves-openapi-manager", "timestamp": 1647238466543, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.225Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.225Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.225Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "multicloud-k8s-id", "timestamp": 1647238466422, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:16:02.225Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.225Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.225Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "cds", "timestamp": 1647238466537, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:16:02.225Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.226Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.226Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "aai-ml", "timestamp": 1647238460022, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:16:02.226Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.226Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.226Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "policy-id", "timestamp": 1647238473054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.226Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.227Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.227Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "aai-ml", "timestamp": 1647238479496, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:16:02.227Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:16:02.227Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.227Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "cds", "timestamp": 1647238479547, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:16:02.227Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:16:02.227Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "ves-openapi-manager", "timestamp": 1647238479819, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T06:16:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:16:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "policy-id", "timestamp": 1647238473054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.228Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "ves-openapi-manager", "timestamp": 1647238480848, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-14T06:16:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:16:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "policy-id", "timestamp": 1647238473054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.229Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "ves-openapi-manager", "timestamp": 1647238481851, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:16:02.245Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac 2022-03-14T06:16:02.245Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac 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-14T06:16:02.256Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.256Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "policy-id", "timestamp": 1647238473054, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:16:02.257Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.257Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.257Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "cds", "timestamp": 1647238482084, "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-14T06:16:02.262Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac 2022-03-14T06:16:02.262Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac 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-14T06:16:02.272Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.272Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "policy-id", "timestamp": 1647238482954, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:16:02.272Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:16:02.272Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.272Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "policy-id", "timestamp": 1647238483960, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:16:02.272Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:16:02.273Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.273Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "clamp", "timestamp": 1647238483459, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.273Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.273Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.273Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "aai-ml", "timestamp": 1647238484969, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:16:02.273Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:16:02.273Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.273Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "policy-id", "timestamp": 1647238484970, "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-14T06:16:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac 2022-03-14T06:16:02.278Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac 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-14T06:16:02.288Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.288Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "clamp", "timestamp": 1647238483459, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.289Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.289Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.289Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "aai-ml", "timestamp": 1647238485974, "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-14T06:16:02.295Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac 2022-03-14T06:16:02.296Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac 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-14T06:16:02.306Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.306Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "clamp", "timestamp": 1647238483459, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.307Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.307Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.307Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "clamp", "timestamp": 1647238483459, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.307Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.307Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.307Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "clamp", "timestamp": 1647238483459, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.307Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.307Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.307Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "clamp", "timestamp": 1647238483459, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.307Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.307Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238489201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "clamp", "timestamp": 1647238483459, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238489201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "clamp", "timestamp": 1647238483459, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.308Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238489201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.309Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.309Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.309Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "clamp", "timestamp": 1647238483459, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:16:02.309Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.309Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.309Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238489201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.309Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.309Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.309Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238489201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.309Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.309Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.309Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238489201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.309Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.310Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.310Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238489201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.310Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.310Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.310Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238489201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.310Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.310Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.310Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1449d3d1-02f4-4319-8384-2aaaf0e51db2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238497494, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T06:16:02.310Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:16:02.310Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.311Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238489201, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:16:02.311Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.311Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.311Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "clamp", "timestamp": 1647238498254, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:16:02.311Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:16:02.311Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.311Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.311Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.311Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.311Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238499330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:16:02.311Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:16:02.311Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.312Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-14T06:16:02.312Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.312Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.312Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "clamp", "timestamp": 1647238500263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:16:02.312Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:16:02.312Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.312Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-14T06:16:02.312Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.313Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.313Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238501158, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:16:02.313Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:16:02.313Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.313Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "clamp", "timestamp": 1647238501267, "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-14T06:16:02.318Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac 2022-03-14T06:16:02.318Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac 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-14T06:16:02.330Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.330Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-14T06:16:02.331Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:16:02.331Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:16:02.331Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647238502164, "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-14T06:16:02.336Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac 2022-03-14T06:16:02.337Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac 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-14T06:16:02.362Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:16:02.363Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:16:02.365Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:16:02.365Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:02.465Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:16:02.466Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:16:02.466Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:16:02.478Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:16:02.478Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:16:03.366Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:16:03.366Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:16:03.369Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:16:03.369Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:03.469Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:16:03.471Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:16:03.471Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:16:03.487Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:16:03.488Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:16:04.370Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:16:04.371Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:16:04.374Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:16:04.374Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:04.474Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:16:04.475Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:16:04.475Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:16:04.487Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:16:04.487Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:16:05.375Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:16:05.376Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:16:05.378Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:16:05.379Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:16:05.479Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:16:05.480Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:16:05.482Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:16:05.497Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:16:05.498Z||pool-96-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-14T06:16:06.379Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T06:16:06.380Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:16:06.382Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:16:06.382Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:16:06.482Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:16:06.483Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:16:06.483Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:16:06.494Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:16:06.495Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:16:07.383Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "eed80894-701f-4fb0-9af5-2debc9ca2f64", "serviceDescription": "service", "serviceInvariantUUID": "9f4f1a6b-60ea-4d80-b5a6-aa4fcd76787b", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "65d0bbef-2ed8-4929-adfd-912f3cabf7b6", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3adcff27-6371-4a5b-a601-2a6dce91105b", "resourceInvariantUUID": "432ffca3-329b-4984-ad5d-e330c78131dc", "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": "ZDFmOWQ5ODRjNzUzOTE3MTllZGUwZDgwMWY3ZjUwNGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "af0f2494-bec7-4aff-af49-0acc48baf5bf" } ], "workloadContext": "Production" } 2022-03-14T06:16:07.384Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T06:16:07.384Z|2cc4e0c8-002e-4630-9558-443554a2021b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 eed80894-701f-4fb0-9af5-2debc9ca2f64 ASDC 2022-03-14T06:16:07.385Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:eed80894-701f-4fb0-9af5-2debc9ca2f64 ServiceInvariantUUID:9f4f1a6b-60ea-4d80-b5a6-aa4fcd76787b 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:af0f2494-bec7-4aff-af49-0acc48baf5bf ArtifactChecksum:ZDFmOWQ5ODRjNzUzOTE3MTllZGUwZDgwMWY3ZjUwNGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:65d0bbef-2ed8-4929-adfd-912f3cabf7b6 ResourceInvariantUUID:432ffca3-329b-4984-ad5d-e330c78131dc ResourceName:test-pnf ResourceType:PNF ResourceUUID:3adcff27-6371-4a5b-a601-2a6dce91105b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-14T06:16:07.385Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eed80894-701f-4fb0-9af5-2debc9ca2f64 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-14T06:16:07.417Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T06:16:07.419Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-14T06:16:07.419Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-14T06:16:07.419Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: af0f2494-bec7-4aff-af49-0acc48baf5bf from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-14T06:16:07.419Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-14T06:16:07.419Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-14T06:16:07.923Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-14T06:16:07.929Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar af0f2494-bec7-4aff-af49-0acc48baf5bf 105657 2022-03-14T06:16:07.929Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||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-14T06:16:07.929Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||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-14T06:16:07.929Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T06:16:07.930Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:16:07.932Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:16:07.932Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238567929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:16:08.032Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T06:16:08.034Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:16:08.034Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:16:08.046Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:16:08.047Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:16:08.933Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T06:16:08.934Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-14T06:16:08.935Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: af0f2494-bec7-4aff-af49-0acc48baf5bf, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T06:16:08.935Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-14T06:16:08.936Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T06:16:08.936Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T06:16:09.082Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10126070017104669716/Definitions/service-TestPnfMacro-template.yml 2022-03-14T06:16:10.007Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T06:16:10.020Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-14T06:16:10.021Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T06:16:10.021Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-14T06:16:10.021Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T06:16:10.021Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T06:16:10.021Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||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-14T06:16:10.022Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T06:16:10.022Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T06:16:10.022Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T06:16:10.022Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T06:16:10.022Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-14T06:16:10.023Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:16:10.023Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:16:10.023Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-14T06:16:10.024Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-14T06:16:10.024Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T06:16:10.024Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:16:10.024Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:16:10.025Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-14T06:16:10.025Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-14T06:16:10.025Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T06:16:10.025Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:16:10.026Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:16:10.026Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:16:10.026Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:16:10.026Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:16:10.027Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:16:10.027Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:16:10.027Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:16:10.028Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:16:10.028Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:16:10.028Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:eed80894-701f-4fb0-9af5-2debc9ca2f64 Model Version:NULL Model InvariantUuid:9f4f1a6b-60ea-4d80-b5a6-aa4fcd76787b 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-14T06:16:10.035Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3adcff27-6371-4a5b-a601-2a6dce91105b 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-14T06:16:10.038Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||test-pnf 0 2022-03-14T06:16:10.038Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3adcff27-6371-4a5b-a601-2a6dce91105b 2022-03-14T06:16:10.038Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||No resources found for Service: eed80894-701f-4fb0-9af5-2debc9ca2f64 2022-03-14T06:16:10.038Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: eed80894-701f-4fb0-9af5-2debc9ca2f64 2022-03-14T06:16:10.038Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3adcff27-6371-4a5b-a601-2a6dce91105b 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-14T06:16:10.043Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63190a7d, org.onap.sdc.toscaparser.api.parameters.Input@357b613e, org.onap.sdc.toscaparser.api.parameters.Input@1f56a3f0, org.onap.sdc.toscaparser.api.parameters.Input@448e25a8, org.onap.sdc.toscaparser.api.parameters.Input@6fef95a6] 2022-03-14T06:16:10.043Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:16:10.043Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:16:10.043Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid eed80894-701f-4fb0-9af5-2debc9ca2f64: test-pnf 2022-03-14T06:16:10.043Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||Processing PNF resource: 3adcff27-6371-4a5b-a601-2a6dce91105b 2022-03-14T06:16:10.043Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T06:16:10.043Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T06:16:10.044Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||Resource customization UUID: 65d0bbef-2ed8-4929-adfd-912f3cabf7b6 is the same as notified resource customizationUUID: 65d0bbef-2ed8-4929-adfd-912f3cabf7b6 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-14T06:16:10.076Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3adcff27-6371-4a5b-a601-2a6dce91105b 0 ASDC deployResourceStructure 2022-03-14T06:16:10.077Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||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-14T06:16:10.077Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||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-14T06:16:10.077Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T06:16:10.077Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:16:10.079Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:16:10.080Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238570077, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:16:10.180Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:16:10.181Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:16:10.181Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:16:10.194Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:16:10.195Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T06:16:11.080Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-14T06:16:11.093Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac 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-14T06:16:11.097Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T06:16:11.097Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T06:16:11.097Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T06:16:11.097Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T06:16:11.097Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:16:11.097Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:16:11.097Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:16:11.097Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:16:11.097Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:16:11.098Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:16:11.098Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T06:16:11.098Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T06:16:11.103Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T06:16:41.103Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac 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-14T06:16:41.113Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac and serviceModelVersionId: eed80894-701f-4fb0-9af5-2debc9ca2f64 2022-03-14T06:16:41.113Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f4f1a6b-60ea-4d80-b5a6-aa4fcd76787b 2022-03-14T06:16:41.114Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f4f1a6b-60ea-4d80-b5a6-aa4fcd76787b/model-vers/model-ver/eed80894-701f-4fb0-9af5-2debc9ca2f64?depth=0 2022-03-14T06:16:41.120Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T06:16:41.165Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f4f1a6b-60ea-4d80-b5a6-aa4fcd76787b/model-vers/model-ver/eed80894-701f-4fb0-9af5-2debc9ca2f64?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-14T06:16:41.168Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f4f1a6b-60ea-4d80-b5a6-aa4fcd76787b/model-vers/model-ver/eed80894-701f-4fb0-9af5-2debc9ca2f64?depth=0|INFO|500||Invoke 2022-03-14T06:16:41.194Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f4f1a6b-60ea-4d80-b5a6-aa4fcd76787b/model-vers/model-ver/eed80894-701f-4fb0-9af5-2debc9ca2f64?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T06:16:41.643Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f4f1a6b-60ea-4d80-b5a6-aa4fcd76787b/model-vers/model-ver/eed80894-701f-4fb0-9af5-2debc9ca2f64?depth=0|INFO|500||InvokeReturn 2022-03-14T06:16:41.644Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f4f1a6b-60ea-4d80-b5a6-aa4fcd76787b/model-vers/model-ver/eed80894-701f-4fb0-9af5-2debc9ca2f64?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220314-06:16:41:359-47565], vertex-id=[606368], Content-Length=[0], Date=[Mon, 14 Mar 2022 06:16:41 GMT], Content-Type=[application/json]} 2022-03-14T06:16:41.645Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-03-14T06:16:41.646Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T06:16:41.647Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T06:16:41.652Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T06:16:41.653Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T06:16:41.653Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T06:16:41.654Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-14T06:16:41.656Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T06:16:41.656Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238601653, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T06:16:41.756Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T06:16:41.758Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-14T06:16:41.758Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:16:41.775Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:16:41.776Z||pool-100-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-14T06:16:42.672Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:16:42.673Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:16:42.673Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:16:52.219Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:16:52.220Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:16:52.221Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:16:52.221Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:17:01.769Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:17:01.770Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:17:01.770Z||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-14T06:17:01.771Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:17:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:17:02.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:17:02.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:17:02.191Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:17:02.192Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:17:02.192Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-14T06:17:02.192Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:17:11.316Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:17:11.317Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:17:11.318Z||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-14T06:17:11.318Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:17:20.864Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:18:02.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:18:02.168Z||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-14T06:18:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:18:02.169Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:18:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:18:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:18:02.201Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:18:02.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.202Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:18:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:18:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.203Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-14T06:18:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:18:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:18:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:18:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238420716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:18:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:18:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238507953, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:18:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:18:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.204Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238510666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-14T06:18:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:18:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238511838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-14T06:18:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:18:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238513048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T06:18:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:18:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238514342, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T06:18:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:18:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238515402, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-14T06:18:02.205Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:18:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238516531, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-14T06:18:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:18:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238517536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-14T06:18:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:18:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238518541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T06:18:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:18:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238519547, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-14T06:18:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:18:02.206Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238520552, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-14T06:18:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:18:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238521557, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:18:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:18:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2cc4e0c8-002e-4630-9558-443554a2021b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238552995, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T06:18:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:18:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:18:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:18:02.207Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T06:18:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:18:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T06:18:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:18:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:18:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T06:18:02.208Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:18:11.765Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:19:02.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:19:02.167Z||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-14T06:19:02.167Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:19:02.169Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:19:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:19:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:19:02.694Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:19:02.695Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:19:02.695Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T06:19:02.696Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:19:02.696Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:19:02.696Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:19:02.696Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:19:02.696Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:19:02.696Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T06:19:02.697Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:19:02.697Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:19:02.697Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T06:19:02.697Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:19:02.697Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:19:02.697Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238554012, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T06:19:02.697Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T06:19:02.698Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:19:02.698Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238567929, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T06:19:02.698Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:19:02.698Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:19:02.698Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238570077, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T06:19:02.698Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:19:02.698Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T06:19:02.698Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647238601653, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T06:19:02.698Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T06:19:11.714Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:20:02.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:20:02.167Z||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-14T06:20:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:20:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:20:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:20:02.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:20:11.714Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:20:11.715Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:21:02.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:21:02.168Z||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-14T06:21:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:21:02.170Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:21:02.171Z||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-14T06:21:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:21:11.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:21:11.721Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:22:02.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:22:02.167Z||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-14T06:22:02.167Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:22:02.169Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:22:02.170Z||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-14T06:22:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:22:11.712Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:22:11.712Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:23:02.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:23:02.167Z||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-14T06:23:02.167Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:23:02.170Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:23:02.170Z||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-14T06:23:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:23:11.720Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:23:11.720Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:24:02.167Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:24:02.169Z||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-14T06:24:02.169Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:24:02.170Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:24:02.170Z||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-14T06:24:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:24:11.731Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:24:11.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:25:02.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:25:02.168Z||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-14T06:25:02.168Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:25:02.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:25:02.171Z||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-14T06:25:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:25:11.716Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:25:11.716Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:26:02.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:26:02.167Z||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-14T06:26:02.167Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:26:02.170Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:26:02.170Z||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-14T06:26:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:26:11.721Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:26:11.721Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:27:02.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:27:02.167Z||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-14T06:27:02.167Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:27:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:27:02.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:27:02.171Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:27:11.714Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:27:11.716Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:28:02.166Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:28:02.167Z||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-14T06:28:02.167Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:28:02.170Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:28:02.170Z||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-14T06:28:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:28:11.718Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:28:11.718Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:29:02.166Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:29:02.167Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:29:02.167Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:29:02.170Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:29:02.170Z||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-14T06:29:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:29:11.712Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:29:11.712Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:30:02.166Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:30:02.167Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:30:02.167Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:30:02.169Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:30:02.170Z||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-14T06:30:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:30:11.725Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:30:11.725Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:31:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:31:02.167Z||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-14T06:31:02.167Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:31:02.169Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:31:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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-14T06:31:02.170Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:31:11.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:31:11.721Z|3a210eb0-a991-4aeb-b492-2d00f425bedf|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:32:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:32:02.167Z||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-14T06:32:02.167Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:32:02.170Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:32:02.170Z||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-14T06:32:02.171Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:32:11.716Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:32:11.718Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:33:02.166Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:33:02.167Z||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-14T06:33:02.167Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:33:02.169Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:33:02.170Z||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-14T06:33:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:33:11.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:33:11.720Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:34:02.168Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:34:02.169Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:34:02.169Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:34:02.170Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:34:02.170Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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-14T06:34:02.170Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:34:11.718Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:34:11.718Z|6aba6ddd-a8ef-479e-a418-e5c82a33f67e|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:34:41.584Z||http-nio-8085-exec-4|||||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-14T06:35:02.166Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:35:02.167Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-14T06:35:02.168Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:35:02.169Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T06:35:02.170Z||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-14T06:35:02.170Z||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 Bgc1jKYsE3SJAdi4) ... 2022-03-14T06:35:11.730Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T06:35:11.730Z|92682ce9-f0b4-4be2-8bd9-8b968dbcd8ac|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK