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-05-05T05:22:22.533Z||main|||||INFO|500||The following profiles are active: basic 2022-05-05T05:22:34.698Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-05T05:22:34.707Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-05T05:22:34.866Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-05T05:22:39.464Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-05T05:22:39.989Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-05T05:22:40.497Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-05T05:22:40.504Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-05T05:22:40.635Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-05T05:22:40.932Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-05T05:22:41.638Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-05T05:22:43.502Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-05T05:22:46.305Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-05T05:22:46.360Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-05T05:22:47.032Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-05T05:22:47.290Z||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-05-05T05:22:48.656Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-05T05:22:49.813Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-05T05:22:49.835Z||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$$20cf312a.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-05-05T05:22:49.836Z||main|||||WARN|500||The sdc end point is not alive 2022-05-05T05:22:53.339Z||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-05-05T05:22:57.244Z||main|||||WARN|500||--- 2022-05-05T05:22:57.245Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-05T05:22:57.245Z||main|||||WARN|500||--- 2022-05-05T05:22:57.805Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-05T05:23:03.516Z||main|||||INFO|500||Started Application in 44.118 seconds (JVM running for 46.575) 2022-05-05T05:23:03.537Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-05T05:23:03.543Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-05T05:23:03.564Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-05T05:23:03.595Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-05T05:23:03.645Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0f00d0c6-49ce-4831-a72b-2add32c541f9 url= /sdc/v1/artifactTypes 2022-05-05T05:23:03.645Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-05T05:23:03.955Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-05T05:23:03.983Z||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-05-05T05:23:04.011Z||scheduling-1|||||DEBUG|500||create keys 2022-05-05T05:23:04.024Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-05T05:23:04.051Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:23:04.073Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 25a22fa6-76f3-4dea-800c-73ca721bc893 url= /sdc/v1/registerForDistribution 2022-05-05T05:23:04.197Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 25a22fa6-76f3-4dea-800c-73ca721bc893 url= /sdc/v1/registerForDistribution 2022-05-05T05:23:04.197Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-05T05:23:04.208Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:23:04.218Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:23:04.219Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-05T05:23:04.230Z||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-05-05T05:23:04.231Z||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-05-05T05:23:04.231Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:23:04.231Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:23:14.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:23:14.543Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:24:04.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:24:04.206Z||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-05-05T05:24:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:24:04.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:24:04.208Z||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-05-05T05:24:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:24:13.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:24:13.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:25:04.205Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:25:04.207Z||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-05-05T05:25:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:25:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:25:04.209Z||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-05-05T05:25:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:25:13.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:25:13.759Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:26:04.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:26:04.206Z||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-05-05T05:26:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:26:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:26:04.211Z||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-05-05T05:26:04.212Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:26:13.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:26:13.760Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:27:04.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:27:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:27:04.209Z||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-05-05T05:27:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:27:04.210Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-05T05:27:04.210Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ... 2022-05-05T05:27:13.759Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:27:13.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:28:04.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:28:04.206Z||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-05-05T05:28:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:28:04.208Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:28:04.209Z||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-05-05T05:28:04.210Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:28:13.760Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:28:13.760Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:29:04.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:29:04.206Z||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-05-05T05:29:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:29:04.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:29:04.208Z||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-05-05T05:29:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:29:13.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:29:13.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:30:04.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:30:04.207Z||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-05-05T05:30:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:30:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:30:04.208Z||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-05-05T05:30:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:30:13.756Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:30:13.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:31:04.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:31:04.207Z||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-05-05T05:31:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:31:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:31:04.208Z||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-05-05T05:31:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:31:13.752Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:31:13.752Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:32:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:32:04.206Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:32:04.210Z||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-05-05T05:32:04.210Z||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-05-05T05:32:04.211Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:32:04.211Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:32:13.766Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:32:13.766Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:32:24.133Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-05T05:33:04.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:33:04.207Z||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-05-05T05:33:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:33:04.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:33:04.208Z||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-05-05T05:33:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:33:13.758Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:33:13.762Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:34:04.206Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:34:04.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:34:04.208Z||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-05-05T05:34:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:34:04.208Z||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-05-05T05:34:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:34:13.758Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:34:13.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:35:04.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:35:04.207Z||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-05-05T05:35:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:35:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:35:04.208Z||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-05-05T05:35:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:35:13.755Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:35:13.758Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:36:04.205Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:36:04.206Z||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-05-05T05:36:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:36:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:36:04.208Z||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-05-05T05:36:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:36:13.759Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:36:13.763Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:37:04.206Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:37:04.208Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:37:04.209Z||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-05-05T05:37:04.209Z||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-05-05T05:37:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:37:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:37:13.752Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:37:13.766Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:38:04.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:38:04.207Z||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-05-05T05:38:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:38:04.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:38:04.209Z||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-05-05T05:38:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:38:13.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:38:13.763Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:39:04.205Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:39:04.207Z||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-05-05T05:39:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:39:04.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:39:04.208Z||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-05-05T05:39:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:39:13.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:39:13.762Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:40:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:40:04.206Z||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-05-05T05:40:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:40:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:40:04.208Z||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-05-05T05:40:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:40:13.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:40:13.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:41:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:41:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:41:04.207Z||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-05-05T05:41:04.208Z||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-05-05T05:41:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:41:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:41:13.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:41:13.758Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:42:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:42:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:42:04.210Z||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-05-05T05:42:04.210Z||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-05-05T05:42:04.211Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:42:04.211Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:42:13.762Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:42:13.767Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:43:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:43:04.207Z||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-05-05T05:43:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:43:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:43:04.208Z||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-05-05T05:43:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:43:13.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:43:13.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:44:04.206Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:44:04.207Z||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-05-05T05:44:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:44:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:44:04.208Z||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-05-05T05:44:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:44:13.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:44:13.760Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:45:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:45:04.206Z||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-05-05T05:45:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:45:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:45:04.208Z||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-05-05T05:45:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:45:13.753Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:45:13.765Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:46:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:46:04.207Z||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-05-05T05:46:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:46:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:46:04.208Z||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-05-05T05:46:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:46:13.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:46:13.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:47:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:47:04.206Z||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-05-05T05:47:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:47:04.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:47:04.208Z||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-05-05T05:47:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:47:13.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:47:13.761Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:48:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:48:04.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:48:04.208Z||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-05-05T05:48:04.208Z||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-05-05T05:48:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:48:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:48:13.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:48:13.760Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:49:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:49:04.206Z||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-05-05T05:49:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:49:04.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:49:04.208Z||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-05-05T05:49:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:49:13.759Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:49:13.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:50:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:50:04.206Z||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-05-05T05:50:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:50:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:50:04.208Z||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-05-05T05:50:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:50:13.761Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:50:13.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:51:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:51:04.206Z||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-05-05T05:51:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:51:04.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:51:04.208Z||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-05-05T05:51:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:51:13.753Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:51:13.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:52:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:52:04.206Z||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-05-05T05:52:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:52:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:52:04.208Z||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-05-05T05:52:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:52:13.756Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:52:13.755Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:53:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:53:04.207Z||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-05-05T05:53:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:53:04.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:53:04.208Z||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-05-05T05:53:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:53:13.758Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:53:13.758Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:54:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:54:04.206Z||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-05-05T05:54:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:54:04.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:54:04.208Z||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-05-05T05:54:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:54:13.754Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:54:13.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:55:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:55:04.206Z||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-05-05T05:55:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:55:04.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:55:04.208Z||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-05-05T05:55:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:55:13.762Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:55:13.762Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:56:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:56:04.206Z||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-05-05T05:56:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:56:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:56:04.208Z||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-05-05T05:56:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:56:13.761Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:56:13.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:57:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:57:04.207Z||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-05-05T05:57:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:57:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:57:04.208Z||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-05-05T05:57:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:57:13.764Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:57:13.766Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:57:21.196Z||http-nio-8085-exec-5|||||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-05-05T05:58:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:58:04.207Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:58:04.209Z||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-05-05T05:58:04.209Z||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-05-05T05:58:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:58:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:58:13.760Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:58:13.761Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:59:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:59:04.206Z||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-05-05T05:59:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:59:04.207Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T05:59:04.208Z||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-05-05T05:59:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T05:59:13.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T05:59:13.759Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:00:04.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:00:04.206Z||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-05-05T06:00:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:00:04.208Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:00:04.209Z||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-05-05T06:00:04.210Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:00:13.752Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:00:13.777Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:01:04.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:01:04.206Z||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-05-05T06:01:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:01:04.207Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:01:04.208Z||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-05-05T06:01:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:01:13.758Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:01:13.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:02:04.205Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:02:04.206Z||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-05-05T06:02:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:02:04.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:02:04.208Z||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-05-05T06:02:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:02:13.761Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:02:13.761Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:03:04.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:03:04.207Z||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-05-05T06:03:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:03:04.208Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:03:04.209Z||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-05-05T06:03:04.211Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:03:13.779Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:03:13.779Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:04.205Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:04:04.206Z||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-05-05T06:04:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:04:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:04:04.209Z||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-05-05T06:04:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:04:12.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:12.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-05T06:04:12.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"186e0f01-1084-4384-8668-65d821a3b60b","serviceName":"vFW 2022-05-05 06-01-51","serviceVersion":"1.0","serviceUUID":"991af573-0565-4d44-a021-efa6e433aa18","serviceDescription":"catalog service description","serviceInvariantUUID":"bfcb9a30-96b5-4672-8dc1-23356da73fa0","resources":[{"resourceInstanceName":"vFW 0db2aa20-b6b7 0","resourceName":"vFW 0db2aa20-b6b7","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"710e8f28-0306-41b1-902d-1790d79adb24","resourceInvariantUUID":"721dd71a-0e0a-436e-84d1-ddc4515b027c","resourceCustomizationUUID":"a6123e48-62fb-479a-8cae-a8e76aaa5667","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml","artifactChecksum":"YTZmMGUyN2UwZGU3YWM1ZDkyODBjYjZmNjQ0OWIxZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c6970fa7-244a-4930-903c-eb016f0cc87a","artifactVersion":"1"},{"artifactName":"vfw0db2aa20b6b70_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json","artifactChecksum":"OGEzZDJiOGZlYWRjOGE3YTk4NDc2NjgzZWE5MGJhODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7e6157b-6c37-421f-b4e0-6a72073ced97","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"02678375-3095-4832-8c94-5a971698f70c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml","artifactChecksum":"OTc2YzFhYTZlMzA5YTM2MGY0NzNhNTQ3M2Q1OTcwMDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a384aa77-fd8b-4088-986d-d24d8eabc4da","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8f8d5faf-7817-4977-9302-da715da840a8","artifactVersion":"2","generatedFromUUID":"02678375-3095-4832-8c94-5a971698f70c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220505060151-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml","artifactChecksum":"YjM1Njk2ZTVmYTdhMzVlN2JhMDVmODBlZGJjMTk1MWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"adcfd5f5-2f94-45a0-8f80-d76414394cf2","artifactVersion":"1"},{"artifactName":"service-Vfw20220505060151-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar","artifactChecksum":"Zjg0MTQ1MzA1MGRhOGQ3ZjQ4OGM1NzdmYjM4MDg4ZGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c6517d4-cd1e-4d33-a26b-310257d1caeb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-05T06:04:12.999Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:04:13.007Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:13.043Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:13.043Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730644205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:04:13.142Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-05-05T06:04:13.147Z||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-05-05T06:04:13.147Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:13.157Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:13.158Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:04:13.260Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:13.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-05T06:04:13.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730644359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:04:13.285Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-05-05T06:04:14.056Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:04:14.057Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:14.060Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:14.061Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730644205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "NOTIFIED" } 2022-05-05T06:04:14.161Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:04:14.163Z||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-05-05T06:04:14.163Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:14.176Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:14.177Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:04:15.061Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:04:15.062Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:15.066Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:15.066Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730644205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-05T06:04:15.166Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:04:15.167Z||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-05-05T06:04:15.167Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:15.178Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:15.180Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:04:16.066Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:04:16.067Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:16.069Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:16.070Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730644205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:04:16.170Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:04:16.171Z||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-05-05T06:04:16.171Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:16.186Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:16.187Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:04:17.070Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:04:17.071Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:17.073Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:17.074Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730644205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-05T06:04:17.174Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:04:17.175Z||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-05-05T06:04:17.175Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:17.188Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:17.189Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:04:18.074Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:04:18.075Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:18.077Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:18.077Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730644205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:04:18.178Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-05T06:04:18.180Z||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-05-05T06:04:18.180Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:18.192Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:18.193Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:04:19.077Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:04:19.078Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:19.080Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:19.081Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730644205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:04:19.181Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:04:19.182Z||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-05-05T06:04:19.182Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:19.195Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:19.196Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:04:20.083Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "serviceName": "vFW 2022-05-05 06-01-51", "serviceVersion": "1.0", "serviceUUID": "991af573-0565-4d44-a021-efa6e433aa18", "serviceDescription": "catalog service description", "serviceInvariantUUID": "bfcb9a30-96b5-4672-8dc1-23356da73fa0", "resources": [ { "resourceInstanceName": "vFW 0db2aa20-b6b7 0", "resourceCustomizationUUID": "a6123e48-62fb-479a-8cae-a8e76aaa5667", "resourceName": "vFW 0db2aa20-b6b7", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "710e8f28-0306-41b1-902d-1790d79adb24", "resourceInvariantUUID": "721dd71a-0e0a-436e-84d1-ddc4515b027c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw0db2aa20b6b70_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "artifactChecksum": "OGEzZDJiOGZlYWRjOGE3YTk4NDc2NjgzZWE5MGJhODQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b7e6157b-6c37-421f-b4e0-6a72073ced97", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "02678375-3095-4832-8c94-5a971698f70c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8f8d5faf-7817-4977-9302-da715da840a8", "generatedFromUUID": "02678375-3095-4832-8c94-5a971698f70c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8f8d5faf-7817-4977-9302-da715da840a8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220505060151-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "artifactChecksum": "Zjg0MTQ1MzA1MGRhOGQ3ZjQ4OGM1NzdmYjM4MDg4ZGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8c6517d4-cd1e-4d33-a26b-310257d1caeb" } ], "workloadContext": "Production" } 2022-05-05T06:04:20.085Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-05T06:04:20.086Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 991af573-0565-4d44-a021-efa6e433aa18 ASDC 2022-05-05T06:04:20.229Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:186e0f01-1084-4384-8668-65d821a3b60b ServiceName:vFW 2022-05-05 06-01-51 ServiceVersion:1.0 ServiceUUID:991af573-0565-4d44-a021-efa6e433aa18 ServiceInvariantUUID:bfcb9a30-96b5-4672-8dc1-23356da73fa0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220505060151-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar ArtifactUUID:8c6517d4-cd1e-4d33-a26b-310257d1caeb ArtifactChecksum:Zjg0MTQ1MzA1MGRhOGQ3ZjQ4OGM1NzdmYjM4MDg4ZGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 0db2aa20-b6b7 0 ResourceCustomizationUUID:a6123e48-62fb-479a-8cae-a8e76aaa5667 ResourceInvariantUUID:721dd71a-0e0a-436e-84d1-ddc4515b027c ResourceName:vFW 0db2aa20-b6b7 ResourceType:VF ResourceUUID:710e8f28-0306-41b1-902d-1790d79adb24 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw0db2aa20b6b70_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json ArtifactUUID:b7e6157b-6c37-421f-b4e0-6a72073ced97 ArtifactChecksum:OGEzZDJiOGZlYWRjOGE3YTk4NDc2NjgzZWE5MGJhODQ= 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/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml ArtifactUUID:02678375-3095-4832-8c94-5a971698f70c 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/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env ArtifactUUID:8f8d5faf-7817-4977-9302-da715da840a8 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/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env ArtifactUUID:8f8d5faf-7817-4977-9302-da715da840a8 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-05T06:04:20.231Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 991af573-0565-4d44-a021-efa6e433aa18 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-05-05T06:04:20.511Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:04:20.512Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-05T06:04:20.513Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-05T06:04:20.514Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8c6517d4-cd1e-4d33-a26b-310257d1caeb from URL: /sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar 2022-05-05T06:04:20.514Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-05T06:04:20.516Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar 2022-05-05T06:04:20.817Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-05T06:04:20.839Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar 8c6517d4-cd1e-4d33-a26b-310257d1caeb 99006 2022-05-05T06:04:20.841Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar ASDC sendASDCNotification 2022-05-05T06:04:20.842Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar 2022-05-05T06:04:20.843Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:04:20.844Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:20.848Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:20.848Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730660840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:04:20.948Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:04:20.949Z||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-05-05T06:04:20.949Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:20.968Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:20.968Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:04:21.849Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:04:21.850Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-05T06:04:21.851Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8c6517d4-cd1e-4d33-a26b-310257d1caeb, URL: /sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar to file: /app/ASDC/1/service-Vfw20220505060151-csar.csar 2022-05-05T06:04:21.852Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220505060151-csar.csar 2022-05-05T06:04:21.962Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220505060151-csar.csar 2022-05-05T06:04:21.963Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220505060151-csar.csar 2022-05-05T06:04:22.673Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16816796620031860145/Definitions/service-Vfw20220505060151-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-05-05T06:04:25.631Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-05T06:04:25.636Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-05T06:04:25.637Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220505060151-csar.csar 2022-05-05T06:04:25.637Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-05T06:04:25.637Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||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-Vfw20220505060151-csar.csar 2022-05-05T06:04:25.637Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||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-Vfw20220505060151-csar.csar 2022-05-05T06:04:25.637Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar 2022-05-05T06:04:25.638Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220505060151-csar.csar 2022-05-05T06:04:25.638Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220505060151-csar.csar 2022-05-05T06:04:25.638Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||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-Vfw20220505060151-csar.csar 2022-05-05T06:04:25.638Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar 2022-05-05T06:04:25.638Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||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-Vfw20220505060151-csar.csar 2022-05-05T06:04:25.642Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220505060151-csar.csar 2022-05-05T06:04:25.642Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220505060151-csar.csar 2022-05-05T06:04:25.643Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0db2aa20-b6b7 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-Vfw20220505060151-csar.csar 2022-05-05T06:04:25.643Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220505060151-csar.csar 2022-05-05T06:04:25.643Z|186e0f01-1084-4384-8668-65d821a3b60b|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-Vfw20220505060151-csar.csar 2022-05-05T06:04:25.643Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-05T06:04:25.651Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.652Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:25.657Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria 2022-05-05T06:04:25.657Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-05T06:04:25.659Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:04:25.661Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.661Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:25.661Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria 2022-05-05T06:04:25.662Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-05T06:04:25.662Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:04:25.662Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.663Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:25.666Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.667Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is not matching search criteria 2022-05-05T06:04:25.667Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-05T06:04:25.667Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-05T06:04:25.667Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:04:25.668Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:25.668Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-05T06:04:25.668Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:04:25.668Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-05T06:04:25.668Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-05T06:04:25.669Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-05T06:04:25.669Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:04:25.669Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:25.669Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-05T06:04:25.670Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:25.670Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-05T06:04:25.670Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:04:25.670Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-05T06:04:25.670Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.671Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-05T06:04:25.672Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.673Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria 2022-05-05T06:04:25.673Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:04:25.673Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.674Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria 2022-05-05T06:04:25.674Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:04:25.674Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.674Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria 2022-05-05T06:04:25.675Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:04:25.675Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.675Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is not matching search criteria 2022-05-05T06:04:25.675Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-05T06:04:25.676Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-05T06:04:25.676Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-05T06:04:25.676Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-05T06:04:25.676Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-05T06:04:25.676Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:04:25.677Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:25.677Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-05T06:04:25.677Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:25.677Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-05T06:04:25.678Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:04:25.678Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad5991a8-ead4-45de-b7db-fc89b1e46073 2022-05-05T06:04:25.678Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.679Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is not matching search criteria 2022-05-05T06:04:25.679Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-05T06:04:25.679Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-05T06:04:25.680Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:04:25.680Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:25.680Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-05T06:04:25.681Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:04:25.681Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-05T06:04:25.681Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-05T06:04:25.681Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-05T06:04:25.682Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:25.682Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-05T06:04:25.682Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:04:25.682Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7352026a-6324-427e-a559-529110775103 2022-05-05T06:04:25.683Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.683Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is not matching search criteria 2022-05-05T06:04:25.683Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-05T06:04:25.684Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-05T06:04:25.684Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:04:25.684Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:25.684Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-05T06:04:25.685Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:04:25.685Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-05T06:04:25.685Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-05T06:04:25.685Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-05T06:04:25.686Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:04:25.686Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:25.686Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-05T06:04:25.687Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1ad1cdce-567f-4095-95b6-87b6a3f8c983 2022-05-05T06:04:25.687Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.687Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:25.687Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.688Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:25.688Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.688Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:25.688Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:25.689Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:25.689Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-05 06-01-51 Description:catalog service description Model UUID:991af573-0565-4d44-a021-efa6e433aa18 Model Version:NULL Model InvariantUuid:bfcb9a30-96b5-4672-8dc1-23356da73fa0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 0db2aa20-b6b7 Model UUID:298249e1-5b2d-429b-9cae-873bcdfe1138 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:721dd71a-0e0a-436e-84d1-ddc4515b027c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a6123e48-62fb-479a-8cae-a8e76aaa5667 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b73cf5d1-2128-4845-aab2-94c13adff776 ModelName:Vfw0db2aa20B6b7..base_vfw..module-0 ModelUuid:98d1c4c3-778f-418f-ae0f-5966dedd70ce ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ad5991a8-ead4-45de-b7db-fc89b1e46073 ModelInvariantUuid:2bd521ff-a570-41ee-8109-405dbb750e95 ModelName:vFW 0db2aa20-b6b7-nodes.vfwCvfc ModelUuid:7d9f9cb4-a26a-4078-a6a4-07e1f8eeb813 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:6b6a378e-2d99-4b90-bae7-c099a11cb7a5 ModelInvariantUuid:202db29a-5476-4902-9750-ebd603606b41 ModelName:Vfw0db2aa20B6b7.compute.nodes.heat.vfw ModelUuid:59996d1b-bc48-4a93-95b5-d90317d25df9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7352026a-6324-427e-a559-529110775103 ModelInvariantUuid:a8fc562e-6e14-4113-867b-e920380062ed ModelName:vFW 0db2aa20-b6b7-nodes.vsnCvfc ModelUuid:bcadb95b-9c02-4271-97c4-1bbe5e0bde95 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:f7317eab-5e58-4353-b2d3-c3aae77b01b1 ModelInvariantUuid:c390890c-d08c-4668-8706-4e9897a1d286 ModelName:Vfw0db2aa20B6b7.compute.nodes.heat.vsn ModelUuid:706d8487-238a-460d-a374-d55aa7f50e60 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:1ad1cdce-567f-4095-95b6-87b6a3f8c983 ModelInvariantUuid:d953c205-c0ef-4a82-b990-1284a0351f9a ModelName:vFW 0db2aa20-b6b7-nodes.vpgCvfc ModelUuid:ad5d53a9-b79f-4f23-a4fe-7b12cd086bb5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:8e3cd52e-160f-46b4-afb9-dd66d47dddb3 ModelInvariantUuid:3ec93741-a0b5-4c46-ac1a-1b8454d9a2f9 ModelName:Vfw0db2aa20B6b7.compute.nodes.heat.vpg ModelUuid:d9850d34-d2a1-4964-a096-d9c7bf60009f 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-05-05T06:04:25.707Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 710e8f28-0306-41b1-902d-1790d79adb24 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-05-05T06:04:25.813Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||vFW 0db2aa20-b6b7 0 2022-05-05T06:04:25.822Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 710e8f28-0306-41b1-902d-1790d79adb24 2022-05-05T06:04:25.822Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b7e6157b-6c37-421f-b4e0-6a72073ced97 from URL: /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json 2022-05-05T06:04:25.823Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-05T06:04:25.823Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json 2022-05-05T06:04:25.997Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-05T06:04:25.998Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json b7e6157b-6c37-421f-b4e0-6a72073ced97 785 2022-05-05T06:04:25.998Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json ASDC sendASDCNotification 2022-05-05T06:04:25.999Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json 2022-05-05T06:04:25.999Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:04:25.999Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:26.003Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:26.003Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730665998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:04:26.103Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:04:26.105Z||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-05-05T06:04:26.105Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:26.116Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:26.117Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:04:27.005Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0db2aa20B6b7..base_vfw..module-0", "vfModuleModelInvariantUUID": "b73cf5d1-2128-4845-aab2-94c13adff776", "vfModuleModelVersion": "1", "vfModuleModelUUID": "98d1c4c3-778f-418f-ae0f-5966dedd70ce", "vfModuleModelCustomizationUUID": "1eb79c9f-2974-40bb-b9a2-8c2efa6b03ab", "isBase": true, "artifacts": [ "02678375-3095-4832-8c94-5a971698f70c", "8f8d5faf-7817-4977-9302-da715da840a8" ], "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-05-05T06:04:27.019Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0db2aa20B6b7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:98d1c4c3-778f-418f-ae0f-5966dedd70ce VfModuleModelInvariantUUID:b73cf5d1-2128-4845-aab2-94c13adff776 VfModuleModelDescription:NULL Artifacts UUID List:{ 02678375-3095-4832-8c94-5a971698f70c , 8f8d5faf-7817-4977-9302-da715da840a8 } 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-05-05T06:04:27.022Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0db2aa20B6b7..base_vfw..module-0", "vfModuleModelInvariantUUID": "b73cf5d1-2128-4845-aab2-94c13adff776", "vfModuleModelVersion": "1", "vfModuleModelUUID": "98d1c4c3-778f-418f-ae0f-5966dedd70ce", "vfModuleModelCustomizationUUID": "1eb79c9f-2974-40bb-b9a2-8c2efa6b03ab", "isBase": true, "artifacts": [ "02678375-3095-4832-8c94-5a971698f70c", "8f8d5faf-7817-4977-9302-da715da840a8" ], "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-05-05T06:04:27.023Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0db2aa20B6b7..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:98d1c4c3-778f-418f-ae0f-5966dedd70ce VfModuleModelInvariantUUID:b73cf5d1-2128-4845-aab2-94c13adff776 VfModuleModelDescription:NULL Artifacts UUID List:{ 02678375-3095-4832-8c94-5a971698f70c , 8f8d5faf-7817-4977-9302-da715da840a8 } 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-05-05T06:04:27.023Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 02678375-3095-4832-8c94-5a971698f70c from URL: /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml 2022-05-05T06:04:27.023Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-05T06:04:27.023Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml 2022-05-05T06:04:27.077Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-05T06:04:27.078Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml 02678375-3095-4832-8c94-5a971698f70c 20368 2022-05-05T06:04:27.079Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-05T06:04:27.079Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml 2022-05-05T06:04:27.079Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:04:27.080Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:27.081Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:27.082Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730667079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:04:27.182Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:04:27.183Z||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-05-05T06:04:27.183Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:27.194Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:27.195Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:04:28.083Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8f8d5faf-7817-4977-9302-da715da840a8 from URL: /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env 2022-05-05T06:04:28.083Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-05T06:04:28.084Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env 2022-05-05T06:04:28.135Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-05T06:04:28.136Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env 8f8d5faf-7817-4977-9302-da715da840a8 2098 2022-05-05T06:04:28.136Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-05T06:04:28.136Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env 2022-05-05T06:04:28.137Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:04:28.137Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:28.139Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:28.139Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730668136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:04:28.240Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:04:28.241Z||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-05-05T06:04:28.241Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:28.252Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:28.253Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:04:29.140Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 991af573-0565-4d44-a021-efa6e433aa18 2022-05-05T06:04:29.141Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0db2aa20-b6b7 0 710e8f28-0306-41b1-902d-1790d79adb24 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-05T06:04:29.182Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a9fc1c9, org.onap.sdc.toscaparser.api.parameters.Input@3b8e3f4c, org.onap.sdc.toscaparser.api.parameters.Input@5653ae30, org.onap.sdc.toscaparser.api.parameters.Input@64b2c6e1, org.onap.sdc.toscaparser.api.parameters.Input@6027c237] 2022-05-05T06:04:29.186Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.186Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:29.187Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-05-05T06:04:29.187Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a6123e48-62fb-479a-8cae-a8e76aaa5667 2022-05-05T06:04:29.187Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a6123e48-62fb-479a-8cae-a8e76aaa5667 matches Tosca VF Customization UUID: a6123e48-62fb-479a-8cae-a8e76aaa5667 2022-05-05T06:04:29.187Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a6123e48-62fb-479a-8cae-a8e76aaa5667 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-05-05T06:04:29.194Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.195Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:29.197Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a6123e48-62fb-479a-8cae-a8e76aaa5667: {\"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-05-05T06:04:29.197Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69fa8c42 2022-05-05T06:04:29.198Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.198Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-05T06:04:29.199Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1eb79c9f-2974-40bb-b9a2-8c2efa6b03ab 2022-05-05T06:04:29.200Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1eb79c9f-2974-40bb-b9a2-8c2efa6b03ab 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-05-05T06:04:29.207Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.207Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria 2022-05-05T06:04:29.208Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:04:29.209Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.209Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria 2022-05-05T06:04:29.209Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:04:29.209Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.210Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is not matching search criteria 2022-05-05T06:04:29.210Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-05T06:04:29.210Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-05T06:04:29.211Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-05T06:04:29.211Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-05T06:04:29.211Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-05T06:04:29.211Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:04:29.212Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:29.212Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-05T06:04:29.212Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:29.212Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-05T06:04:29.213Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:04:29.213Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ad5991a8-ead4-45de-b7db-fc89b1e46073 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-05-05T06:04:29.221Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.221Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria 2022-05-05T06:04:29.222Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:04:29.222Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.222Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is not matching search criteria 2022-05-05T06:04:29.223Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-05T06:04:29.223Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-05T06:04:29.223Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:04:29.223Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:29.224Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-05T06:04:29.224Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:04:29.224Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-05T06:04:29.224Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-05T06:04:29.225Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-05T06:04:29.225Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:29.225Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-05T06:04:29.225Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:04:29.226Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7352026a-6324-427e-a559-529110775103 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-05-05T06:04:29.228Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.228Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria 2022-05-05T06:04:29.228Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:04:29.231Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.231Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is not matching search criteria 2022-05-05T06:04:29.231Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-05T06:04:29.232Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-05T06:04:29.232Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:04:29.232Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:29.232Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-05T06:04:29.233Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:04:29.233Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-05T06:04:29.233Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-05T06:04:29.234Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-05T06:04:29.234Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:04:29.234Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-05T06:04:29.234Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-05T06:04:29.235Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1ad1cdce-567f-4095-95b6-87b6a3f8c983 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-05-05T06:04:29.236Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.237Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria 2022-05-05T06:04:29.237Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:04:29.238Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.238Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Node template vFW 0db2aa20-b6b7 0 is matching search criteria 2022-05-05T06:04:29.239Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 0db2aa20-b6b7 0] matching following query criteria: sdcType=VF, customizationUUID=a6123e48-62fb-479a-8cae-a8e76aaa5667 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-05-05T06:04:29.240Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.240Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:29.241Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 991af573-0565-4d44-a021-efa6e433aa18: vFW 0db2aa20-b6b7 2022-05-05T06:04:29.241Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.242Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:29.242Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.242Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:29.242Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.243Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:29.243Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.243Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:29.244Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:04:29.244Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-05 06-01-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:04:29.244Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-05-05 06-01-51 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-05-05T06:04:29.491Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0db2aa20-b6b7 710e8f28-0306-41b1-902d-1790d79adb24 1 ASDC deployResourceStructure 2022-05-05T06:04:29.492Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json ASDC sendASDCNotification 2022-05-05T06:04:29.492Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json 2022-05-05T06:04:29.493Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:04:29.494Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:29.497Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:29.497Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730669492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:04:29.597Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:04:29.598Z||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-05-05T06:04:29.598Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:29.609Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:29.609Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:04:30.498Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-05T06:04:30.498Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml 2022-05-05T06:04:30.499Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:04:30.499Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:30.501Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:30.501Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730670498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-05T06:04:30.601Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:04:30.602Z||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-05-05T06:04:30.602Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:30.618Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:30.619Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:04:31.502Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-05T06:04:31.502Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env 2022-05-05T06:04:31.502Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:04:31.503Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:31.505Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:31.505Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730671501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-05T06:04:31.605Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:04:31.607Z||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-05-05T06:04:31.607Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:31.618Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:31.619Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:04:32.506Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar ASDC sendASDCNotification 2022-05-05T06:04:32.507Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar 2022-05-05T06:04:32.507Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:04:32.508Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:04:32.510Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:04:32.510Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730672506, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:04:32.611Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-05T06:04:32.612Z||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-05-05T06:04:32.612Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:04:32.622Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:04:32.622Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:04:33.511Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:04:33.540Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b 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-05-05T06:04:33.542Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:04:33.543Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-05T06:04:33.543Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-05T06:05:03.543Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:05:03.553Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b 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-05-05T06:05:03.556Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:05:03.556Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-05T06:05:03.556Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-05T06:05:04.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:05:04.208Z||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-05-05T06:05:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:05:04.231Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:05:04.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:05:04.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730644205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:05:04.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:05:33.556Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:05:33.568Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b 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-05-05T06:05:33.571Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:05:33.571Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-05T06:05:33.571Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-05T06:06:03.572Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:06:03.580Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b 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-05-05T06:06:03.582Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:06:03.582Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-05T06:06:03.582Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-05T06:06:04.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:06:04.208Z||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-05-05T06:06:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:06:04.733Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:06:04.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730644359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730644205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "NOTIFIED" } 2022-05-05T06:06:04.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "cds", "timestamp": 1651730654046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730644359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730644205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-05T06:06:04.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "ves-openapi-manager", "timestamp": 1651730653772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "cds", "timestamp": 1651730654046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.742Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730644359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730644205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "ves-openapi-manager", "timestamp": 1651730653772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "cds", "timestamp": 1651730654046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730644359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730644205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-05T06:06:04.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "ves-openapi-manager", "timestamp": 1651730653772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "aai-ml", "timestamp": 1651730655741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "policy-id", "timestamp": 1651730656626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "cds", "timestamp": 1651730654046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730644359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730644205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "ves-openapi-manager", "timestamp": 1651730653772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "aai-ml", "timestamp": 1651730655741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "policy-id", "timestamp": 1651730656626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "cds", "timestamp": 1651730654046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "multicloud-k8s-id", "timestamp": 1651730657360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730644359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:06:04.750Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730644205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:06:04.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "ves-openapi-manager", "timestamp": 1651730653772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.751Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.751Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.751Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "aai-ml", "timestamp": 1651730655741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "policy-id", "timestamp": 1651730656626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-05T06:06:04.752Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.752Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.752Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "cds", "timestamp": 1651730654046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "multicloud-k8s-id", "timestamp": 1651730657360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "NOTIFIED" } 2022-05-05T06:06:04.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "ves-openapi-manager", "timestamp": 1651730653772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.753Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.753Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.753Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "aai-ml", "timestamp": 1651730655741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "policy-id", "timestamp": 1651730656626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.754Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730660469, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:06:04.754Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "cds", "timestamp": 1651730654046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:06:04.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "multicloud-k8s-id", "timestamp": 1651730657360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-05T06:06:04.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730660840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:06:04.756Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "ves-openapi-manager", "timestamp": 1651730653772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "aai-ml", "timestamp": 1651730655741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "policy-id", "timestamp": 1651730656626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.757Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "multicloud-k8s-id", "timestamp": 1651730657360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "cds", "timestamp": 1651730662031, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:06:04.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "aai-ml", "timestamp": 1651730655741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "policy-id", "timestamp": 1651730656626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "multicloud-k8s-id", "timestamp": 1651730657360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-05T06:06:04.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "cds", "timestamp": 1651730663062, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-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-05-05T06:06:04.764Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 186e0f01-1084-4384-8668-65d821a3b60b 2022-05-05T06:06:04.764Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e0f01-1084-4384-8668-65d821a3b60b 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-05-05T06:06:04.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "aai-ml", "timestamp": 1651730655741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:06:04.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "policy-id", "timestamp": 1651730656626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:06:04.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "multicloud-k8s-id", "timestamp": 1651730657360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "aai-ml", "timestamp": 1651730663850, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:06:04.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "policy-id", "timestamp": 1651730664640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:06:04.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.776Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "multicloud-k8s-id", "timestamp": 1651730657360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:06:04.776Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "policy-id", "timestamp": 1651730665654, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:06:04.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.777Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730665691, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:06:04.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.778Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730665998, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:06:04.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "multicloud-k8s-id", "timestamp": 1651730665303, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:06:04.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.780Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "policy-id", "timestamp": 1651730666666, "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-05-05T06:06:04.788Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 186e0f01-1084-4384-8668-65d821a3b60b 2022-05-05T06:06:04.789Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e0f01-1084-4384-8668-65d821a3b60b 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-05-05T06:06:04.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.797Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730666697, "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-05-05T06:06:04.802Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 186e0f01-1084-4384-8668-65d821a3b60b 2022-05-05T06:06:04.802Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e0f01-1084-4384-8668-65d821a3b60b 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-05-05T06:06:04.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730667079, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:06:04.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "multicloud-k8s-id", "timestamp": 1651730666395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:06:04.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730668136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:06:04.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "multicloud-k8s-id", "timestamp": 1651730667452, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:06:04.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "multicloud-k8s-id", "timestamp": 1651730668529, "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-05-05T06:06:04.818Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 186e0f01-1084-4384-8668-65d821a3b60b 2022-05-05T06:06:04.819Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e0f01-1084-4384-8668-65d821a3b60b 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-05-05T06:06:04.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730669492, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:06:04.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "multicloud-k8s-id", "timestamp": 1651730669535, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:06:04.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730670498, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-05T06:06:04.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730671501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-05T06:06:04.825Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730672506, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:06:04.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "clamp", "timestamp": 1651730671368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "clamp", "timestamp": 1651730671368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vfw0db2aa20b6b70_modules.json", "status": "NOTIFIED" } 2022-05-05T06:06:04.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "clamp", "timestamp": 1651730671368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "clamp", "timestamp": 1651730671368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.827Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "clamp", "timestamp": 1651730671368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/resourceInstances/vfw0db2aa20b6b70/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "clamp", "timestamp": 1651730671368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:06:04.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "clamp", "timestamp": 1651730671368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:06:04.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:06:04.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "aai-ml", "timestamp": 1651730682839, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:06:04.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "aai-ml", "timestamp": 1651730683847, "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-05-05T06:06:04.831Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 186e0f01-1084-4384-8668-65d821a3b60b 2022-05-05T06:06:04.831Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e0f01-1084-4384-8668-65d821a3b60b 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-05-05T06:06:04.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "clamp", "timestamp": 1651730688788, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:06:04.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "clamp", "timestamp": 1651730690797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060151/1.0/artifacts/service-Vfw20220505060151-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:06:04.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:06:04.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:06:04.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "clamp", "timestamp": 1651730691802, "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-05-05T06:06:04.843Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 186e0f01-1084-4384-8668-65d821a3b60b 2022-05-05T06:06:04.843Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 186e0f01-1084-4384-8668-65d821a3b60b 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-05-05T06:06:33.583Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:06:33.594Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b 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-05-05T06:06:33.598Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:06:33.598Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-05T06:06:33.598Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-05T06:06:33.598Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-05T06:06:33.599Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:06:33.599Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:06:33.599Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:06:33.599Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:06:33.599Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:06:33.599Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:06:33.599Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:06:33.604Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-05T06:07:03.605Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 186e0f01-1084-4384-8668-65d821a3b60b 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-05-05T06:07:03.616Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 186e0f01-1084-4384-8668-65d821a3b60b and serviceModelVersionId: 991af573-0565-4d44-a021-efa6e433aa18 2022-05-05T06:07:03.617Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bfcb9a30-96b5-4672-8dc1-23356da73fa0 2022-05-05T06:07:04.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:07:04.208Z||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-05-05T06:07:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:07:13.791Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:07:19.510Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0 2022-05-05T06:07:19.621Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-05-05T06:07:20.103Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0|INFO|500||Invoke 2022-05-05T06:07:20.112Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[186e0f01-1084-4384-8668-65d821a3b60b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e582e3e1-f545-489e-aeea-aa6db7c4e6af], X-ECOMP-RequestID=[186e0f01-1084-4384-8668-65d821a3b60b], X-TransactionId=[], X-ONAP-RequestID=[186e0f01-1084-4384-8668-65d821a3b60b], Content-Type=[application/merge-patch+json]} 2022-05-05T06:07:20.250Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-05T06:07:20.742Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?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/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220505-06:07:20:060-38078], vertex-id=[221248], Content-Length=[0], Date=[Thu, 05 May 2022 06:07:20 GMT], Content-Type=[application/json]} 2022-05-05T06:07:20.744Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-05T06:07:20.745Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfcb9a30-96b5-4672-8dc1-23356da73fa0/model-vers/model-ver/991af573-0565-4d44-a021-efa6e433aa18?depth=0|INFO|500||InvokeReturn 2022-05-05T06:07:20.752Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-05T06:07:20.752Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:07:20.758Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:07:20.759Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 186e0f01-1084-4384-8668-65d821a3b60b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-05T06:07:20.760Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-05T06:07:20.761Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:07:20.763Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:07:20.763Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730840759, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:07:20.864Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:07:20.865Z||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-05-05T06:07:20.865Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:07:20.876Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:07:20.879Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-05T06:07:21.777Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:07:21.778Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:07:21.778Z|186e0f01-1084-4384-8668-65d821a3b60b|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:07:32.014Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:07:32.015Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:07:32.016Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:07:32.016Z|186e0f01-1084-4384-8668-65d821a3b60b|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:07:41.561Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:07:41.562Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:07:41.563Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:07:41.563Z|186e0f01-1084-4384-8668-65d821a3b60b|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:07:51.100Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:08:04.205Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:08:04.207Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:08:04.207Z|186e0f01-1084-4384-8668-65d821a3b60b|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:08:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:08:04.208Z||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-05-05T06:08:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:08:04.831Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:08:04.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-05-05T06:08:04.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "186e0f01-1084-4384-8668-65d821a3b60b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730840759, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:08:04.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:08:13.761Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:04.205Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:09:04.206Z||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-05-05T06:09:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:09:04.208Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:09:04.209Z||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-05-05T06:09:04.210Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:09:04.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:04.836Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:04.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"977d8cdc-e306-4ad9-9f98-6527aa8fe159","serviceName":"vFW 2022-05-05 06-06-46","serviceVersion":"1.0","serviceUUID":"68c10cdc-d07a-4dc7-8d6b-610165f0d106","serviceDescription":"catalog service description","serviceInvariantUUID":"361ad2d8-fcbf-4488-ae93-a17fa3efb239","resources":[{"resourceInstanceName":"vFW ec8d07e8-cebb 0","resourceName":"vFW ec8d07e8-cebb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5b1c9545-2e6c-4ceb-b61b-e7a28e6489bc","resourceInvariantUUID":"bb29f882-8a75-486a-bf2b-4d9a47cec384","resourceCustomizationUUID":"9adfc4a2-18ba-402b-9df5-bfd6627b86e6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml","artifactChecksum":"YmJmMDA3YzVlNjIwMTIxMDA1MzFiOTRlMGU2ZTIwMGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6fc71ad-2377-47a1-a2c6-e37142ce985e","artifactVersion":"1"},{"artifactName":"vfwec8d07e8cebb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json","artifactChecksum":"YjQxOTVjYmJmOWU0NjViZDQ4NTQyOTA4MDNmMmViYmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d60f3185-9338-43fa-8e40-e4855fbcd488","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"15d04fbe-71f6-4786-9320-294198ef5fb3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml","artifactChecksum":"MGFmNmFiMzg5MDUxZDkzMzEzNzE0ZTQ4NWZlMTRlMGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76cf7910-24a6-453f-a6cf-5758254c1bb0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cf81f05c-27b1-47b5-9cab-7d829c2abe00","artifactVersion":"2","generatedFromUUID":"15d04fbe-71f6-4786-9320-294198ef5fb3"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220505060646-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml","artifactChecksum":"NTFmNGE1MmIzMjc2MmViMDU1MWQ1ZThiMDMzYzk2M2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8331db90-4d10-4d58-af48-126ce52a2d3a","artifactVersion":"1"},{"artifactName":"service-Vfw20220505060646-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar","artifactChecksum":"OTgxYTE2Y2E5YjM3OWE0Mzk3M2E0MDY5NTVmMzBmNmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21c070ef-1c61-408e-a8f6-d85e17349f49","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-05T06:09:04.839Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:09:04.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "cds", "timestamp": 1651730909046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.840Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:04.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "clamp", "timestamp": 1651730911368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "cds", "timestamp": 1651730909046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "clamp", "timestamp": 1651730911368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:09:04.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "cds", "timestamp": 1651730909046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.844Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "clamp", "timestamp": 1651730911368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "ves-openapi-manager", "timestamp": 1651730913772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "cds", "timestamp": 1651730909046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730914359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.846Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:04.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.847Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730944205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "clamp", "timestamp": 1651730911368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "ves-openapi-manager", "timestamp": 1651730913772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "cds", "timestamp": 1651730909046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730914359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "clamp", "timestamp": 1651730911368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.850Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "ves-openapi-manager", "timestamp": 1651730913772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "cds", "timestamp": 1651730909046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730914359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "policy-id", "timestamp": 1651730916626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "clamp", "timestamp": 1651730911368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "ves-openapi-manager", "timestamp": 1651730913772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.853Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "cds", "timestamp": 1651730909046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:09:04.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "policy-id", "timestamp": 1651730916626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730914359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "multicloud-k8s-id", "timestamp": 1651730917360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.855Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "clamp", "timestamp": 1651730911368, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:09:04.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "ves-openapi-manager", "timestamp": 1651730913772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730914359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "policy-id", "timestamp": 1651730916626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-05T06:09:04.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "cds", "timestamp": 1651730919649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:09:04.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:09:04.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "multicloud-k8s-id", "timestamp": 1651730917360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:09:04.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "ves-openapi-manager", "timestamp": 1651730913772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730914359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "policy-id", "timestamp": 1651730916626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "cds", "timestamp": 1651730920664, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-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-05-05T06:09:04.878Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 977d8cdc-e306-4ad9-9f98-6527aa8fe159 2022-05-05T06:09:04.879Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977d8cdc-e306-4ad9-9f98-6527aa8fe159 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-05-05T06:09:04.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "multicloud-k8s-id", "timestamp": 1651730917360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-05T06:09:04.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "ves-openapi-manager", "timestamp": 1651730913772, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730914359, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:09:04.887Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "policy-id", "timestamp": 1651730916626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "multicloud-k8s-id", "timestamp": 1651730917360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "policy-id", "timestamp": 1651730916626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730922393, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:09:04.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:09:04.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "multicloud-k8s-id", "timestamp": 1651730917360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-05T06:09:04.890Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "policy-id", "timestamp": 1651730916626, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:09:04.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "multicloud-k8s-id", "timestamp": 1651730917360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "policy-id", "timestamp": 1651730924451, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:09:04.892Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:09:04.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "multicloud-k8s-id", "timestamp": 1651730917360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:09:04.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "policy-id", "timestamp": 1651730925456, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:09:04.893Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:09:04.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730925729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:09:04.894Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:09:04.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "multicloud-k8s-id", "timestamp": 1651730925432, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:09:04.895Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:09:04.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "policy-id", "timestamp": 1651730926460, "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-05-05T06:09:04.903Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 977d8cdc-e306-4ad9-9f98-6527aa8fe159 2022-05-05T06:09:04.903Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977d8cdc-e306-4ad9-9f98-6527aa8fe159 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-05-05T06:09:04.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.914Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651730926734, "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-05-05T06:09:04.919Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 977d8cdc-e306-4ad9-9f98-6527aa8fe159 2022-05-05T06:09:04.920Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977d8cdc-e306-4ad9-9f98-6527aa8fe159 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-05-05T06:09:04.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.927Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "aai-ml", "timestamp": 1651730925741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.927Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.927Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.928Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "multicloud-k8s-id", "timestamp": 1651730926950, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:09:04.928Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:09:04.928Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.929Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "aai-ml", "timestamp": 1651730925741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.929Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "multicloud-k8s-id", "timestamp": 1651730928112, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:09:04.930Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:09:04.930Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.930Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "aai-ml", "timestamp": 1651730925741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.931Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.931Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.931Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "multicloud-k8s-id", "timestamp": 1651730929138, "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-05-05T06:09:04.934Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 977d8cdc-e306-4ad9-9f98-6527aa8fe159 2022-05-05T06:09:04.934Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977d8cdc-e306-4ad9-9f98-6527aa8fe159 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-05-05T06:09:04.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "aai-ml", "timestamp": 1651730925741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "multicloud-k8s-id", "timestamp": 1651730930142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:09:04.939Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:09:04.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "aai-ml", "timestamp": 1651730925741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "aai-ml", "timestamp": 1651730925741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:04.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "clamp", "timestamp": 1651730931825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:09:04.940Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:09:04.940Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.940Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "aai-ml", "timestamp": 1651730925741, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:09:04.940Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:09:04.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "clamp", "timestamp": 1651730932845, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:09:04.941Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:09:04.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "aai-ml", "timestamp": 1651730933722, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:09:04.942Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:09:04.942Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:09:04.942Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "clamp", "timestamp": 1651730933848, "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-05-05T06:09:04.946Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 977d8cdc-e306-4ad9-9f98-6527aa8fe159 2022-05-05T06:09:04.946Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:09:04.946Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977d8cdc-e306-4ad9-9f98-6527aa8fe159 and ComponentName clamp 2022-05-05T06:09:04.947Z||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-05-05T06:09:04.947Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 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-05-05T06:09:04.961Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:04.962Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:09:05.847Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:09:05.848Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:05.850Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:05.851Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730944205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:09:05.951Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:09:05.952Z||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-05-05T06:09:05.953Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:09:05.964Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:05.965Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:09:06.851Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:09:06.852Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:06.855Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:06.855Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730944205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-05T06:09:06.955Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:09:06.956Z||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-05-05T06:09:06.956Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:09:06.967Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:06.968Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:09:07.855Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:09:07.857Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:07.861Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:07.861Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730944205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:07.961Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:09:07.963Z||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-05-05T06:09:07.963Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:09:07.974Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:07.975Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:09:08.862Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:09:08.862Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:08.865Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:08.865Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730944205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-05T06:09:08.965Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:09:08.966Z||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-05-05T06:09:08.966Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:09:08.977Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:08.978Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:09:09.866Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:09:09.867Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:09.869Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:09.869Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730944205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:09:09.969Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:09:09.970Z||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-05-05T06:09:09.971Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:09:09.987Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:09.988Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:09:10.870Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:09:10.871Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:10.875Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:10.875Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730944205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:09:10.975Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:09:10.976Z||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-05-05T06:09:10.976Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:09:10.989Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:10.990Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:09:11.877Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "serviceName": "vFW 2022-05-05 06-06-46", "serviceVersion": "1.0", "serviceUUID": "68c10cdc-d07a-4dc7-8d6b-610165f0d106", "serviceDescription": "catalog service description", "serviceInvariantUUID": "361ad2d8-fcbf-4488-ae93-a17fa3efb239", "resources": [ { "resourceInstanceName": "vFW ec8d07e8-cebb 0", "resourceCustomizationUUID": "9adfc4a2-18ba-402b-9df5-bfd6627b86e6", "resourceName": "vFW ec8d07e8-cebb", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5b1c9545-2e6c-4ceb-b61b-e7a28e6489bc", "resourceInvariantUUID": "bb29f882-8a75-486a-bf2b-4d9a47cec384", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwec8d07e8cebb0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "artifactChecksum": "YjQxOTVjYmJmOWU0NjViZDQ4NTQyOTA4MDNmMmViYmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d60f3185-9338-43fa-8e40-e4855fbcd488", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "15d04fbe-71f6-4786-9320-294198ef5fb3", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cf81f05c-27b1-47b5-9cab-7d829c2abe00", "generatedFromUUID": "15d04fbe-71f6-4786-9320-294198ef5fb3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "cf81f05c-27b1-47b5-9cab-7d829c2abe00", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220505060646-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "artifactChecksum": "OTgxYTE2Y2E5YjM3OWE0Mzk3M2E0MDY5NTVmMzBmNmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "21c070ef-1c61-408e-a8f6-d85e17349f49" } ], "workloadContext": "Production" } 2022-05-05T06:09:11.878Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-05T06:09:11.879Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68c10cdc-d07a-4dc7-8d6b-610165f0d106 ASDC 2022-05-05T06:09:11.879Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:977d8cdc-e306-4ad9-9f98-6527aa8fe159 ServiceName:vFW 2022-05-05 06-06-46 ServiceVersion:1.0 ServiceUUID:68c10cdc-d07a-4dc7-8d6b-610165f0d106 ServiceInvariantUUID:361ad2d8-fcbf-4488-ae93-a17fa3efb239 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220505060646-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar ArtifactUUID:21c070ef-1c61-408e-a8f6-d85e17349f49 ArtifactChecksum:OTgxYTE2Y2E5YjM3OWE0Mzk3M2E0MDY5NTVmMzBmNmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW ec8d07e8-cebb 0 ResourceCustomizationUUID:9adfc4a2-18ba-402b-9df5-bfd6627b86e6 ResourceInvariantUUID:bb29f882-8a75-486a-bf2b-4d9a47cec384 ResourceName:vFW ec8d07e8-cebb ResourceType:VF ResourceUUID:5b1c9545-2e6c-4ceb-b61b-e7a28e6489bc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwec8d07e8cebb0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json ArtifactUUID:d60f3185-9338-43fa-8e40-e4855fbcd488 ArtifactChecksum:YjQxOTVjYmJmOWU0NjViZDQ4NTQyOTA4MDNmMmViYmE= 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/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml ArtifactUUID:15d04fbe-71f6-4786-9320-294198ef5fb3 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/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env ArtifactUUID:cf81f05c-27b1-47b5-9cab-7d829c2abe00 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/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env ArtifactUUID:cf81f05c-27b1-47b5-9cab-7d829c2abe00 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-05T06:09:11.880Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68c10cdc-d07a-4dc7-8d6b-610165f0d106 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-05-05T06:09:11.920Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:09:11.923Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-05T06:09:11.923Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-05T06:09:11.923Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 21c070ef-1c61-408e-a8f6-d85e17349f49 from URL: /sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:11.923Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-05T06:09:11.923Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:12.339Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-05T06:09:12.345Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar 21c070ef-1c61-408e-a8f6-d85e17349f49 99023 2022-05-05T06:09:12.345Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar ASDC sendASDCNotification 2022-05-05T06:09:12.345Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:12.346Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:09:12.346Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:12.348Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:12.349Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730952345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:09:12.449Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:09:12.450Z||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-05-05T06:09:12.450Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:09:12.461Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:12.462Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:09:13.349Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:09:13.350Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-05-05T06:09:13.351Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 21c070ef-1c61-408e-a8f6-d85e17349f49, URL: /sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar to file: /app/ASDC/1/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:13.351Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220505060646-csar.csar 2022-05-05T06:09:13.352Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:13.352Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:13.618Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17032917286203205092/Definitions/service-Vfw20220505060646-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_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 2022-05-05T06:09:16.036Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-05T06:09:16.037Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-05T06:09:16.037Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:16.037Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-05T06:09:16.037Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||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-Vfw20220505060646-csar.csar 2022-05-05T06:09:16.037Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||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-Vfw20220505060646-csar.csar 2022-05-05T06:09:16.037Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||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-Vfw20220505060646-csar.csar 2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||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-Vfw20220505060646-csar.csar 2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ec8d07e8-cebb 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-Vfw20220505060646-csar.csar 2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:16.038Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-05-05T06:09:16.039Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.039Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:16.039Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria 2022-05-05T06:09:16.039Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-05T06:09:16.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:09:16.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:16.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria 2022-05-05T06:09:16.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-05-05T06:09:16.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:09:16.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:16.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is not matching search criteria 2022-05-05T06:09:16.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-05T06:09:16.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-05T06:09:16.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:16.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:09:16.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-05T06:09:16.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:09:16.044Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-05T06:09:16.044Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-05T06:09:16.044Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-05T06:09:16.044Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:09:16.045Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:16.045Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-05T06:09:16.045Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:16.045Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-05T06:09:16.045Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:09:16.046Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-05T06:09:16.046Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.046Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-05T06:09:16.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria 2022-05-05T06:09:16.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:09:16.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria 2022-05-05T06:09:16.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:09:16.049Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.049Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria 2022-05-05T06:09:16.049Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:09:16.049Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.050Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is not matching search criteria 2022-05-05T06:09:16.050Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-05T06:09:16.050Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-05T06:09:16.050Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-05T06:09:16.051Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-05T06:09:16.051Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-05T06:09:16.051Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:09:16.052Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:16.052Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-05T06:09:16.052Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:16.052Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-05T06:09:16.053Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:09:16.053Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2904417d-6458-4088-9899-eed497296dc9 2022-05-05T06:09:16.053Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.054Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is not matching search criteria 2022-05-05T06:09:16.054Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-05T06:09:16.054Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-05T06:09:16.055Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:16.055Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:09:16.055Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-05T06:09:16.056Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:09:16.056Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-05T06:09:16.056Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-05T06:09:16.056Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-05T06:09:16.056Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:16.057Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-05T06:09:16.057Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:09:16.057Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4d21324b-8e60-4b7d-96e1-a635b4002021 2022-05-05T06:09:16.057Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.057Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is not matching search criteria 2022-05-05T06:09:16.057Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-05T06:09:16.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-05T06:09:16.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:16.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:09:16.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-05T06:09:16.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:09:16.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-05T06:09:16.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-05T06:09:16.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-05T06:09:16.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:09:16.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:16.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-05T06:09:16.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d5465ea6-6e36-4182-a31f-9d035bbc9b10 2022-05-05T06:09:16.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:16.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:16.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:16.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:16.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:16.061Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-05 06-06-46 Description:catalog service description Model UUID:68c10cdc-d07a-4dc7-8d6b-610165f0d106 Model Version:NULL Model InvariantUuid:361ad2d8-fcbf-4488-ae93-a17fa3efb239 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW ec8d07e8-cebb Model UUID:feee0627-f95d-4866-83f8-80bc15bf1189 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:bb29f882-8a75-486a-bf2b-4d9a47cec384 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9adfc4a2-18ba-402b-9df5-bfd6627b86e6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c63d7eb1-322e-4f3e-958d-3d6e9baf9132 ModelName:VfwEc8d07e8Cebb..base_vfw..module-0 ModelUuid:4380e294-8503-4237-89ee-634a357577d5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2904417d-6458-4088-9899-eed497296dc9 ModelInvariantUuid:27200e0e-c97b-4cc5-8a75-d6551dc68ac5 ModelName:vFW ec8d07e8-cebb-nodes.vfwCvfc ModelUuid:de0575aa-ab76-484d-a8c3-dd1bd5912eae ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9d3c2baa-4069-48ee-82b4-1f7a14d9227b ModelInvariantUuid:9fa499a2-179b-4aac-b831-ad34ad8a5ce5 ModelName:VfwEc8d07e8Cebb.compute.nodes.heat.vfw ModelUuid:aa1c5c12-1b59-425f-8a3e-c19265647720 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4d21324b-8e60-4b7d-96e1-a635b4002021 ModelInvariantUuid:a4eb69c9-60f3-48c0-a82a-dd5c6ce1864d ModelName:vFW ec8d07e8-cebb-nodes.vsnCvfc ModelUuid:85333b69-c887-413c-8b6c-8b32c435b242 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:99bc175d-29bd-476c-a2b6-d74a76c44f93 ModelInvariantUuid:7750e6c3-44f0-44fd-94e6-c9f7c47a6bbc ModelName:VfwEc8d07e8Cebb.compute.nodes.heat.vsn ModelUuid:5a3bf8b0-785b-4022-aefc-e18e8fd9fb52 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d5465ea6-6e36-4182-a31f-9d035bbc9b10 ModelInvariantUuid:b35f8ade-ca67-4ac0-830c-655ec2facc6a ModelName:vFW ec8d07e8-cebb-nodes.vpgCvfc ModelUuid:d1ec1c2f-3ba4-46b7-8644-1c98744b23e2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:04d98979-ea3a-49a5-9a50-368d6beef92d ModelInvariantUuid:43170fdc-f420-436a-bd7c-0b5ba3b736ce ModelName:VfwEc8d07e8Cebb.compute.nodes.heat.vpg ModelUuid:3ea5fec3-e464-4597-a57d-a3a77abd8111 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-05-05T06:09:16.067Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5b1c9545-2e6c-4ceb-b61b-e7a28e6489bc 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-05-05T06:09:16.072Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||vFW ec8d07e8-cebb 0 2022-05-05T06:09:16.072Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5b1c9545-2e6c-4ceb-b61b-e7a28e6489bc 2022-05-05T06:09:16.072Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d60f3185-9338-43fa-8e40-e4855fbcd488 from URL: /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json 2022-05-05T06:09:16.072Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-05T06:09:16.073Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json 2022-05-05T06:09:16.327Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-05T06:09:16.328Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json d60f3185-9338-43fa-8e40-e4855fbcd488 785 2022-05-05T06:09:16.328Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json ASDC sendASDCNotification 2022-05-05T06:09:16.328Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json 2022-05-05T06:09:16.329Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:09:16.329Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:16.331Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:16.331Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730956328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:09:16.431Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:09:16.433Z||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-05-05T06:09:16.434Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:09:16.458Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:16.459Z||pool-27-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:09:17.332Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEc8d07e8Cebb..base_vfw..module-0", "vfModuleModelInvariantUUID": "c63d7eb1-322e-4f3e-958d-3d6e9baf9132", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4380e294-8503-4237-89ee-634a357577d5", "vfModuleModelCustomizationUUID": "bc1bf751-6386-4482-9d4b-0452e59d2c90", "isBase": true, "artifacts": [ "15d04fbe-71f6-4786-9320-294198ef5fb3", "cf81f05c-27b1-47b5-9cab-7d829c2abe00" ], "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-05-05T06:09:17.339Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEc8d07e8Cebb..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4380e294-8503-4237-89ee-634a357577d5 VfModuleModelInvariantUUID:c63d7eb1-322e-4f3e-958d-3d6e9baf9132 VfModuleModelDescription:NULL Artifacts UUID List:{ 15d04fbe-71f6-4786-9320-294198ef5fb3 , cf81f05c-27b1-47b5-9cab-7d829c2abe00 } 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-05-05T06:09:17.343Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEc8d07e8Cebb..base_vfw..module-0", "vfModuleModelInvariantUUID": "c63d7eb1-322e-4f3e-958d-3d6e9baf9132", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4380e294-8503-4237-89ee-634a357577d5", "vfModuleModelCustomizationUUID": "bc1bf751-6386-4482-9d4b-0452e59d2c90", "isBase": true, "artifacts": [ "15d04fbe-71f6-4786-9320-294198ef5fb3", "cf81f05c-27b1-47b5-9cab-7d829c2abe00" ], "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-05-05T06:09:17.343Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEc8d07e8Cebb..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4380e294-8503-4237-89ee-634a357577d5 VfModuleModelInvariantUUID:c63d7eb1-322e-4f3e-958d-3d6e9baf9132 VfModuleModelDescription:NULL Artifacts UUID List:{ 15d04fbe-71f6-4786-9320-294198ef5fb3 , cf81f05c-27b1-47b5-9cab-7d829c2abe00 } 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-05-05T06:09:17.343Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 15d04fbe-71f6-4786-9320-294198ef5fb3 from URL: /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml 2022-05-05T06:09:17.343Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-05T06:09:17.344Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml 2022-05-05T06:09:17.736Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-05T06:09:17.737Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml 15d04fbe-71f6-4786-9320-294198ef5fb3 20368 2022-05-05T06:09:17.738Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-05T06:09:17.738Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml 2022-05-05T06:09:17.738Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:09:17.739Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:17.742Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:17.742Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730957738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:09:17.841Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-05T06:09:17.842Z||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-05-05T06:09:17.842Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:09:17.854Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:17.855Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:09:18.743Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cf81f05c-27b1-47b5-9cab-7d829c2abe00 from URL: /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env 2022-05-05T06:09:18.744Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-05-05T06:09:18.744Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env 2022-05-05T06:09:19.001Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-05-05T06:09:19.002Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env cf81f05c-27b1-47b5-9cab-7d829c2abe00 2098 2022-05-05T06:09:19.003Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-05T06:09:19.003Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env 2022-05-05T06:09:19.003Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:09:19.003Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:19.006Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:19.006Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730959002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:09:19.106Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:09:19.107Z||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-05-05T06:09:19.107Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:09:19.119Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:19.119Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:09:20.006Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 68c10cdc-d07a-4dc7-8d6b-610165f0d106 2022-05-05T06:09:20.007Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ec8d07e8-cebb 0 5b1c9545-2e6c-4ceb-b61b-e7a28e6489bc ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-05T06:09:20.023Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6add42ac, org.onap.sdc.toscaparser.api.parameters.Input@58fd9f12, org.onap.sdc.toscaparser.api.parameters.Input@6a32c1b2, org.onap.sdc.toscaparser.api.parameters.Input@7dc38fdd, org.onap.sdc.toscaparser.api.parameters.Input@7d0b6aeb] 2022-05-05T06:09:20.024Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.024Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:20.025Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-05-05T06:09:20.025Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9adfc4a2-18ba-402b-9df5-bfd6627b86e6 2022-05-05T06:09:20.025Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9adfc4a2-18ba-402b-9df5-bfd6627b86e6 matches Tosca VF Customization UUID: 9adfc4a2-18ba-402b-9df5-bfd6627b86e6 2022-05-05T06:09:20.025Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9adfc4a2-18ba-402b-9df5-bfd6627b86e6 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-05-05T06:09:20.027Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.027Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:20.028Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9adfc4a2-18ba-402b-9df5-bfd6627b86e6: {\"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-05-05T06:09:20.028Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54a5c496 2022-05-05T06:09:20.028Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.028Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-05T06:09:20.029Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bc1bf751-6386-4482-9d4b-0452e59d2c90 2022-05-05T06:09:20.029Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bc1bf751-6386-4482-9d4b-0452e59d2c90 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-05-05T06:09:20.031Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.031Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria 2022-05-05T06:09:20.031Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:09:20.032Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.032Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria 2022-05-05T06:09:20.032Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:09:20.032Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.033Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is not matching search criteria 2022-05-05T06:09:20.033Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-05T06:09:20.033Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-05T06:09:20.033Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-05T06:09:20.034Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-05T06:09:20.034Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-05T06:09:20.034Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:09:20.034Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:20.035Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-05T06:09:20.036Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:20.036Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-05T06:09:20.036Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:09:20.036Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=2904417d-6458-4088-9899-eed497296dc9 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-05-05T06:09:20.039Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria 2022-05-05T06:09:20.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:09:20.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.040Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is not matching search criteria 2022-05-05T06:09:20.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-05T06:09:20.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-05T06:09:20.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:20.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:09:20.041Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-05T06:09:20.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:09:20.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-05T06:09:20.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-05T06:09:20.042Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-05T06:09:20.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:20.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-05T06:09:20.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:09:20.043Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4d21324b-8e60-4b7d-96e1-a635b4002021 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-05-05T06:09:20.046Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.046Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria 2022-05-05T06:09:20.046Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:09:20.046Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is not matching search criteria 2022-05-05T06:09:20.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-05T06:09:20.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-05T06:09:20.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:20.047Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:09:20.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-05T06:09:20.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-05T06:09:20.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-05T06:09:20.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-05T06:09:20.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-05T06:09:20.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-05T06:09:20.048Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-05T06:09:20.049Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-05T06:09:20.049Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d5465ea6-6e36-4182-a31f-9d035bbc9b10 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-05-05T06:09:20.051Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.051Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria 2022-05-05T06:09:20.051Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:09:20.051Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.052Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Node template vFW ec8d07e8-cebb 0 is matching search criteria 2022-05-05T06:09:20.052Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ec8d07e8-cebb 0] matching following query criteria: sdcType=VF, customizationUUID=9adfc4a2-18ba-402b-9df5-bfd6627b86e6 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-05-05T06:09:20.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.058Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:20.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 68c10cdc-d07a-4dc7-8d6b-610165f0d106: vFW ec8d07e8-cebb 2022-05-05T06:09:20.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:20.059Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:20.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:20.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:20.060Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:09:20.061Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-05-05 06-06-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:09:20.061Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-05-05 06-06-46 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-05-05T06:09:20.192Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ec8d07e8-cebb 5b1c9545-2e6c-4ceb-b61b-e7a28e6489bc 1 ASDC deployResourceStructure 2022-05-05T06:09:20.192Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json ASDC sendASDCNotification 2022-05-05T06:09:20.193Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json 2022-05-05T06:09:20.193Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:09:20.193Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:20.195Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:20.195Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730960192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:09:20.296Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:09:20.297Z||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-05-05T06:09:20.297Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:09:20.308Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:20.309Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:09:21.196Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-05T06:09:21.197Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml 2022-05-05T06:09:21.197Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:09:21.197Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:21.201Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:21.201Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730961196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-05T06:09:21.300Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-05-05T06:09:21.301Z||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-05-05T06:09:21.301Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:09:21.313Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:21.313Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:09:22.202Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-05T06:09:22.203Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env 2022-05-05T06:09:22.203Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:09:22.203Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:22.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:22.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730962202, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-05T06:09:22.305Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:09:22.307Z||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-05-05T06:09:22.307Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:09:22.318Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:22.319Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:09:23.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar ASDC sendASDCNotification 2022-05-05T06:09:23.207Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar 2022-05-05T06:09:23.207Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:09:23.207Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:09:23.208Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:09:23.209Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730963206, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:09:23.309Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:09:23.310Z||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-05-05T06:09:23.310Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:09:23.321Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:09:23.322Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:09:24.209Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:09:24.218Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159 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-05-05T06:09:24.232Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:09:24.232Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-05T06:09:24.232Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-05T06:09:54.232Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:09:54.241Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159 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-05-05T06:09:54.243Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:09:54.243Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-05T06:09:54.243Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-05T06:10:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:10:04.208Z||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-05-05T06:10:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:10:04.327Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:10:04.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:10:04.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730944205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:10:04.329Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:10:24.243Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:10:24.252Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159 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-05-05T06:10:24.255Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:10:24.255Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-05T06:10:24.255Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-05T06:10:54.255Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:10:54.266Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159 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-05-05T06:10:54.272Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:10:54.273Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-05T06:10:54.273Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-05T06:11:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:11:04.208Z||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-05-05T06:11:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:11:04.729Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:11:04.730Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.730Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "aai-ml", "timestamp": 1651730944621, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:11:04.731Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:11:04.731Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730944205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:11:04.732Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:11:04.732Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.732Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "aai-ml", "timestamp": 1651730945625, "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-05-05T06:11:04.741Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 977d8cdc-e306-4ad9-9f98-6527aa8fe159 2022-05-05T06:11:04.741Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 977d8cdc-e306-4ad9-9f98-6527aa8fe159 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-05-05T06:11:04.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730944205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-05T06:11:04.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:11:04.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730944205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:11:04.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:11:04.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730944205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-05T06:11:04.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:11:04.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730944205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:11:04.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:11:04.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730944205, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:11:04.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:11:04.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730952345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:11:04.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:11:04.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730956328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:11:04.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:11:04.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730957738, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:11:04.751Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:11:04.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730959002, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:11:04.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:11:04.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730960192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/vfwec8d07e8cebb0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:11:04.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:11:04.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730961196, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-05T06:11:04.752Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:11:04.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730962202, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/resourceInstances/vfwec8d07e8cebb0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-05T06:11:04.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:11:04.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:11:04.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651730963206, "artifactURL": "/sdc/v1/catalog/services/Vfw20220505060646/1.0/artifacts/service-Vfw20220505060646-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:11:04.753Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:11:24.273Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:11:24.281Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159 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-05-05T06:11:24.283Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:11:24.284Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-05T06:11:24.284Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-05T06:11:24.284Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-05T06:11:24.284Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:11:24.284Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:11:24.284Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:11:24.284Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:11:24.285Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:11:24.285Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:11:24.285Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-05T06:11:24.288Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-05T06:11:54.288Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159 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-05-05T06:11:54.300Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 977d8cdc-e306-4ad9-9f98-6527aa8fe159 and serviceModelVersionId: 68c10cdc-d07a-4dc7-8d6b-610165f0d106 2022-05-05T06:11:54.300Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 361ad2d8-fcbf-4488-ae93-a17fa3efb239 2022-05-05T06:11:54.302Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0 2022-05-05T06:11:54.313Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-05-05T06:11:54.387Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0|INFO|500||Invoke 2022-05-05T06:11:54.388Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[977d8cdc-e306-4ad9-9f98-6527aa8fe159], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[17795632-d70d-427d-a776-176437fc7d7d], X-ECOMP-RequestID=[977d8cdc-e306-4ad9-9f98-6527aa8fe159], X-TransactionId=[], X-ONAP-RequestID=[977d8cdc-e306-4ad9-9f98-6527aa8fe159], Content-Type=[application/merge-patch+json]} 2022-05-05T06:11:54.420Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-05T06:11:54.723Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?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/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220505-06:11:54:224-19689], vertex-id=[372792], Content-Length=[0], Date=[Thu, 05 May 2022 06:11:54 GMT], Content-Type=[application/json]} 2022-05-05T06:11:54.724Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-05T06:11:54.725Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361ad2d8-fcbf-4488-ae93-a17fa3efb239/model-vers/model-ver/68c10cdc-d07a-4dc7-8d6b-610165f0d106?depth=0|INFO|500||InvokeReturn 2022-05-05T06:11:54.726Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-05T06:11:54.726Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-05T06:11:54.730Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-05T06:11:54.731Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 977d8cdc-e306-4ad9-9f98-6527aa8fe159 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-05T06:11:54.731Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-05T06:11:54.731Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:11:54.734Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:11:54.734Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731114731, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:11:54.834Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:11:54.835Z||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-05-05T06:11:54.836Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:11:54.851Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:11:54.852Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 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-05-05T06:11:55.754Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:11:55.754Z||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-05-05T06:11:55.754Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:12:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:12:04.208Z||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-05-05T06:12:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:12:04.829Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:12:04.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:12:04.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "977d8cdc-e306-4ad9-9f98-6527aa8fe159", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731114731, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:12:04.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:12:05.992Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:12:05.994Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:12:05.995Z||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-05-05T06:12:05.995Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:12:15.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:12:15.543Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:12:15.544Z||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-05-05T06:12:15.544Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:12:25.080Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:13:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:13:04.206Z||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-05-05T06:13:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:13:04.208Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:13:04.209Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:13:04.209Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:13:13.764Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:13:13.765Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:14:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:14:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:14:04.209Z||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-05-05T06:14:04.209Z||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-05-05T06:14:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:14:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:14:13.758Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:14:13.763Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:15:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:15:04.206Z||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-05-05T06:15:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:15:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:15:04.208Z||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-05-05T06:15:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:15:13.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:15:13.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:16:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:16:04.206Z||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-05-05T06:16:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:16:04.207Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:16:04.208Z||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-05-05T06:16:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:16:13.759Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:16:13.759Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:17:04.206Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:17:04.207Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-05T06:17:04.207Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ... 2022-05-05T06:17:04.209Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:17:04.210Z||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-05-05T06:17:04.210Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:17:13.764Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:17:13.792Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:18:04.205Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:18:04.207Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-05T06:18:04.207Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ... 2022-05-05T06:18:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:18:04.208Z||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-05-05T06:18:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:18:04.845Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:18:04.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:18:04.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "cds", "timestamp": 1651731449046, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:18:04.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ed9c0b4-517e-4e53-8a53-cc24afb69d60","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33","serviceDescription":"service","serviceInvariantUUID":"18f8069c-616d-4f57-8b6e-27be46e3a823","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"5bbb668a-927f-454d-a4a5-104f85c3ac6b","resourceInvariantUUID":"1fd2b48b-d23a-4c22-9de9-ade8951f9aa3","resourceCustomizationUUID":"66f1d9ad-c205-4f41-85d2-5b11a6da4f68","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":"YmZmNWE4OTBlZTUyNTVjY2I5NmM3YmZkNjZjOGMxYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d157c0e4-31a8-4f82-a838-c5b8ff5cd35f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjM0MjZiMmRlNGUwZmVkOThkNGZhYjIxYzBiNzg4Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c58b7aae-3760-40f5-bbc1-157aff5c6b26","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-05T06:18:04.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:18:04.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "cds", "timestamp": 1651731449046, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:18:04.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:18:04.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "cds", "timestamp": 1651731452214, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:18:04.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:18:04.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "clamp", "timestamp": 1651731451368, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:18:04.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:18:04.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "cds", "timestamp": 1651731453245, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-05-05T06:18:04.853Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:18:04.853Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:18:04.857Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:18:04.857Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731484205, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-05T06:18:04.878Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 2022-05-05T06:18:04.879Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 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-05-05T06:18:04.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "clamp", "timestamp": 1651731451368, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:18:04.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:18:04.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "ves-openapi-manager", "timestamp": 1651731453772, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:18:04.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:18:04.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731454360, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:18:04.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:18:04.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "ves-openapi-manager", "timestamp": 1651731453772, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:18:04.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:18:04.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731454360, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:18:04.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:18:04.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "policy-id", "timestamp": 1651731456626, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:18:04.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731457355, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:18:04.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "policy-id", "timestamp": 1651731456626, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:18:04.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "multicloud-k8s-id", "timestamp": 1651731457361, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:18:04.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731459020, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:18:04.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:18:04.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "policy-id", "timestamp": 1651731459561, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:18:04.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:18:04.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "clamp", "timestamp": 1651731458908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:18:04.890Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:18:04.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "multicloud-k8s-id", "timestamp": 1651731457361, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:18:04.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:18:04.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731460024, "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-05-05T06:18:04.894Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 2022-05-05T06:18:04.895Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 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-05-05T06:18:04.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "policy-id", "timestamp": 1651731460569, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:18:04.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:18:04.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "policy-id", "timestamp": 1651731461575, "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-05-05T06:18:04.919Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 2022-05-05T06:18:04.919Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 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-05-05T06:18:04.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "clamp", "timestamp": 1651731460922, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:18:04.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:18:04.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "clamp", "timestamp": 1651731461927, "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-05-05T06:18:04.932Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 2022-05-05T06:18:04.933Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 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-05-05T06:18:04.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "aai-ml", "timestamp": 1651731465741, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:18:04.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:18:04.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "aai-ml", "timestamp": 1651731465741, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:18:04.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:18:04.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "aai-ml", "timestamp": 1651731468736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:18:04.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:18:04.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "aai-ml", "timestamp": 1651731473620, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:18:04.941Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:18:04.941Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:18:04.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "aai-ml", "timestamp": 1651731474625, "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-05-05T06:18:04.953Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 2022-05-05T06:18:04.953Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 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-05-05T06:18:04.957Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:18:04.959Z||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-05-05T06:18:04.959Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:18:04.969Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:18:04.970Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:18:05.858Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:18:05.859Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:18:05.860Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:18:05.861Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731484205, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:18:05.961Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:18:05.962Z||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-05-05T06:18:05.962Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:18:05.971Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:18:05.972Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:18:06.863Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33", "serviceDescription": "service", "serviceInvariantUUID": "18f8069c-616d-4f57-8b6e-27be46e3a823", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "66f1d9ad-c205-4f41-85d2-5b11a6da4f68", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "5bbb668a-927f-454d-a4a5-104f85c3ac6b", "resourceInvariantUUID": "1fd2b48b-d23a-4c22-9de9-ade8951f9aa3", "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": "NjM0MjZiMmRlNGUwZmVkOThkNGZhYjIxYzBiNzg4Mzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c58b7aae-3760-40f5-bbc1-157aff5c6b26" } ], "workloadContext": "Production" } 2022-05-05T06:18:06.863Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-05T06:18:06.864Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33 ASDC 2022-05-05T06:18:06.864Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:7ed9c0b4-517e-4e53-8a53-cc24afb69d60 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33 ServiceInvariantUUID:18f8069c-616d-4f57-8b6e-27be46e3a823 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:c58b7aae-3760-40f5-bbc1-157aff5c6b26 ArtifactChecksum:NjM0MjZiMmRlNGUwZmVkOThkNGZhYjIxYzBiNzg4Mzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:66f1d9ad-c205-4f41-85d2-5b11a6da4f68 ResourceInvariantUUID:1fd2b48b-d23a-4c22-9de9-ade8951f9aa3 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:5bbb668a-927f-454d-a4a5-104f85c3ac6b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-05T06:18:06.865Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33 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-05-05T06:18:06.888Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:18:06.889Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-05T06:18:06.890Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-05T06:18:06.890Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c58b7aae-3760-40f5-bbc1-157aff5c6b26 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-05T06:18:06.890Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-05T06:18:06.890Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-05T06:18:07.122Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-05T06:18:07.125Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c58b7aae-3760-40f5-bbc1-157aff5c6b26 52507 2022-05-05T06:18:07.125Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-05T06:18:07.125Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-05T06:18:07.125Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:18:07.126Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:18:07.128Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:18:07.128Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731487125, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:18:07.229Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:18:07.232Z||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-05-05T06:18:07.233Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:18:07.244Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:18:07.245Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:18:08.129Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:18:08.132Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-05T06:18:08.132Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c58b7aae-3760-40f5-bbc1-157aff5c6b26, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-05T06:18:08.133Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-05T06:18:08.133Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-05T06:18:08.133Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-05T06:18:08.309Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4342250518923429476/Definitions/service-BasicNetwork-template.yml 2022-05-05T06:18:08.955Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-05T06:18:08.956Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-05T06:18:08.956Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-05T06:18:08.956Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-05T06:18:08.957Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-05-05T06:18:08.957Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-05-05T06:18:08.957Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-05-05T06:18:08.957Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-05-05T06:18:08.957Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-05-05T06:18:08.957Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-05-05T06:18:08.958Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-05-05T06:18:08.958Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-05-05T06:18:08.958Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-05T06:18:08.958Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:18:08.959Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:18:08.959Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-05T06:18:08.960Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-05T06:18:08.960Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:18:08.960Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:18:08.960Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:18:08.961Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-05T06:18:08.961Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-05T06:18:08.961Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:18:08.961Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:18:08.961Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:18:08.962Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:18:08.962Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:18:08.962Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:18:08.962Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:18:08.963Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:18:08.963Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:18:08.963Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:18:08.963Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:18:08.964Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33 Model Version:NULL Model InvariantUuid:18f8069c-616d-4f57-8b6e-27be46e3a823 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:1fd2b48b-d23a-4c22-9de9-ade8951f9aa3 Model UUID:f032e853-0d1d-409a-8090-6e6eeeffa5f0 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:66f1d9ad-c205-4f41-85d2-5b11a6da4f68 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-05-05T06:18:08.968Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 5bbb668a-927f-454d-a4a5-104f85c3ac6b 2022-05-05T06:18:08.968Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||No resources found for Service: adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33 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-05-05T06:18:08.974Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500|| 2022-05-05T06:18:08.974Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-05T06:18:08.975Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||No resources found for Service: adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33 2022-05-05T06:18:08.975Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33 2022-05-05T06:18:08.976Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-05T06:18:08.976Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-05-05T06:18:08.980Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41b81650, org.onap.sdc.toscaparser.api.parameters.Input@1c08d0a0, org.onap.sdc.toscaparser.api.parameters.Input@63f6052c, org.onap.sdc.toscaparser.api.parameters.Input@59624e5d, org.onap.sdc.toscaparser.api.parameters.Input@58e9c9b7] 2022-05-05T06:18:08.982Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:18:08.982Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:18:08.983Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:18:08.983Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:18:08.984Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33: Generic NeutronNet 2022-05-05T06:18:08.984Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:18:08.984Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:18:08.984Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:18:08.985Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-05-05T06:18:09.016Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:18:09.017Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:18:09.017Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:18:09.017Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:18:09.017Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:18:09.018Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:18:09.018Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-05-05T06:18:09.065Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-05T06:18:09.066Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-05T06:18:09.066Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-05T06:18:09.066Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:18:09.066Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:18:09.068Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:18:09.068Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731489066, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:18:09.169Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:18:09.171Z||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-05-05T06:18:09.172Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:18:09.183Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:18:09.184Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:18:10.070Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:18:10.079Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 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-05-05T06:18:10.084Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:18:10.084Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-05T06:18:10.084Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-05T06:18:10.084Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-05T06:18:10.085Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:18:10.085Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:18:10.085Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:18:10.085Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:18:10.085Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:18:10.085Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:18:10.085Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-05-05T06:18:10.088Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-05T06:18:40.088Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 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-05-05T06:18:40.101Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 and serviceModelVersionId: adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33 2022-05-05T06:18:40.101Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18f8069c-616d-4f57-8b6e-27be46e3a823 2022-05-05T06:18:40.103Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0 2022-05-05T06:18:40.111Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-05T06:18:40.208Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0|INFO|500||Invoke 2022-05-05T06:18:40.208Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7ed9c0b4-517e-4e53-8a53-cc24afb69d60], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c6ccb24-7dd0-4a20-8ed1-32c144719e5a], X-ECOMP-RequestID=[7ed9c0b4-517e-4e53-8a53-cc24afb69d60], X-TransactionId=[], X-ONAP-RequestID=[7ed9c0b4-517e-4e53-8a53-cc24afb69d60], Content-Type=[application/merge-patch+json]} 2022-05-05T06:18:40.237Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-05T06:18:40.838Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?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/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220505-06:18:40:036-75222], vertex-id=[139408], Content-Length=[0], Date=[Thu, 05 May 2022 06:18:40 GMT], Content-Type=[application/json]} 2022-05-05T06:18:40.839Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-05T06:18:40.839Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18f8069c-616d-4f57-8b6e-27be46e3a823/model-vers/model-ver/adb8a1f6-7556-4a1e-b5cd-e4951c9aaf33?depth=0|INFO|500||InvokeReturn 2022-05-05T06:18:40.839Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-05T06:18:40.839Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-05-05T06:18:40.844Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||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-05-05T06:18:40.844Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ed9c0b4-517e-4e53-8a53-cc24afb69d60 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-05T06:18:40.845Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-05T06:18:40.845Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:18:40.847Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:18:40.847Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731520844, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:18:40.947Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:18:40.948Z||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-05-05T06:18:40.948Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:18:40.963Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:18:40.964Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 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-05-05T06:19:04.205Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:19:04.206Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-05T06:19:04.206Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as esTqxCdz88rLJMPW) ... 2022-05-05T06:19:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:19:04.208Z||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-05-05T06:19:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:19:04.327Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:19:04.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:19:04.328Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731484205, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:19:04.329Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:19:04.825Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:19:04.830Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-05T06:19:04.831Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2378e7a-c9c7-48b1-888b-eb688a712c22","serviceName":"Demo_pNF_nn97JlQz2mPAnOF34nXG","serviceVersion":"1.0","serviceUUID":"8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a","serviceDescription":"catalog service description","serviceInvariantUUID":"038bc307-940a-4a4d-a669-ba5786351abb","resources":[{"resourceInstanceName":"pNF 68e54eec-f221 0","resourceName":"pNF 68e54eec-f221","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"33bd6144-0f80-4c4b-b175-4a771de01b3f","resourceInvariantUUID":"849a7da7-01ab-42d6-96d0-53ebe789c18c","resourceCustomizationUUID":"1a3c28e3-6da9-48c5-8567-5326982b59a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vf-license-model.xml","artifactChecksum":"NjE4NTI4NDY1NmU4NTYxZGJhNmYxMTMxMmE3MmE4MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"516c52d8-943a-4fac-a6c1-ac8f29b3b63f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/pNF.csar","artifactChecksum":"ZmMzOGYwMjU4NDAzOGJlMzE2ZDUyNzcyYjllMTg5NGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e2da92c-aedc-4f28-b619-db6b12caadce","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e3cec43-385d-4015-9557-1c476cb92b57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vendor-license-model.xml","artifactChecksum":"N2RiOTY1ZDU3YTgwZTU5NzYyNjRkMDUyY2EwMzQ0ZGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"67539bb3-b6b3-4f13-a5dd-5be4e3c9f1c2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"51bd99f4-1c08-43a0-99c5-bb84cd202871","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f89177c9-2eac-4290-abed-0df3efabc87b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfNn97jlqz2mpanof34nxg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-template.yml","artifactChecksum":"Yzk0ZDk3NTBiYjM4NGFlM2M1ZmMxYmE5NTU2ODE1MDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f958b1f-283d-47af-9945-48279b295d5f","artifactVersion":"1"},{"artifactName":"service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar","artifactChecksum":"ZDhkZDg2NGYyYzJmYjkyZjgzZThkOWRlZDE2YjM2MDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"76db11fc-7771-45f2-86e3-74c83b5d2815","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-05T06:19:04.834Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:19:04.835Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:19:04.837Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:19:04.837Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:19:04.937Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:19:04.938Z||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-05-05T06:19:04.938Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:19:04.949Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:19:04.949Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:19:05.838Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:19:05.838Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:19:05.840Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:19:05.840Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:19:05.941Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:19:05.942Z||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-05-05T06:19:05.942Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:19:05.952Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:19:05.953Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:19:06.841Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:19:06.842Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:19:06.844Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:19:06.845Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:19:06.945Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:19:06.946Z||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-05-05T06:19:06.946Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:19:06.955Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:19:06.956Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:19:07.846Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:19:07.846Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:19:07.849Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:19:07.849Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:19:07.951Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-05T06:19:07.952Z||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-05-05T06:19:07.952Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:19:07.968Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:19:07.968Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:19:08.850Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:19:08.850Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:19:08.853Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:19:08.853Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:19:08.953Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:19:08.954Z||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-05-05T06:19:08.954Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:19:08.966Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:19:08.967Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:19:09.853Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:19:09.854Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:19:09.856Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:19:09.856Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:19:09.956Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:19:09.957Z||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-05-05T06:19:09.957Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:19:09.967Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:19:09.968Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:19:10.857Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:19:10.858Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:19:10.862Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:19:10.862Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:19:10.964Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-05T06:19:10.965Z||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-05-05T06:19:10.965Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:19:10.984Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:19:10.985Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:19:11.862Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:19:11.863Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:19:11.866Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:19:11.866Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:19:11.967Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-05T06:19:11.968Z||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-05-05T06:19:11.968Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:19:11.978Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:19:11.978Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:19:12.868Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "serviceName": "Demo_pNF_nn97JlQz2mPAnOF34nXG", "serviceVersion": "1.0", "serviceUUID": "8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "038bc307-940a-4a4d-a669-ba5786351abb", "resources": [ { "resourceInstanceName": "pNF 68e54eec-f221 0", "resourceCustomizationUUID": "1a3c28e3-6da9-48c5-8567-5326982b59a2", "resourceName": "pNF 68e54eec-f221", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "33bd6144-0f80-4c4b-b175-4a771de01b3f", "resourceInvariantUUID": "849a7da7-01ab-42d6-96d0-53ebe789c18c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "artifactChecksum": "ZDhkZDg2NGYyYzJmYjkyZjgzZThkOWRlZDE2YjM2MDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "76db11fc-7771-45f2-86e3-74c83b5d2815" } ], "workloadContext": "Production" } 2022-05-05T06:19:12.869Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-05T06:19:12.869Z|7ed9c0b4-517e-4e53-8a53-cc24afb69d60|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a ASDC 2022-05-05T06:19:12.869Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:a2378e7a-c9c7-48b1-888b-eb688a712c22 ServiceName:Demo_pNF_nn97JlQz2mPAnOF34nXG ServiceVersion:1.0 ServiceUUID:8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a ServiceInvariantUUID:038bc307-940a-4a4d-a669-ba5786351abb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar ArtifactUUID:76db11fc-7771-45f2-86e3-74c83b5d2815 ArtifactChecksum:ZDhkZDg2NGYyYzJmYjkyZjgzZThkOWRlZDE2YjM2MDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 68e54eec-f221 0 ResourceCustomizationUUID:1a3c28e3-6da9-48c5-8567-5326982b59a2 ResourceInvariantUUID:849a7da7-01ab-42d6-96d0-53ebe789c18c ResourceName:pNF 68e54eec-f221 ResourceType:PNF ResourceUUID:33bd6144-0f80-4c4b-b175-4a771de01b3f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-05T06:19:12.872Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a 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-05-05T06:19:12.897Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:19:12.897Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-05T06:19:12.897Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-05T06:19:12.898Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 76db11fc-7771-45f2-86e3-74c83b5d2815 from URL: /sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:12.898Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-05T06:19:12.898Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:13.226Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-05T06:19:13.231Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 76db11fc-7771-45f2-86e3-74c83b5d2815 82649 2022-05-05T06:19:13.234Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar ASDC sendASDCNotification 2022-05-05T06:19:13.234Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:13.234Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:19:13.238Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:19:13.240Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:19:13.240Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731553234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:19:13.341Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:19:13.342Z||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-05-05T06:19:13.342Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:19:13.359Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:19:13.360Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:19:14.241Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:19:14.242Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-05T06:19:14.243Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 76db11fc-7771-45f2-86e3-74c83b5d2815, URL: /sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar to file: /app/ASDC/1/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:14.246Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:14.246Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:14.246Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:14.370Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8321315432856851746/Definitions/service-DemoPnfNn97jlqz2mpanof34nxg-template.yml 2022-05-05T06:19:15.392Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||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-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 68e54eec-f221 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-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||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-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||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-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:15.393Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||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-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:15.394Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||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-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:15.394Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-05T06:19:15.394Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:19:15.394Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nn97JlQz2mPAnOF34nXG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:19:15.394Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Node template pNF 68e54eec-f221 0 is matching search criteria 2022-05-05T06:19:15.395Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-05T06:19:15.395Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 68e54eec-f221 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:19:15.395Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:19:15.395Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nn97JlQz2mPAnOF34nXG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:19:15.395Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Node template pNF 68e54eec-f221 0 is matching search criteria 2022-05-05T06:19:15.395Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-05T06:19:15.395Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 68e54eec-f221 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:19:15.396Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:19:15.396Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nn97JlQz2mPAnOF34nXG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:19:15.396Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:19:15.396Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nn97JlQz2mPAnOF34nXG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:19:15.396Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:19:15.396Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nn97JlQz2mPAnOF34nXG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:19:15.396Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:19:15.396Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nn97JlQz2mPAnOF34nXG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:19:15.397Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:19:15.397Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nn97JlQz2mPAnOF34nXG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:19:15.397Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_nn97JlQz2mPAnOF34nXG Description:catalog service description Model UUID:8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a Model Version:NULL Model InvariantUuid:038bc307-940a-4a4d-a669-ba5786351abb 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-05-05T06:19:15.400Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 33bd6144-0f80-4c4b-b175-4a771de01b3f 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-05-05T06:19:15.402Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||pNF 68e54eec-f221 0 2022-05-05T06:19:15.403Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 33bd6144-0f80-4c4b-b175-4a771de01b3f 2022-05-05T06:19:15.403Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a 2022-05-05T06:19:15.403Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a 2022-05-05T06:19:15.403Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 68e54eec-f221 0 33bd6144-0f80-4c4b-b175-4a771de01b3f 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-05-05T06:19:15.405Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2128bb3b, org.onap.sdc.toscaparser.api.parameters.Input@1633353c, org.onap.sdc.toscaparser.api.parameters.Input@78354ea1, org.onap.sdc.toscaparser.api.parameters.Input@3dd8ef06, org.onap.sdc.toscaparser.api.parameters.Input@59cd6ae5] 2022-05-05T06:19:15.406Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:19:15.406Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nn97JlQz2mPAnOF34nXG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:19:15.406Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a: pNF 68e54eec-f221 2022-05-05T06:19:15.406Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||Processing PNF resource: 33bd6144-0f80-4c4b-b175-4a771de01b3f 2022-05-05T06:19:15.407Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:19:15.407Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_nn97JlQz2mPAnOF34nXG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:19:15.407Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||Resource customization UUID: 1a3c28e3-6da9-48c5-8567-5326982b59a2 is the same as notified resource customizationUUID: 1a3c28e3-6da9-48c5-8567-5326982b59a2 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-05-05T06:19:15.451Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 68e54eec-f221 33bd6144-0f80-4c4b-b175-4a771de01b3f 0 ASDC deployResourceStructure 2022-05-05T06:19:15.451Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar ASDC sendASDCNotification 2022-05-05T06:19:15.452Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar 2022-05-05T06:19:15.452Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:19:15.452Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:19:15.454Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:19:15.455Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731555451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:19:15.555Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:19:15.556Z||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-05-05T06:19:15.556Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:19:15.571Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:19:15.572Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:19:16.455Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:19:16.462Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 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-05-05T06:19:16.464Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:19:16.466Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-05T06:19:16.466Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-05T06:19:46.467Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:19:46.481Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 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-05-05T06:19:46.483Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:19:46.483Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-05T06:19:46.483Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-05T06:20:04.208Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:20:04.209Z||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-05-05T06:20:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:20:04.234Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:20:04.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731484205, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:20:04.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731487125, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:20:04.240Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:20:04.240Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.240Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731489066, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:20:04.241Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:20:04.241Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.241Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ed9c0b4-517e-4e53-8a53-cc24afb69d60", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731520844, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:20:04.242Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:20:04.242Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.242Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "cds", "timestamp": 1651731524046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.243Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "aai-ml", "timestamp": 1651731525741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.244Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.244Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "cds", "timestamp": 1651731524046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.245Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.245Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "aai-ml", "timestamp": 1651731525741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "ves-openapi-manager", "timestamp": 1651731533772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "cds", "timestamp": 1651731524046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.246Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "aai-ml", "timestamp": 1651731525741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "ves-openapi-manager", "timestamp": 1651731533772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "cds", "timestamp": 1651731524046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.250Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "aai-ml", "timestamp": 1651731525741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.251Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "ves-openapi-manager", "timestamp": 1651731533772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.252Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.252Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.252Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "policy-id", "timestamp": 1651731536626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.253Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.253Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.253Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "cds", "timestamp": 1651731524046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "aai-ml", "timestamp": 1651731525741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.254Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "ves-openapi-manager", "timestamp": 1651731533772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "policy-id", "timestamp": 1651731536626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.256Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "multicloud-k8s-id", "timestamp": 1651731537360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.256Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "cds", "timestamp": 1651731524046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.257Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "aai-ml", "timestamp": 1651731525741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "ves-openapi-manager", "timestamp": 1651731533772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.258Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.258Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.258Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "policy-id", "timestamp": 1651731536626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.259Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.259Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "multicloud-k8s-id", "timestamp": 1651731537360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.259Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "cds", "timestamp": 1651731524046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "aai-ml", "timestamp": 1651731525741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.260Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "ves-openapi-manager", "timestamp": 1651731533772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-05T06:20:04.261Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "policy-id", "timestamp": 1651731536626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "multicloud-k8s-id", "timestamp": 1651731537360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.262Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.262Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.262Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "aai-ml", "timestamp": 1651731525741, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:20:04.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "cds", "timestamp": 1651731524046, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:20:04.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.263Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.263Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "ves-openapi-manager", "timestamp": 1651731533772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.263Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "policy-id", "timestamp": 1651731536626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.264Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.264Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "multicloud-k8s-id", "timestamp": 1651731537360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.264Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "cds", "timestamp": 1651731541900, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:20:04.265Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:20:04.265Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.265Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "aai-ml", "timestamp": 1651731541121, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:20:04.266Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:20:04.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "ves-openapi-manager", "timestamp": 1651731533772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.266Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.266Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "policy-id", "timestamp": 1651731536626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.266Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "clamp", "timestamp": 1651731541368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.267Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.267Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "multicloud-k8s-id", "timestamp": 1651731537360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.267Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.268Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.268Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "cds", "timestamp": 1651731542913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-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-05-05T06:20:04.274Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2378e7a-c9c7-48b1-888b-eb688a712c22 2022-05-05T06:20:04.274Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2378e7a-c9c7-48b1-888b-eb688a712c22 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-05-05T06:20:04.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "ves-openapi-manager", "timestamp": 1651731542613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:20:04.281Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:20:04.281Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.281Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "policy-id", "timestamp": 1651731536626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.282Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.282Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "clamp", "timestamp": 1651731541368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.282Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:04.283Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:20:04.283Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "multicloud-k8s-id", "timestamp": 1651731537360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:20:04.283Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:20:16.484Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:20:16.497Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 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-05-05T06:20:16.501Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:20:16.501Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-05T06:20:16.501Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-05T06:20:46.502Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:20:46.510Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 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-05-05T06:20:46.511Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:20:46.511Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-05T06:20:46.511Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-05T06:21:04.208Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:21:04.209Z||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-05-05T06:21:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:21:04.243Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:21:04.243Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:21:04.244Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "policy-id", "timestamp": 1651731536626, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:21:04.245Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:21:16.512Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:21:16.520Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 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-05-05T06:21:16.522Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:21:16.523Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-05T06:21:16.523Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-05T06:21:46.523Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:21:46.543Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 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-05-05T06:21:46.546Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:21:46.546Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-05T06:21:46.546Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-05T06:22:04.208Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:22:04.209Z||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-05-05T06:22:04.210Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:22:04.236Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:22:04.246Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.246Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "ves-openapi-manager", "timestamp": 1651731543832, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-05T06:22:04.247Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.247Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "clamp", "timestamp": 1651731541368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.247Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.247Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "multicloud-k8s-id", "timestamp": 1651731537360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.248Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.248Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731544360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.248Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "policy-id", "timestamp": 1651731545432, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.249Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.249Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.249Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "ves-openapi-manager", "timestamp": 1651731544837, "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-05-05T06:22:04.260Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a2378e7a-c9c7-48b1-888b-eb688a712c22 2022-05-05T06:22:04.261Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2378e7a-c9c7-48b1-888b-eb688a712c22 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-05-05T06:22:04.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "clamp", "timestamp": 1651731541368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.273Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.273Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.273Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "multicloud-k8s-id", "timestamp": 1651731537360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:22:04.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.274Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.274Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.274Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731544360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.275Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.275Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.275Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "policy-id", "timestamp": 1651731546436, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:22:04.275Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "clamp", "timestamp": 1651731541368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.276Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.276Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.276Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.277Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.277Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.277Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731544360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.278Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.278Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.279Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "policy-id", "timestamp": 1651731547440, "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-05-05T06:22:04.284Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2378e7a-c9c7-48b1-888b-eb688a712c22 2022-05-05T06:22:04.284Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2378e7a-c9c7-48b1-888b-eb688a712c22 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-05-05T06:22:04.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "clamp", "timestamp": 1651731541368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.295Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731544360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "clamp", "timestamp": 1651731541368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "aai-ml", "timestamp": 1651731548043, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:22:04.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731544360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.300Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.300Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "clamp", "timestamp": 1651731541368, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:22:04.300Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.301Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.301Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "aai-ml", "timestamp": 1651731549047, "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-05-05T06:22:04.306Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2378e7a-c9c7-48b1-888b-eb688a712c22 2022-05-05T06:22:04.307Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2378e7a-c9c7-48b1-888b-eb688a712c22 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-05-05T06:22:04.315Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.315Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.316Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.316Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.316Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731544360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/resourceInstances/pnf68e54eecf2210/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.317Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.317Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.317Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.318Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.318Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "cds", "timestamp": 1651731543928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.318Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.319Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731544360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.319Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.319Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731544205, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:22:04.320Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.320Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.320Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "cds", "timestamp": 1651731543928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731544360, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:22:04.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "cds", "timestamp": 1651731543928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731553234, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731553447, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.325Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "cds", "timestamp": 1651731543928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "cds", "timestamp": 1651731543928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "ves-openapi-manager", "timestamp": 1651731553772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.328Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.328Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.329Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731555451, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:22:04.329Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.330Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.330Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731555334, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:22:04.330Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "cds", "timestamp": 1651731543928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.332Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.332Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "ves-openapi-manager", "timestamp": 1651731553772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731556337, "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-05-05T06:22:04.340Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2378e7a-c9c7-48b1-888b-eb688a712c22 2022-05-05T06:22:04.340Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2378e7a-c9c7-48b1-888b-eb688a712c22 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-05-05T06:22:04.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "cds", "timestamp": 1651731543928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "ves-openapi-manager", "timestamp": 1651731553772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "aai-ml", "timestamp": 1651731555741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "policy-id", "timestamp": 1651731556626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "cds", "timestamp": 1651731543928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "ves-openapi-manager", "timestamp": 1651731553772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.353Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "aai-ml", "timestamp": 1651731555741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.354Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.354Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.355Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "policy-id", "timestamp": 1651731556626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.355Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.355Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.356Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731557360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.356Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.356Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "cds", "timestamp": 1651731543928, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:22:04.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.357Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "ves-openapi-manager", "timestamp": 1651731553772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.357Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.358Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.358Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "aai-ml", "timestamp": 1651731555741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.358Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.359Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "policy-id", "timestamp": 1651731556626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.359Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.359Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731557360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-05T06:22:04.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "ves-openapi-manager", "timestamp": 1651731553772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "aai-ml", "timestamp": 1651731555741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.362Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.362Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.362Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "policy-id", "timestamp": 1651731556626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.363Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.363Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.363Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "clamp", "timestamp": 1651731559924, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.364Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.364Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731557360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-05T06:22:04.364Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.364Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.365Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "cds", "timestamp": 1651731560843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.365Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.365Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "ves-openapi-manager", "timestamp": 1651731553772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.366Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.366Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.366Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "aai-ml", "timestamp": 1651731555741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "policy-id", "timestamp": 1651731556626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-05T06:22:04.367Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731557360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:22:04.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "cds", "timestamp": 1651731561848, "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-05-05T06:22:04.386Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8c09150-005d-468f-9297-0676aba9f4a5 2022-05-05T06:22:04.387Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c09150-005d-468f-9297-0676aba9f4a5 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-05-05T06:22:04.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "ves-openapi-manager", "timestamp": 1651731553772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "aai-ml", "timestamp": 1651731555741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "policy-id", "timestamp": 1651731556626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "clamp", "timestamp": 1651731561932, "artifactURL": "/sdc/v1/catalog/services/DemoPnfNn97jlqz2mpanof34nxg/1.0/artifacts/service-DemoPnfNn97jlqz2mpanof34nxg-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:22:04.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731557360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-05T06:22:04.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "ves-openapi-manager", "timestamp": 1651731553772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "aai-ml", "timestamp": 1651731555741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.403Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "policy-id", "timestamp": 1651731556626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.403Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.404Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.404Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "clamp", "timestamp": 1651731562935, "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-05-05T06:22:04.410Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a2378e7a-c9c7-48b1-888b-eb688a712c22 2022-05-05T06:22:04.410Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2378e7a-c9c7-48b1-888b-eb688a712c22 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-05-05T06:22:04.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731557360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "aai-ml", "timestamp": 1651731555741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "policy-id", "timestamp": 1651731556626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731557360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-05T06:22:04.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "aai-ml", "timestamp": 1651731555741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:22:04.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "policy-id", "timestamp": 1651731556626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:22:04.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731557360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "aai-ml", "timestamp": 1651731565731, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "policy-id", "timestamp": 1651731566613, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.426Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731557360, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:22:04.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "policy-id", "timestamp": 1651731567617, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:22:04.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731567221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "policy-id", "timestamp": 1651731568620, "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-05-05T06:22:04.436Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8c09150-005d-468f-9297-0676aba9f4a5 2022-05-05T06:22:04.437Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c09150-005d-468f-9297-0676aba9f4a5 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-05-05T06:22:04.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731568510, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.446Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731569626, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.447Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731570686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.448Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731571741, "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-05-05T06:22:04.453Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8c09150-005d-468f-9297-0676aba9f4a5 2022-05-05T06:22:04.454Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c09150-005d-468f-9297-0676aba9f4a5 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-05-05T06:22:04.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "clamp", "timestamp": 1651731571368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "multicloud-k8s-id", "timestamp": 1651731572745, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:22:04.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "aai-ml", "timestamp": 1651731572975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:22:04.463Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "clamp", "timestamp": 1651731571368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "aai-ml", "timestamp": 1651731573979, "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-05-05T06:22:04.469Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d8c09150-005d-468f-9297-0676aba9f4a5 2022-05-05T06:22:04.469Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c09150-005d-468f-9297-0676aba9f4a5 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-05-05T06:22:04.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "clamp", "timestamp": 1651731571368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731574359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "clamp", "timestamp": 1651731571368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:22:04.480Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.480Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.480Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731574359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "clamp", "timestamp": 1651731571368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731574359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "clamp", "timestamp": 1651731571368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731574359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "clamp", "timestamp": 1651731571368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731574359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "clamp", "timestamp": 1651731571368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731574359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "clamp", "timestamp": 1651731571368, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:22:04.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731574359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731574359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731574359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:22:04.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "multicloud-k8s-id", "timestamp": 1651731577361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "ves-openapi-manager", "timestamp": 1651731573772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "policy-id", "timestamp": 1651731576626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "cds", "timestamp": 1651731584048, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731584465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "multicloud-k8s-id", "timestamp": 1651731577361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:22:04.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "ves-openapi-manager", "timestamp": 1651731573772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "policy-id", "timestamp": 1651731576626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.495Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "cds", "timestamp": 1651731584048, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.496Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "ves-openapi-manager", "timestamp": 1651731573772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "multicloud-k8s-id", "timestamp": 1651731577361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-05T06:22:04.497Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "policy-id", "timestamp": 1651731576626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-05T06:22:04.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "cds", "timestamp": 1651731584048, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.499Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731586699, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:22:04.500Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "multicloud-k8s-id", "timestamp": 1651731577361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.501Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "ves-openapi-manager", "timestamp": 1651731573772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.502Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "policy-id", "timestamp": 1651731576626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.503Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "cds", "timestamp": 1651731584048, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "clamp", "timestamp": 1651731586929, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.504Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731587704, "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-05-05T06:22:04.510Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d8c09150-005d-468f-9297-0676aba9f4a5 2022-05-05T06:22:04.511Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c09150-005d-468f-9297-0676aba9f4a5 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-05-05T06:22:04.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.520Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.520Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.520Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "multicloud-k8s-id", "timestamp": 1651731577361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-05T06:22:04.521Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "ves-openapi-manager", "timestamp": 1651731573772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "policy-id", "timestamp": 1651731576626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "cds", "timestamp": 1651731584048, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.523Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "ves-openapi-manager", "timestamp": 1651731573772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "multicloud-k8s-id", "timestamp": 1651731577361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "policy-id", "timestamp": 1651731576626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "cds", "timestamp": 1651731584048, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "ves-openapi-manager", "timestamp": 1651731573772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "multicloud-k8s-id", "timestamp": 1651731577361, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:22:04.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "policy-id", "timestamp": 1651731576626, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:22:04.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "clamp", "timestamp": 1651731589933, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:22:04.530Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "cds", "timestamp": 1651731584048, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:22:04.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "clamp", "timestamp": 1651731590940, "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-05-05T06:22:04.538Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d8c09150-005d-468f-9297-0676aba9f4a5 2022-05-05T06:22:04.538Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c09150-005d-468f-9297-0676aba9f4a5 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-05-05T06:22:04.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "policy-id", "timestamp": 1651731591932, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "multicloud-k8s-id", "timestamp": 1651731591219, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "cds", "timestamp": 1651731592010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.553Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.554Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "policy-id", "timestamp": 1651731592949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:22:04.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "cds", "timestamp": 1651731593019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:22:04.583Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 79e93f9c-d431-4d72-8971-c0750f7b96a0 2022-05-05T06:22:04.583Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79e93f9c-d431-4d72-8971-c0750f7b96a0 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-05-05T06:22:04.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:22:04.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "multicloud-k8s-id", "timestamp": 1651731592428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.597Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "policy-id", "timestamp": 1651731593955, "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-05-05T06:22:04.603Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79e93f9c-d431-4d72-8971-c0750f7b96a0 2022-05-05T06:22:04.604Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79e93f9c-d431-4d72-8971-c0750f7b96a0 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-05-05T06:22:04.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "multicloud-k8s-id", "timestamp": 1651731593622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "aai-ml", "timestamp": 1651731593618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:22:04.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.615Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.615Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "ves-openapi-manager", "timestamp": 1651731593772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.615Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.616Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.616Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "multicloud-k8s-id", "timestamp": 1651731594647, "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-05-05T06:22:04.625Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79e93f9c-d431-4d72-8971-c0750f7b96a0 2022-05-05T06:22:04.625Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79e93f9c-d431-4d72-8971-c0750f7b96a0 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-05-05T06:22:04.633Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.633Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "ves-openapi-manager", "timestamp": 1651731593772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.634Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "multicloud-k8s-id", "timestamp": 1651731595652, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:22:04.634Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "ves-openapi-manager", "timestamp": 1651731593772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.634Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.634Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.634Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "policy-id", "timestamp": 1651731596626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "ves-openapi-manager", "timestamp": 1651731593772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "policy-id", "timestamp": 1651731596626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731597360, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.635Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.635Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "ves-openapi-manager", "timestamp": 1651731593772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.635Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "policy-id", "timestamp": 1651731596626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-05T06:22:04.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "cds", "timestamp": 1651731599046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731597360, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:22:04.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "ves-openapi-manager", "timestamp": 1651731593772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.636Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.636Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.636Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "policy-id", "timestamp": 1651731596626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "cds", "timestamp": 1651731599046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731597360, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-05T06:22:04.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "ves-openapi-manager", "timestamp": 1651731593772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.637Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.637Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.637Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "policy-id", "timestamp": 1651731596626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "aai-ml", "timestamp": 1651731600728, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "cds", "timestamp": 1651731599046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731597360, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "ves-openapi-manager", "timestamp": 1651731593772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.638Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "policy-id", "timestamp": 1651731596626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.639Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.639Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.639Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "aai-ml", "timestamp": 1651731601732, "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-05-05T06:22:04.645Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 79e93f9c-d431-4d72-8971-c0750f7b96a0 2022-05-05T06:22:04.645Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79e93f9c-d431-4d72-8971-c0750f7b96a0 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-05-05T06:22:04.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "cds", "timestamp": 1651731599046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731597360, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-05T06:22:04.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "ves-openapi-manager", "timestamp": 1651731593772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "policy-id", "timestamp": 1651731596626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "cds", "timestamp": 1651731599046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:04.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:22:04.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:04.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-05-05T06:22:04.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731597360, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-05T06:22:04.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-05-05T06:22:16.546Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:22:16.561Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 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-05-05T06:22:16.564Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:22:16.565Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-05T06:22:16.565Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-05T06:22:16.565Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-05T06:22:16.566Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:22:16.566Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:22:16.566Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:22:16.566Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:22:16.566Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:22:16.567Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:22:16.567Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:22:16.567Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||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-05-05T06:22:16.573Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-05T06:22:46.573Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 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-05-05T06:22:46.582Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2378e7a-c9c7-48b1-888b-eb688a712c22 and serviceModelVersionId: 8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a 2022-05-05T06:22:46.582Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 038bc307-940a-4a4d-a669-ba5786351abb 2022-05-05T06:22:46.584Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/038bc307-940a-4a4d-a669-ba5786351abb/model-vers/model-ver/8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a?depth=0 2022-05-05T06:22:46.592Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-05T06:22:46.660Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/038bc307-940a-4a4d-a669-ba5786351abb/model-vers/model-ver/8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a?depth=0|INFO|500||Invoke 2022-05-05T06:22:46.661Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/038bc307-940a-4a4d-a669-ba5786351abb/model-vers/model-ver/8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/038bc307-940a-4a4d-a669-ba5786351abb/model-vers/model-ver/8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a2378e7a-c9c7-48b1-888b-eb688a712c22], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c000f692-c3ad-4f25-843e-9b9be73ecc95], X-ECOMP-RequestID=[a2378e7a-c9c7-48b1-888b-eb688a712c22], X-TransactionId=[], X-ONAP-RequestID=[a2378e7a-c9c7-48b1-888b-eb688a712c22], Content-Type=[application/merge-patch+json]} 2022-05-05T06:22:46.691Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/038bc307-940a-4a4d-a669-ba5786351abb/model-vers/model-ver/8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-05T06:22:47.300Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/038bc307-940a-4a4d-a669-ba5786351abb/model-vers/model-ver/8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a?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/038bc307-940a-4a4d-a669-ba5786351abb/model-vers/model-ver/8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220505-06:22:46:491-94899], vertex-id=[413880], Content-Length=[0], Date=[Thu, 05 May 2022 06:22:46 GMT], Content-Type=[application/json]} 2022-05-05T06:22:47.300Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/038bc307-940a-4a4d-a669-ba5786351abb/model-vers/model-ver/8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-05T06:22:47.301Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/038bc307-940a-4a4d-a669-ba5786351abb/model-vers/model-ver/8aa2d9b7-57f1-4dbf-b08d-1e1d3674850a?depth=0|INFO|500||InvokeReturn 2022-05-05T06:22:47.301Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-05T06:22:47.303Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||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-05-05T06:22:47.308Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||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-05-05T06:22:47.309Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2378e7a-c9c7-48b1-888b-eb688a712c22 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-05T06:22:47.309Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-05T06:22:47.310Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:22:47.313Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:22:47.313Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731767309, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:22:47.413Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:22:47.414Z||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-05-05T06:22:47.414Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:22:47.447Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:22:47.447Z||pool-50-thread-1|||||INFO|500||cambria reply ok (34 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-05-05T06:22:48.330Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:22:48.331Z||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-05-05T06:22:48.331Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:22:52.660Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:22:52.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-05T06:22:52.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d8c09150-005d-468f-9297-0676aba9f4a5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"54bd8cfe-3b95-4467-9c73-0514d74e12ee","serviceDescription":"service","serviceInvariantUUID":"43cc7c26-0d20-4b55-b2f8-3a4711cbbb3c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a01af8b6-5e45-41ca-a5f8-b93a2034daa8","resourceInvariantUUID":"1981f6e4-b976-4d47-98a5-1044af7300ee","resourceCustomizationUUID":"80e681e6-ed48-4665-80b6-2856c0548a8d","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":"MTRjNzAyMmU0ODljMDNhYzJmOWVjNGMzMjQ0OTY5NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"789506f1-613b-4db8-9ced-7a33cf463177","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":"705489dd-c66d-4cbf-a31f-bb8f272387a9","artifactVersion":"2","generatedFromUUID":"9610826f-d285-459b-b262-beef4b411185"},{"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":"9610826f-d285-459b-b262-beef4b411185","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":"NWRjOWMwM2I1Mjk4OGE5MDUzNDEyMGM2ZTg5MGY3NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"162f1364-6c65-4f7c-b4a9-8c4186601ca3","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":"ac6d5364-4fb9-4720-8c1a-ba41e8d7534c","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":"f6fc85f6-2768-4e79-b5b7-52df8d7be046","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":"a5e70ddc-dd6a-46e4-af34-1d3fca240517","artifactVersion":"2","generatedFromUUID":"ac6d5364-4fb9-4720-8c1a-ba41e8d7534c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YTVkM2E5NGQwZmY4MzhlYzhiZjI5MTJjYzdkNTU5ODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"599e8b84-35fe-468f-b55c-5eaa5da6ddeb","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWFlNjQyNTllMDllOWRmMjJlNjk1YjRiODUzNTdmYjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79edeee7-cbc0-4602-ba4c-4eb2669b047b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-05T06:22:52.664Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:22:52.664Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:22:52.666Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:22:52.666Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:52.767Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:22:52.768Z||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-05-05T06:22:52.768Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:22:52.779Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:22:52.780Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:22:53.667Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:22:53.667Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:22:53.670Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:22:53.670Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-05T06:22:53.770Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:22:53.771Z||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-05-05T06:22:53.771Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:22:53.782Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:22:53.783Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:22:54.671Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:22:54.671Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:22:54.673Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:22:54.673Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-05T06:22:54.774Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-05T06:22:54.775Z||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-05-05T06:22:54.775Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:22:54.787Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:22:54.788Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:22:55.674Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:22:55.675Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:22:55.682Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:22:55.683Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:22:55.777Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-05-05T06:22:55.778Z||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-05-05T06:22:55.779Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:22:55.790Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:22:55.791Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:22:56.684Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:22:56.685Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:22:56.687Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:22:56.687Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-05T06:22:56.787Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:22:56.788Z||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-05-05T06:22:56.788Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:22:56.799Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:22:56.800Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:22:57.688Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:22:57.689Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:22:57.691Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:22:57.691Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:57.791Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:22:57.792Z||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-05-05T06:22:57.792Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:22:57.804Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:22:57.805Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:22:58.691Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:22:58.692Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:22:58.694Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:22:58.694Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-05T06:22:58.794Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:22:58.796Z||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-05-05T06:22:58.796Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:22:58.807Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:22:58.808Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:22:59.695Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:22:59.696Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:22:59.698Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:22:59.698Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:22:59.798Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:22:59.799Z||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-05-05T06:22:59.799Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:22:59.810Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:22:59.811Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:00.699Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:23:00.700Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:00.702Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:00.702Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:00.802Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:23:00.803Z||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-05-05T06:23:00.803Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:00.818Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:00.819Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:01.704Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "54bd8cfe-3b95-4467-9c73-0514d74e12ee", "serviceDescription": "service", "serviceInvariantUUID": "43cc7c26-0d20-4b55-b2f8-3a4711cbbb3c", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "80e681e6-ed48-4665-80b6-2856c0548a8d", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a01af8b6-5e45-41ca-a5f8-b93a2034daa8", "resourceInvariantUUID": "1981f6e4-b976-4d47-98a5-1044af7300ee", "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": "705489dd-c66d-4cbf-a31f-bb8f272387a9", "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": "9610826f-d285-459b-b262-beef4b411185", "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": "NWRjOWMwM2I1Mjk4OGE5MDUzNDEyMGM2ZTg5MGY3NjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "162f1364-6c65-4f7c-b4a9-8c4186601ca3", "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": "ac6d5364-4fb9-4720-8c1a-ba41e8d7534c", "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": "a5e70ddc-dd6a-46e4-af34-1d3fca240517", "generatedFromUUID": "ac6d5364-4fb9-4720-8c1a-ba41e8d7534c" }, "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": "a5e70ddc-dd6a-46e4-af34-1d3fca240517", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YWFlNjQyNTllMDllOWRmMjJlNjk1YjRiODUzNTdmYjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "79edeee7-cbc0-4602-ba4c-4eb2669b047b" } ], "workloadContext": "Production" } 2022-05-05T06:23:01.704Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-05T06:23:01.704Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 54bd8cfe-3b95-4467-9c73-0514d74e12ee ASDC 2022-05-05T06:23:01.705Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:d8c09150-005d-468f-9297-0676aba9f4a5 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:54bd8cfe-3b95-4467-9c73-0514d74e12ee ServiceInvariantUUID:43cc7c26-0d20-4b55-b2f8-3a4711cbbb3c 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:79edeee7-cbc0-4602-ba4c-4eb2669b047b ArtifactChecksum:YWFlNjQyNTllMDllOWRmMjJlNjk1YjRiODUzNTdmYjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:80e681e6-ed48-4665-80b6-2856c0548a8d ResourceInvariantUUID:1981f6e4-b976-4d47-98a5-1044af7300ee ResourceName:basic_cnf ResourceType:VF ResourceUUID:a01af8b6-5e45-41ca-a5f8-b93a2034daa8 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:705489dd-c66d-4cbf-a31f-bb8f272387a9 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:9610826f-d285-459b-b262-beef4b411185 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:162f1364-6c65-4f7c-b4a9-8c4186601ca3 ArtifactChecksum:NWRjOWMwM2I1Mjk4OGE5MDUzNDEyMGM2ZTg5MGY3NjU= 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:ac6d5364-4fb9-4720-8c1a-ba41e8d7534c 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:a5e70ddc-dd6a-46e4-af34-1d3fca240517 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:a5e70ddc-dd6a-46e4-af34-1d3fca240517 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-05T06:23:01.705Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 54bd8cfe-3b95-4467-9c73-0514d74e12ee 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-05-05T06:23:01.744Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:23:01.745Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:23:01.745Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:23:01.745Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79edeee7-cbc0-4602-ba4c-4eb2669b047b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-05T06:23:01.745Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:23:01.746Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-05T06:23:01.914Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:23:01.918Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 79edeee7-cbc0-4602-ba4c-4eb2669b047b 68954 2022-05-05T06:23:01.918Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-05T06:23:01.918Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-05T06:23:01.918Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:23:01.919Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:01.921Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:01.921Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731781918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:02.021Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:23:02.022Z||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-05-05T06:23:02.022Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:02.031Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:02.032Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:02.922Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:23:02.923Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:23:02.923Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 79edeee7-cbc0-4602-ba4c-4eb2669b047b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-05T06:23:02.924Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-05T06:23:02.924Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-05T06:23:02.924Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-05T06:23:03.126Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP341094929781862841/Definitions/service-BasicCnf-template.yml 2022-05-05T06:23:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:23:04.208Z||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-05-05T06:23:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:23:04.231Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:04.244Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.244Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "ves-openapi-manager", "timestamp": 1651731593772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "policy-id", "timestamp": 1651731596626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.245Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "cds", "timestamp": 1651731599046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.245Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731597360, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-05T06:23:04.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "policy-id", "timestamp": 1651731596626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.246Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "cds", "timestamp": 1651731599046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731597360, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "policy-id", "timestamp": 1651731596626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "cds", "timestamp": 1651731599046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731597360, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "cds", "timestamp": 1651731599046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "policy-id", "timestamp": 1651731607725, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.250Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731597360, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "cds", "timestamp": 1651731599046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "policy-id", "timestamp": 1651731608732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.252Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.252Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.252Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.252Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731608441, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.253Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.253Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.253Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.253Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.254Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.254Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.254Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "policy-id", "timestamp": 1651731609737, "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-05-05T06:23:04.270Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e92ff509-a932-4fe4-b9c6-693c4d6b7213 2022-05-05T06:23:04.270Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92ff509-a932-4fe4-b9c6-693c4d6b7213 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-05-05T06:23:04.279Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "cds", "timestamp": 1651731610207, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.280Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.281Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.281Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731609638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.281Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.282Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.282Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.282Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.283Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.283Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.283Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731611215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.284Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.284Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.284Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "aai-ml", "timestamp": 1651731585741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.284Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731612443, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.285Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "cds", "timestamp": 1651731612881, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-05T06:23:04.291Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e92ff509-a932-4fe4-b9c6-693c4d6b7213 2022-05-05T06:23:04.291Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92ff509-a932-4fe4-b9c6-693c4d6b7213 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-05-05T06:23:04.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731612545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.300Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.300Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.300Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "aai-ml", "timestamp": 1651731613093, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.301Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.301Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.301Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731613632, "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-05-05T06:23:04.305Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e92ff509-a932-4fe4-b9c6-693c4d6b7213 2022-05-05T06:23:04.305Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92ff509-a932-4fe4-b9c6-693c4d6b7213 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-05-05T06:23:04.313Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.313Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.314Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.314Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731614622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.314Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.314Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.315Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.315Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.315Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "multicloud-k8s-id", "timestamp": 1651731614637, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.315Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.316Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.316Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.316Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731615625, "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-05-05T06:23:04.321Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 79e93f9c-d431-4d72-8971-c0750f7b96a0 2022-05-05T06:23:04.321Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79e93f9c-d431-4d72-8971-c0750f7b96a0 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-05-05T06:23:04.330Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.331Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.331Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.331Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.331Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.332Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.332Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.332Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.333Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.333Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.333Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.334Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "clamp", "timestamp": 1651731617935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-05T06:23:04.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:23:04.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "clamp", "timestamp": 1651731619944, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-05T06:23:04.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "clamp", "timestamp": 1651731620948, "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-05-05T06:23:04.352Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 79e93f9c-d431-4d72-8971-c0750f7b96a0 2022-05-05T06:23:04.352Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79e93f9c-d431-4d72-8971-c0750f7b96a0 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-05-05T06:23:04.362Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.362Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.363Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.363Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.363Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-05T06:23:04.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.364Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.364Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.364Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "cds", "timestamp": 1651731623015, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.365Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.365Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.365Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.365Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:23:04.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.366Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "aai-ml", "timestamp": 1651731623017, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "cds", "timestamp": 1651731624320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-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-05-05T06:23:04.382Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 2022-05-05T06:23:04.383Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 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-05-05T06:23:04.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "aai-ml", "timestamp": 1651731624022, "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-05-05T06:23:04.401Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e92ff509-a932-4fe4-b9c6-693c4d6b7213 2022-05-05T06:23:04.402Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92ff509-a932-4fe4-b9c6-693c4d6b7213 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-05-05T06:23:04.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "policy-id", "timestamp": 1651731625419, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.415Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "policy-id", "timestamp": 1651731626433, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "multicloud-k8s-id", "timestamp": 1651731626227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731626843, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.418Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.418Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.418Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "policy-id", "timestamp": 1651731627438, "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-05-05T06:23:04.425Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 2022-05-05T06:23:04.426Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 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-05-05T06:23:04.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.438Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "multicloud-k8s-id", "timestamp": 1651731627304, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.438Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.438Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.439Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.440Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.440Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "multicloud-k8s-id", "timestamp": 1651731628363, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.442Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.442Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.442Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-05T06:23:04.442Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731629042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.443Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.443Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.443Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.443Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.444Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.445Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "multicloud-k8s-id", "timestamp": 1651731629386, "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-05-05T06:23:04.452Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 2022-05-05T06:23:04.452Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 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-05-05T06:23:04.515Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.515Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.515Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.516Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.516Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731630046, "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-05-05T06:23:04.521Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e92ff509-a932-4fe4-b9c6-693c4d6b7213 2022-05-05T06:23:04.522Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92ff509-a932-4fe4-b9c6-693c4d6b7213 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-05-05T06:23:04.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "multicloud-k8s-id", "timestamp": 1651731630389, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.535Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "ves-openapi-manager", "timestamp": 1651731613772, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "ves-openapi-manager", "timestamp": 1651731631601, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.543Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.543Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.543Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.544Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.544Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.544Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.545Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.545Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.545Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.546Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.547Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.547Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "ves-openapi-manager", "timestamp": 1651731632634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.547Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.548Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "cds", "timestamp": 1651731614046, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.548Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.548Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.552Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.553Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.553Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.556Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.556Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.557Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "ves-openapi-manager", "timestamp": 1651731633637, "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-05-05T06:23:04.576Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7ad161bc-e76f-4f51-80cb-f5e349c73f09 2022-05-05T06:23:04.576Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ad161bc-e76f-4f51-80cb-f5e349c73f09 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-05-05T06:23:04.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "cds", "timestamp": 1651731634483, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "aai-ml", "timestamp": 1651731633755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.599Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "cds", "timestamp": 1651731635747, "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-05-05T06:23:04.607Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ad161bc-e76f-4f51-80cb-f5e349c73f09 2022-05-05T06:23:04.608Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ad161bc-e76f-4f51-80cb-f5e349c73f09 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-05-05T06:23:04.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "policy-id", "timestamp": 1651731616634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.618Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.618Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.618Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.619Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "policy-id", "timestamp": 1651731637629, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "clamp", "timestamp": 1651731636942, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.619Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.619Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.619Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731604359, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.620Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "policy-id", "timestamp": 1651731638633, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.620Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "policy-id", "timestamp": 1651731639637, "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-05-05T06:23:04.629Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ad161bc-e76f-4f51-80cb-f5e349c73f09 2022-05-05T06:23:04.630Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ad161bc-e76f-4f51-80cb-f5e349c73f09 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-05-05T06:23:04.645Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.645Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731639930, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "multicloud-k8s-id", "timestamp": 1651731617361, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.646Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731642179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.646Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.646Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.646Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731643183, "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-05-05T06:23:04.657Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-05T06:23:04.659Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 2022-05-05T06:23:04.660Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 and ComponentName SDNC 2022-05-05T06:23:04.660Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-05T06:23:04.660Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-05T06:23:04.660Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-05T06:23:04.661Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:04.661Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:04.661Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-05T06:23:04.661Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:04.661Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-05T06:23:04.661Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:04.661Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:04.661Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-05T06:23:04.662Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-05T06:23:04.662Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:23:04.662Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2022-05-05T06:23:04.663Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:04.663Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-05T06:23:04.664Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-05T06:23:04.664Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:23:04.664Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:04.664Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:04.665Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:04.665Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-05T06:23:04.666Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-05T06:23:04.666Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-05T06:23:04.666Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-05T06:23:04.666Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:04.667Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-05T06:23:04.667Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:04.667Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-05T06:23:04.667Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:23:04.668Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:04.668Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-05T06:23:04.668Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-05T06:23:04.670Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:04.670Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-05T06:23:04.670Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:23:04.671Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:04.671Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-05T06:23:04.671Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-05T06:23:04.671Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=badb3bd6-c8c9-4783-ac20-c56b78e91f0f 2022-05-05T06:23:04.672Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:04.672Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:04.672Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:04.672Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:04.672Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:04.672Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:04.673Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:04.673Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:04.673Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:54bd8cfe-3b95-4467-9c73-0514d74e12ee Model Version:NULL Model InvariantUuid:43cc7c26-0d20-4b55-b2f8-3a4711cbbb3c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:cd2899d3-f75c-4628-b827-2dde797f313b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1981f6e4-b976-4d47-98a5-1044af7300ee Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:80e681e6-ed48-4665-80b6-2856c0548a8d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3311032a-e6e6-4a11-a5dc-602c43400a63 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:64c12a19-ddc8-49d3-9b92-09a6b5e4c91e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:badb3bd6-c8c9-4783-ac20-c56b78e91f0f ModelInvariantUuid:6c643033-87dd-4d09-9fb0-008d93ae61df ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:5bb6de5d-bd0d-4aab-a51f-cc999cfec8bf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:100c5af7-b751-413b-badf-42eb28b0af5b ModelInvariantUuid:001fd1b0-58c7-40da-8979-d4c46e114543 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:0ae3af21-7071-4eb5-9c4f-eb0a00e5caab 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-05-05T06:23:04.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "clamp", "timestamp": 1651731642947, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.680Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "clamp", "timestamp": 1651731643951, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 2022-05-05T06:23:04.682Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a01af8b6-5e45-41ca-a5f8-b93a2034daa8 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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:23:04.690Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e92ff509-a932-4fe4-b9c6-693c4d6b7213 2022-05-05T06:23:04.691Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e92ff509-a932-4fe4-b9c6-693c4d6b7213 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2022-05-05T06:23:04.695Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||basic_cnf 0 2022-05-05T06:23:04.695Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a01af8b6-5e45-41ca-a5f8-b93a2034daa8 2022-05-05T06:23:04.696Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 705489dd-c66d-4cbf-a31f-bb8f272387a9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-05T06:23:04.696Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:23:04.696Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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 Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-05T06:23:04.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731644186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "aai-ml", "timestamp": 1651731644814, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.706Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731644186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "aai-ml", "timestamp": 1651731645819, "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-05-05T06:23:04.712Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 2022-05-05T06:23:04.713Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 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-05-05T06:23:04.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:23:04.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731644186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.737Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.737Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.737Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731644186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731644186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.738Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731644186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.739Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731644186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731644186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.740Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.740Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.740Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "clamp", "timestamp": 1651731601369, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731644186, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731654046, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.741Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "aai-ml", "timestamp": 1651731625027, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:04.742Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:23:04.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731655905, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.742Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.742Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "aai-ml", "timestamp": 1651731656025, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.742Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.742Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1651731656908, "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-05-05T06:23:04.749Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ad161bc-e76f-4f51-80cb-f5e349c73f09 2022-05-05T06:23:04.749Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ad161bc-e76f-4f51-80cb-f5e349c73f09 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-05-05T06:23:04.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "aai-ml", "timestamp": 1651731660918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:23:04.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "clamp", "timestamp": 1651731661151, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:23:04.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:23:04.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "aai-ml", "timestamp": 1651731661921, "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-05-05T06:23:04.762Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ad161bc-e76f-4f51-80cb-f5e349c73f09 2022-05-05T06:23:04.762Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ad161bc-e76f-4f51-80cb-f5e349c73f09 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-05-05T06:23:04.813Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:23:04.813Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 705489dd-c66d-4cbf-a31f-bb8f272387a9 12 2022-05-05T06:23:04.814Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:04.814Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:04.814Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:23:04.814Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:04.816Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:04.816Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731784813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:04.917Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-05T06:23:04.918Z||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-05-05T06:23:04.918Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:04.948Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:04.949Z||pool-61-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:05.817Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9610826f-d285-459b-b262-beef4b411185 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-05T06:23:05.817Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:23:05.818Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:06.201Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:23:06.201Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9610826f-d285-459b-b262-beef4b411185 2688 2022-05-05T06:23:06.202Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:06.202Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:06.203Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:23:06.203Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:06.205Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:06.206Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731786202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:06.306Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:23:06.306Z||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-05-05T06:23:06.307Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:06.317Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:06.317Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:23:07.207Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 162f1364-6c65-4f7c-b4a9-8c4186601ca3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-05T06:23:07.208Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:23:07.208Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:07.503Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:23:07.504Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 162f1364-6c65-4f7c-b4a9-8c4186601ca3 828 2022-05-05T06:23:07.504Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:07.504Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:07.504Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:23:07.504Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:07.506Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:07.506Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731787504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:07.607Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-05T06:23:07.608Z||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-05-05T06:23:07.608Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:07.621Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:07.622Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:08.511Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3311032a-e6e6-4a11-a5dc-602c43400a63", "vfModuleModelVersion": "1", "vfModuleModelUUID": "64c12a19-ddc8-49d3-9b92-09a6b5e4c91e", "vfModuleModelCustomizationUUID": "3384bb81-f56a-4f74-8acd-44cb82ac4c5e", "isBase": true, "artifacts": [ "ac6d5364-4fb9-4720-8c1a-ba41e8d7534c", "9610826f-d285-459b-b262-beef4b411185", "a5e70ddc-dd6a-46e4-af34-1d3fca240517" ], "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-05-05T06:23:08.516Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:64c12a19-ddc8-49d3-9b92-09a6b5e4c91e VfModuleModelInvariantUUID:3311032a-e6e6-4a11-a5dc-602c43400a63 VfModuleModelDescription:NULL Artifacts UUID List:{ ac6d5364-4fb9-4720-8c1a-ba41e8d7534c , 9610826f-d285-459b-b262-beef4b411185 , a5e70ddc-dd6a-46e4-af34-1d3fca240517 } 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-05-05T06:23:08.518Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3311032a-e6e6-4a11-a5dc-602c43400a63", "vfModuleModelVersion": "1", "vfModuleModelUUID": "64c12a19-ddc8-49d3-9b92-09a6b5e4c91e", "vfModuleModelCustomizationUUID": "3384bb81-f56a-4f74-8acd-44cb82ac4c5e", "isBase": true, "artifacts": [ "ac6d5364-4fb9-4720-8c1a-ba41e8d7534c", "9610826f-d285-459b-b262-beef4b411185", "a5e70ddc-dd6a-46e4-af34-1d3fca240517" ], "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-05-05T06:23:08.518Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:64c12a19-ddc8-49d3-9b92-09a6b5e4c91e VfModuleModelInvariantUUID:3311032a-e6e6-4a11-a5dc-602c43400a63 VfModuleModelDescription:NULL Artifacts UUID List:{ ac6d5364-4fb9-4720-8c1a-ba41e8d7534c , 9610826f-d285-459b-b262-beef4b411185 , a5e70ddc-dd6a-46e4-af34-1d3fca240517 } 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-05-05T06:23:08.518Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ac6d5364-4fb9-4720-8c1a-ba41e8d7534c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-05T06:23:08.518Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:23:08.519Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:09.301Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:23:09.302Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ac6d5364-4fb9-4720-8c1a-ba41e8d7534c 1164 2022-05-05T06:23:09.303Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:09.303Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:09.303Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:23:09.303Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:09.306Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:09.306Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731789303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:09.406Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:23:09.407Z||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-05-05T06:23:09.407Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:09.419Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:09.419Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:10.307Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a5e70ddc-dd6a-46e4-af34-1d3fca240517 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-05T06:23:10.308Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:23:10.308Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:10.542Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:23:10.542Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a5e70ddc-dd6a-46e4-af34-1d3fca240517 200 2022-05-05T06:23:10.543Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:10.543Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:10.543Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:23:10.543Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:10.545Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:10.545Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731790543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:10.646Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-05T06:23:10.647Z||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-05-05T06:23:10.647Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:10.663Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:10.664Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:11.546Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 54bd8cfe-3b95-4467-9c73-0514d74e12ee 2022-05-05T06:23:11.547Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a01af8b6-5e45-41ca-a5f8-b93a2034daa8 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-05-05T06:23:11.560Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:11.566Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45fce76e, org.onap.sdc.toscaparser.api.parameters.Input@308a1e2b, org.onap.sdc.toscaparser.api.parameters.Input@129714cf, org.onap.sdc.toscaparser.api.parameters.Input@6a43f33d, org.onap.sdc.toscaparser.api.parameters.Input@4826ae8c] 2022-05-05T06:23:11.567Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:11.568Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:11.568Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-05T06:23:11.568Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 80e681e6-ed48-4665-80b6-2856c0548a8d 2022-05-05T06:23:11.568Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 80e681e6-ed48-4665-80b6-2856c0548a8d matches Tosca VF Customization UUID: 80e681e6-ed48-4665-80b6-2856c0548a8d 2022-05-05T06:23:11.568Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 80e681e6-ed48-4665-80b6-2856c0548a8d 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-05-05T06:23:11.570Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:11.570Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:11.570Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 80e681e6-ed48-4665-80b6-2856c0548a8d: {\"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-05-05T06:23:11.571Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77091323 2022-05-05T06:23:11.571Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:11.571Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-05T06:23:11.571Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3384bb81-f56a-4f74-8acd-44cb82ac4c5e 2022-05-05T06:23:11.571Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3384bb81-f56a-4f74-8acd-44cb82ac4c5e 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-05-05T06:23:11.573Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:11.573Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-05T06:23:11.573Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:23:11.574Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:11.574Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-05T06:23:11.574Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:23:11.574Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:11.574Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-05T06:23:11.575Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-05T06:23:11.575Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=badb3bd6-c8c9-4783-ac20-c56b78e91f0f 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-05-05T06:23:11.576Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:11.576Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-05T06:23:11.577Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:23:11.577Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:11.577Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-05T06:23:11.577Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=80e681e6-ed48-4665-80b6-2856c0548a8d 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-05-05T06:23:11.579Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:11.579Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:11.579Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 54bd8cfe-3b95-4467-9c73-0514d74e12ee: basic_cnf 2022-05-05T06:23:11.579Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:11.579Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:11.580Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:11.580Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:11.580Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:11.580Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:11.580Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:11.580Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:11.581Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:11.581Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:11.581Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:11.649Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a01af8b6-5e45-41ca-a5f8-b93a2034daa8 1 ASDC deployResourceStructure 2022-05-05T06:23:11.650Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:11.652Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:11.652Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-05T06:23:11.652Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:11.656Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:11.656Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731791650, "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-05-05T06:23:11.756Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:23:11.757Z||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-05-05T06:23:11.757Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:11.770Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:11.771Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:12.656Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:12.657Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:12.657Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-05T06:23:12.657Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:12.659Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:12.659Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731792656, "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-05-05T06:23:12.760Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:23:12.761Z||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-05-05T06:23:12.761Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:12.773Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:12.773Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:13.660Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:13.661Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:13.661Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:23:13.662Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:13.664Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:13.665Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731793660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:23:13.766Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-05T06:23:13.767Z||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-05-05T06:23:13.767Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:13.781Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:13.785Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:14.666Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:14.667Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:14.668Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:23:14.670Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:14.672Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:14.672Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731794666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-05T06:23:14.773Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:23:14.774Z||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-05-05T06:23:14.774Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:14.792Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:14.793Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:15.674Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:15.675Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||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-05-05T06:23:15.675Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:23:15.676Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:15.678Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:15.678Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731795674, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-05T06:23:15.778Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:23:15.779Z||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-05-05T06:23:15.780Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:15.792Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:15.793Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:16.687Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-05T06:23:16.688Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-05T06:23:16.688Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:23:16.688Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:16.690Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:16.690Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731796687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:23:16.792Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-05T06:23:16.793Z||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-05-05T06:23:16.793Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:16.802Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:16.803Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:23:17.691Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8c09150-005d-468f-9297-0676aba9f4a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:23:17.703Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8c09150-005d-468f-9297-0676aba9f4a5 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-05-05T06:23:17.707Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:23:17.707Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-05T06:23:17.707Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-05T06:23:17.707Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-05T06:23:17.708Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:23:17.708Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:23:17.708Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:23:17.708Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:23:17.708Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:23:17.709Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:23:17.709Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-05T06:23:17.714Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-05T06:23:47.714Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d8c09150-005d-468f-9297-0676aba9f4a5 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-05-05T06:23:47.721Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8c09150-005d-468f-9297-0676aba9f4a5 and serviceModelVersionId: 54bd8cfe-3b95-4467-9c73-0514d74e12ee 2022-05-05T06:23:47.721Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 43cc7c26-0d20-4b55-b2f8-3a4711cbbb3c 2022-05-05T06:23:47.722Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/43cc7c26-0d20-4b55-b2f8-3a4711cbbb3c/model-vers/model-ver/54bd8cfe-3b95-4467-9c73-0514d74e12ee?depth=0 2022-05-05T06:23:47.726Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-05T06:23:47.784Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43cc7c26-0d20-4b55-b2f8-3a4711cbbb3c/model-vers/model-ver/54bd8cfe-3b95-4467-9c73-0514d74e12ee?depth=0|INFO|500||Invoke 2022-05-05T06:23:47.784Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43cc7c26-0d20-4b55-b2f8-3a4711cbbb3c/model-vers/model-ver/54bd8cfe-3b95-4467-9c73-0514d74e12ee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43cc7c26-0d20-4b55-b2f8-3a4711cbbb3c/model-vers/model-ver/54bd8cfe-3b95-4467-9c73-0514d74e12ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d8c09150-005d-468f-9297-0676aba9f4a5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10669818-2fa7-493f-ae09-27a1314225e8], X-ECOMP-RequestID=[d8c09150-005d-468f-9297-0676aba9f4a5], X-TransactionId=[], X-ONAP-RequestID=[d8c09150-005d-468f-9297-0676aba9f4a5], Content-Type=[application/merge-patch+json]} 2022-05-05T06:23:47.818Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43cc7c26-0d20-4b55-b2f8-3a4711cbbb3c/model-vers/model-ver/54bd8cfe-3b95-4467-9c73-0514d74e12ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-05T06:23:48.504Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43cc7c26-0d20-4b55-b2f8-3a4711cbbb3c/model-vers/model-ver/54bd8cfe-3b95-4467-9c73-0514d74e12ee?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/43cc7c26-0d20-4b55-b2f8-3a4711cbbb3c/model-vers/model-ver/54bd8cfe-3b95-4467-9c73-0514d74e12ee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220505-06:23:47:612-79513], vertex-id=[446648], Content-Length=[0], Date=[Thu, 05 May 2022 06:23:47 GMT], Content-Type=[application/json]} 2022-05-05T06:23:48.504Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43cc7c26-0d20-4b55-b2f8-3a4711cbbb3c/model-vers/model-ver/54bd8cfe-3b95-4467-9c73-0514d74e12ee?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-05T06:23:48.506Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/43cc7c26-0d20-4b55-b2f8-3a4711cbbb3c/model-vers/model-ver/54bd8cfe-3b95-4467-9c73-0514d74e12ee?depth=0|INFO|500||InvokeReturn 2022-05-05T06:23:48.506Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-05T06:23:48.507Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-05T06:23:48.511Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-05T06:23:48.512Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8c09150-005d-468f-9297-0676aba9f4a5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-05T06:23:48.512Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-05T06:23:48.512Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:48.514Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:48.514Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731828512, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:23:48.614Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:23:48.616Z||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-05-05T06:23:48.616Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:48.633Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:48.634Z||pool-72-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-05-05T06:23:49.524Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-05T06:23:49.524Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"79e93f9c-d431-4d72-8971-c0750f7b96a0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b8c9f44d-0a88-4163-8c94-c2a05f497581","serviceDescription":"service","serviceInvariantUUID":"db71f8f3-566f-4dec-8493-069a26bf8040","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9b8c8dd9-2502-4e2a-b266-7bf2c6c18b48","resourceInvariantUUID":"f6c6e429-0619-4d65-a7f5-cf5ec639d15a","resourceCustomizationUUID":"09d8c951-53f8-4c60-a17c-60b05f60f034","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MjgwYTY2NWI5ZWNmMDA4MmM1Mjc0NWMxOTcwYmM2NDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9597a85f-a123-4322-a9c6-e5ffe9d17817","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MzY0NWQyMzc5YzEwODY0NTQ4YzRmYWU5MzViNmQ3Yjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"be5e13a0-12e6-420f-972d-ce391897182f","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"937279ed-c873-452c-8927-f62f6aebf4f6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ade1c525-6255-4d17-92b5-0cd9adf9424a","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"de4839b2-c431-49d1-a297-84893f3554f2","artifactVersion":"2","generatedFromUUID":"937279ed-c873-452c-8927-f62f6aebf4f6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmJiZDZjZTk4MGMzODkwOGY3YjFkZTI0MTM0YjgyNTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"159e47ea-6012-4ff5-ae4e-673930207537","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWY1ZTIzZjM2N2JmYjAxZWQ5YjNiMGE5MjY4MGE3MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b577b8e-e34d-4e6d-b5b6-cdb09f28346b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-05T06:23:49.525Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:23:49.525Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:49.527Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:49.527Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:49.627Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:23:49.629Z||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-05-05T06:23:49.629Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:49.650Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:49.651Z||pool-73-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:50.528Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:23:50.529Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:50.532Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:50.532Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:23:50.632Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:23:50.633Z||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-05-05T06:23:50.634Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:50.646Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:50.647Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:23:51.533Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:23:51.533Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:51.536Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:51.536Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-05T06:23:51.636Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:23:51.637Z||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-05-05T06:23:51.637Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:51.652Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:51.653Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:52.537Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:23:52.538Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:52.540Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:52.540Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:52.640Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:23:52.641Z||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-05-05T06:23:52.642Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:52.651Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:52.652Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:23:53.541Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:23:53.543Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:53.545Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:53.545Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-05T06:23:53.645Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:23:53.647Z||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-05-05T06:23:53.647Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:53.661Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:53.662Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:54.546Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:23:54.547Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:54.550Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:54.550Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:23:54.650Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:23:54.651Z||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-05-05T06:23:54.651Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:54.663Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:54.663Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:55.550Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:23:55.559Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:55.561Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:55.561Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:23:55.662Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-05T06:23:55.663Z||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-05-05T06:23:55.663Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:55.674Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:55.675Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:56.562Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "b8c9f44d-0a88-4163-8c94-c2a05f497581", "serviceDescription": "service", "serviceInvariantUUID": "db71f8f3-566f-4dec-8493-069a26bf8040", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "09d8c951-53f8-4c60-a17c-60b05f60f034", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9b8c8dd9-2502-4e2a-b266-7bf2c6c18b48", "resourceInvariantUUID": "f6c6e429-0619-4d65-a7f5-cf5ec639d15a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "MzY0NWQyMzc5YzEwODY0NTQ4YzRmYWU5MzViNmQ3Yjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be5e13a0-12e6-420f-972d-ce391897182f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "937279ed-c873-452c-8927-f62f6aebf4f6", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "de4839b2-c431-49d1-a297-84893f3554f2", "generatedFromUUID": "937279ed-c873-452c-8927-f62f6aebf4f6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "de4839b2-c431-49d1-a297-84893f3554f2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YWY1ZTIzZjM2N2JmYjAxZWQ5YjNiMGE5MjY4MGE3MWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7b577b8e-e34d-4e6d-b5b6-cdb09f28346b" } ], "workloadContext": "Production" } 2022-05-05T06:23:56.562Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-05T06:23:56.563Z|d8c09150-005d-468f-9297-0676aba9f4a5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b8c9f44d-0a88-4163-8c94-c2a05f497581 ASDC 2022-05-05T06:23:56.563Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:79e93f9c-d431-4d72-8971-c0750f7b96a0 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:b8c9f44d-0a88-4163-8c94-c2a05f497581 ServiceInvariantUUID:db71f8f3-566f-4dec-8493-069a26bf8040 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:7b577b8e-e34d-4e6d-b5b6-cdb09f28346b ArtifactChecksum:YWY1ZTIzZjM2N2JmYjAxZWQ5YjNiMGE5MjY4MGE3MWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:09d8c951-53f8-4c60-a17c-60b05f60f034 ResourceInvariantUUID:f6c6e429-0619-4d65-a7f5-cf5ec639d15a ResourceName:basic_vm ResourceType:VF ResourceUUID:9b8c8dd9-2502-4e2a-b266-7bf2c6c18b48 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:be5e13a0-12e6-420f-972d-ce391897182f ArtifactChecksum:MzY0NWQyMzc5YzEwODY0NTQ4YzRmYWU5MzViNmQ3Yjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:937279ed-c873-452c-8927-f62f6aebf4f6 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:de4839b2-c431-49d1-a297-84893f3554f2 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:de4839b2-c431-49d1-a297-84893f3554f2 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-05T06:23:56.563Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8c9f44d-0a88-4163-8c94-c2a05f497581 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-05-05T06:23:56.602Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:23:56.603Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:23:56.604Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:23:56.604Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7b577b8e-e34d-4e6d-b5b6-cdb09f28346b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-05T06:23:56.604Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:23:56.604Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-05T06:23:57.005Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:23:57.008Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 7b577b8e-e34d-4e6d-b5b6-cdb09f28346b 71074 2022-05-05T06:23:57.009Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-05T06:23:57.009Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-05T06:23:57.009Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:23:57.009Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:57.013Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:57.013Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731837008, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:57.113Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:23:57.115Z||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-05-05T06:23:57.115Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:57.129Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:57.129Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:23:58.014Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:23:58.015Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:23:58.015Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7b577b8e-e34d-4e6d-b5b6-cdb09f28346b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-05T06:23:58.016Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-05T06:23:58.016Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-05T06:23:58.016Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-05T06:23:58.132Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14231189942124993150/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-05T06:23:59.377Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-05T06:23:59.378Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-05T06:23:59.378Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-05T06:23:59.378Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-05T06:23:59.378Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-05T06:23:59.378Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-05T06:23:59.378Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-05T06:23:59.379Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-05T06:23:59.379Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-05T06:23:59.379Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-05T06:23:59.379Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-05T06:23:59.379Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-05T06:23:59.379Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-05T06:23:59.380Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-05T06:23:59.380Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:59.380Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:59.380Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-05T06:23:59.381Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-05T06:23:59.381Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:23:59.381Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:59.381Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:59.382Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-05T06:23:59.382Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-05T06:23:59.382Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:23:59.383Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:59.383Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:59.383Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:59.383Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-05T06:23:59.383Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-05T06:23:59.384Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-05T06:23:59.384Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-05T06:23:59.384Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-05T06:23:59.384Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-05T06:23:59.384Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:59.385Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-05T06:23:59.385Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:59.385Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-05T06:23:59.385Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:23:59.386Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:59.386Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-05T06:23:59.386Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:23:59.386Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:59.387Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-05T06:23:59.387Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:23:59.387Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:59.387Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-05T06:23:59.387Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-05T06:23:59.388Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-05T06:23:59.388Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b926d61d-faa6-45db-bba0-7c3f6d5d93e7 2022-05-05T06:23:59.388Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:59.388Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:59.388Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:59.389Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:59.389Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:59.389Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:59.389Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:23:59.390Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:23:59.390Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:b8c9f44d-0a88-4163-8c94-c2a05f497581 Model Version:NULL Model InvariantUuid:db71f8f3-566f-4dec-8493-069a26bf8040 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:673b21bf-cb30-45ba-91b0-1925b70ee064 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f6c6e429-0619-4d65-a7f5-cf5ec639d15a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:09d8c951-53f8-4c60-a17c-60b05f60f034 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f3c393e6-79ea-4dc2-ab9d-d7717b6e173d ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:5397d011-0f05-48b5-a30c-1899da4bd9cd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b926d61d-faa6-45db-bba0-7c3f6d5d93e7 ModelInvariantUuid:7e230afd-ab01-42ee-8fae-b0819798b492 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:346cd876-a8c5-468b-82ed-49f2d6c83707 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:b7dde64b-308d-4dab-9d51-c814c37f3979 ModelInvariantUuid:6793c968-71a7-49a3-a3bf-42c0e73f1ca7 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:fea46666-b601-4def-854a-777f5163701e 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-05-05T06:23:59.395Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 9b8c8dd9-2502-4e2a-b266-7bf2c6c18b48 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-05-05T06:23:59.398Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||basic_vm 0 2022-05-05T06:23:59.399Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9b8c8dd9-2502-4e2a-b266-7bf2c6c18b48 2022-05-05T06:23:59.399Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: be5e13a0-12e6-420f-972d-ce391897182f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-05T06:23:59.399Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:23:59.399Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-05T06:23:59.501Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:23:59.502Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json be5e13a0-12e6-420f-972d-ce391897182f 787 2022-05-05T06:23:59.503Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-05T06:23:59.504Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-05T06:23:59.504Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:23:59.505Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:23:59.508Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:23:59.509Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731839503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:23:59.608Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:23:59.610Z||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-05-05T06:23:59.610Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:23:59.623Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:23:59.625Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:24:00.510Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f3c393e6-79ea-4dc2-ab9d-d7717b6e173d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5397d011-0f05-48b5-a30c-1899da4bd9cd", "vfModuleModelCustomizationUUID": "c3bb5b05-136f-4a45-a27f-d59b7c89a2bc", "isBase": true, "artifacts": [ "937279ed-c873-452c-8927-f62f6aebf4f6", "de4839b2-c431-49d1-a297-84893f3554f2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-05T06:24:00.515Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5397d011-0f05-48b5-a30c-1899da4bd9cd VfModuleModelInvariantUUID:f3c393e6-79ea-4dc2-ab9d-d7717b6e173d VfModuleModelDescription:NULL Artifacts UUID List:{ 937279ed-c873-452c-8927-f62f6aebf4f6 , de4839b2-c431-49d1-a297-84893f3554f2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-05T06:24:00.518Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f3c393e6-79ea-4dc2-ab9d-d7717b6e173d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5397d011-0f05-48b5-a30c-1899da4bd9cd", "vfModuleModelCustomizationUUID": "c3bb5b05-136f-4a45-a27f-d59b7c89a2bc", "isBase": true, "artifacts": [ "937279ed-c873-452c-8927-f62f6aebf4f6", "de4839b2-c431-49d1-a297-84893f3554f2" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-05T06:24:00.519Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5397d011-0f05-48b5-a30c-1899da4bd9cd VfModuleModelInvariantUUID:f3c393e6-79ea-4dc2-ab9d-d7717b6e173d VfModuleModelDescription:NULL Artifacts UUID List:{ 937279ed-c873-452c-8927-f62f6aebf4f6 , de4839b2-c431-49d1-a297-84893f3554f2 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-05T06:24:00.519Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 937279ed-c873-452c-8927-f62f6aebf4f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-05T06:24:00.519Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:24:00.520Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-05T06:24:00.600Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:24:00.601Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 937279ed-c873-452c-8927-f62f6aebf4f6 5033 2022-05-05T06:24:00.601Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-05T06:24:00.602Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-05T06:24:00.602Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:24:00.603Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:00.606Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:00.606Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731840601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:24:00.706Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:00.708Z||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-05-05T06:24:00.708Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:00.721Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:00.722Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:01.607Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: de4839b2-c431-49d1-a297-84893f3554f2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-05T06:24:01.608Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:24:01.608Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-05T06:24:01.691Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:24:01.692Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env de4839b2-c431-49d1-a297-84893f3554f2 903 2022-05-05T06:24:01.692Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-05T06:24:01.693Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-05T06:24:01.699Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:24:01.699Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:01.709Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:01.709Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731841692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:24:01.809Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:24:01.810Z||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-05-05T06:24:01.811Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:01.821Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:01.822Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:02.710Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b8c9f44d-0a88-4163-8c94-c2a05f497581 2022-05-05T06:24:02.712Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9b8c8dd9-2502-4e2a-b266-7bf2c6c18b48 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-05-05T06:24:02.729Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51b6130e, org.onap.sdc.toscaparser.api.parameters.Input@78e4fd1, org.onap.sdc.toscaparser.api.parameters.Input@ea7e648, org.onap.sdc.toscaparser.api.parameters.Input@7308edd6, org.onap.sdc.toscaparser.api.parameters.Input@12c7beda] 2022-05-05T06:24:02.730Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:02.730Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:02.730Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-05T06:24:02.730Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 09d8c951-53f8-4c60-a17c-60b05f60f034 2022-05-05T06:24:02.730Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 09d8c951-53f8-4c60-a17c-60b05f60f034 matches Tosca VF Customization UUID: 09d8c951-53f8-4c60-a17c-60b05f60f034 2022-05-05T06:24:02.731Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 09d8c951-53f8-4c60-a17c-60b05f60f034 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-05-05T06:24:02.732Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:02.732Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:02.733Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 09d8c951-53f8-4c60-a17c-60b05f60f034: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-05-05T06:24:02.733Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@623485c5 2022-05-05T06:24:02.733Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:02.733Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-05T06:24:02.733Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c3bb5b05-136f-4a45-a27f-d59b7c89a2bc 2022-05-05T06:24:02.734Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c3bb5b05-136f-4a45-a27f-d59b7c89a2bc 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-05-05T06:24:02.735Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:02.735Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-05T06:24:02.735Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:24:02.735Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:02.736Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-05T06:24:02.736Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:24:02.736Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:02.736Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-05T06:24:02.736Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-05T06:24:02.736Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-05T06:24:02.736Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b926d61d-faa6-45db-bba0-7c3f6d5d93e7 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-05-05T06:24:02.738Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:02.738Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-05T06:24:02.738Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:24:02.738Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:02.738Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-05T06:24:02.738Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=09d8c951-53f8-4c60-a17c-60b05f60f034 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-05-05T06:24:02.740Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:02.740Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:02.740Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b8c9f44d-0a88-4163-8c94-c2a05f497581: basic_vm 2022-05-05T06:24:02.740Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:02.741Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:02.741Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:02.741Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:02.741Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:02.741Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:02.741Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:02.742Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:02.742Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:02.742Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:02.742Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-05T06:24:02.795Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9b8c8dd9-2502-4e2a-b266-7bf2c6c18b48 1 ASDC deployResourceStructure 2022-05-05T06:24:02.796Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-05T06:24:02.796Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-05T06:24:02.796Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:24:02.796Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:02.799Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:02.799Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731842796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:24:02.899Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:02.900Z||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-05-05T06:24:02.900Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:02.910Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:02.911Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:03.800Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-05T06:24:03.801Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-05T06:24:03.801Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:24:03.801Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:03.803Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:03.804Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731843800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-05T06:24:03.904Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:03.905Z||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-05-05T06:24:03.905Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:03.916Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:03.916Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:24:04.208Z||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-05-05T06:24:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:24:04.223Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:04.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:24:04.224Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "clamp", "timestamp": 1651731664956, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:24:04.224Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:24:04.225Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:24:04.225Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "clamp", "timestamp": 1651731665959, "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-05-05T06:24:04.541Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 2022-05-05T06:24:04.541Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 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-05-05T06:24:04.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:24:04.549Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "clamp", "timestamp": 1651731666964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:24:04.549Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:24:04.549Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "clamp", "timestamp": 1651731666964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "clamp", "timestamp": 1651731666964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "clamp", "timestamp": 1651731666964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "clamp", "timestamp": 1651731666964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "clamp", "timestamp": 1651731666964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "clamp", "timestamp": 1651731666964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:24:04.550Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:24:04.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:24:04.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "clamp", "timestamp": 1651731666964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:24:04.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:24:04.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:24:04.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "clamp", "timestamp": 1651731666964, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:24:04.551Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:24:04.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:24:04.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "clamp", "timestamp": 1651731684950, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:24:04.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:24:04.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:24:04.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "clamp", "timestamp": 1651731687952, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:24:04.551Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:24:04.551Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:24:04.551Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "clamp", "timestamp": 1651731688958, "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-05-05T06:24:04.556Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ad161bc-e76f-4f51-80cb-f5e349c73f09 2022-05-05T06:24:04.556Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ad161bc-e76f-4f51-80cb-f5e349c73f09 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-05-05T06:24:04.805Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-05T06:24:04.805Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-05T06:24:04.806Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:24:04.806Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:04.809Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:04.809Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731844805, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-05T06:24:04.909Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:04.910Z||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-05-05T06:24:04.910Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:04.920Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:04.921Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:05.810Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-05T06:24:05.811Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-05T06:24:05.811Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:24:05.811Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:05.813Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:05.813Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731845810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:24:05.913Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:05.914Z||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-05-05T06:24:05.914Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:05.928Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:05.929Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:06.814Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79e93f9c-d431-4d72-8971-c0750f7b96a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:24:06.826Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79e93f9c-d431-4d72-8971-c0750f7b96a0 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-05-05T06:24:06.829Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:24:06.829Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-05T06:24:06.829Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-05T06:24:06.829Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-05T06:24:06.829Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:24:06.829Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:24:06.830Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:24:06.830Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:24:06.830Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:24:06.831Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:24:06.831Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-05T06:24:06.835Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-05T06:24:36.836Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 79e93f9c-d431-4d72-8971-c0750f7b96a0 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-05-05T06:24:36.842Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 79e93f9c-d431-4d72-8971-c0750f7b96a0 and serviceModelVersionId: b8c9f44d-0a88-4163-8c94-c2a05f497581 2022-05-05T06:24:36.842Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : db71f8f3-566f-4dec-8493-069a26bf8040 2022-05-05T06:24:36.843Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/db71f8f3-566f-4dec-8493-069a26bf8040/model-vers/model-ver/b8c9f44d-0a88-4163-8c94-c2a05f497581?depth=0 2022-05-05T06:24:36.847Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-05T06:24:36.895Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db71f8f3-566f-4dec-8493-069a26bf8040/model-vers/model-ver/b8c9f44d-0a88-4163-8c94-c2a05f497581?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-05-05T06:24:36.896Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db71f8f3-566f-4dec-8493-069a26bf8040/model-vers/model-ver/b8c9f44d-0a88-4163-8c94-c2a05f497581?depth=0|INFO|500||Invoke 2022-05-05T06:24:36.918Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db71f8f3-566f-4dec-8493-069a26bf8040/model-vers/model-ver/b8c9f44d-0a88-4163-8c94-c2a05f497581?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-05T06:24:37.311Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db71f8f3-566f-4dec-8493-069a26bf8040/model-vers/model-ver/b8c9f44d-0a88-4163-8c94-c2a05f497581?depth=0|INFO|500||InvokeReturn 2022-05-05T06:24:37.311Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db71f8f3-566f-4dec-8493-069a26bf8040/model-vers/model-ver/b8c9f44d-0a88-4163-8c94-c2a05f497581?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220505-06:24:36:711-84927], vertex-id=[200832], Content-Length=[0], Date=[Thu, 05 May 2022 06:24:36 GMT], Content-Type=[application/json]} 2022-05-05T06:24:37.313Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-05-05T06:24:37.313Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-05T06:24:37.313Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-05T06:24:37.316Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-05T06:24:37.316Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 79e93f9c-d431-4d72-8971-c0750f7b96a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-05T06:24:37.316Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-05T06:24:37.316Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:37.318Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:37.318Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731877316, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:24:37.418Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:24:37.419Z||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-05-05T06:24:37.420Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:37.436Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:37.436Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 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-05-05T06:24:38.345Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-05T06:24:38.346Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e92ff509-a932-4fe4-b9c6-693c4d6b7213","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"c441ff58-45a9-4dbe-8802-bea61bf0f17e","serviceDescription":"service","serviceInvariantUUID":"29ee57be-2e07-46b8-82bd-d423e48156bd","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1e28593c-bfe2-472c-83b6-cc76e18376d2","resourceInvariantUUID":"d8e265ef-1538-4d7e-b28a-30eaa7f2da2f","resourceCustomizationUUID":"444571a0-5ec3-46b8-85c5-4ad1e7a0823e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MTViZjU0YTZmZDljMjNhMDE2OTA5NzIwNGFlYWM2ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0856b626-516e-4d7c-ab7e-00ed99d614c8","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MWJjODQ2YmY2ZGEzYzlhNGUzNDk2NWY1MjJiYzM4NjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cf9b9b01-34f7-4f24-b7ff-32fcd10308e3","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f9d9e885-bb88-4756-9921-d4264f52aa3b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"35fbacdf-3e86-478b-b7d0-c8a2f6dbfdac","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"59192547-9135-4e85-a0e6-5ab9ebed10fb","artifactVersion":"2","generatedFromUUID":"f029c8dd-77f6-43e8-a1fe-192e4058baa9"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a3703c86-0fdf-4ac7-97e6-6b1f1f9f940e","artifactVersion":"2","generatedFromUUID":"f9d9e885-bb88-4756-9921-d4264f52aa3b"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f029c8dd-77f6-43e8-a1fe-192e4058baa9","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a979bd55-4314-4578-bcef-01043a4a110d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MTZiMzBkZjliMTEwMzdkOWUyOWY2YzJiMWU0OTMzMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9a33838f-c3d5-4d4f-8b53-1419147bd149","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZjMyNTVhNTUzNjZkMGM5NDhmMzFiMDIwZmEzN2Y1YTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4287b48b-476c-4131-bb32-ba9189bf03f0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-05T06:24:38.347Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:24:38.348Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:38.353Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:38.353Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:24:38.453Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:38.455Z||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-05-05T06:24:38.455Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:38.484Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:38.485Z||pool-89-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:39.354Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:24:39.354Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:39.358Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:39.358Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:24:39.457Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:24:39.458Z||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-05-05T06:24:39.458Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:39.471Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:39.472Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:40.358Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:24:40.359Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:40.369Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:40.369Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-05T06:24:40.469Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:24:40.470Z||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-05-05T06:24:40.471Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:40.482Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:40.483Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:41.370Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:24:41.371Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:41.376Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:41.376Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:24:41.473Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-05-05T06:24:41.474Z||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-05-05T06:24:41.474Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:41.486Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:41.487Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:42.377Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:24:42.378Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:42.380Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:42.380Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-05T06:24:42.480Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:42.481Z||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-05-05T06:24:42.482Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:42.493Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:42.494Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:43.381Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:24:43.382Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:43.384Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:43.384Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-05T06:24:43.484Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:43.485Z||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-05-05T06:24:43.485Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:43.499Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:43.500Z||pool-94-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:44.384Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:24:44.385Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:44.387Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:44.387Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-05T06:24:44.490Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-05-05T06:24:44.491Z||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-05-05T06:24:44.491Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:44.502Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:44.503Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:45.388Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:24:45.388Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:45.390Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:45.390Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:24:45.491Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-05T06:24:45.492Z||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-05-05T06:24:45.492Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:45.503Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:45.503Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:46.391Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:24:46.391Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:46.393Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:46.394Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:24:46.493Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:24:46.495Z||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-05-05T06:24:46.495Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:46.507Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:46.507Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:24:47.394Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:24:47.395Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:47.397Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:47.397Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:24:47.497Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:47.498Z||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-05-05T06:24:47.499Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:47.511Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:47.511Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:24:48.398Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "c441ff58-45a9-4dbe-8802-bea61bf0f17e", "serviceDescription": "service", "serviceInvariantUUID": "29ee57be-2e07-46b8-82bd-d423e48156bd", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "444571a0-5ec3-46b8-85c5-4ad1e7a0823e", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1e28593c-bfe2-472c-83b6-cc76e18376d2", "resourceInvariantUUID": "d8e265ef-1538-4d7e-b28a-30eaa7f2da2f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "MWJjODQ2YmY2ZGEzYzlhNGUzNDk2NWY1MjJiYzM4NjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cf9b9b01-34f7-4f24-b7ff-32fcd10308e3", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f9d9e885-bb88-4756-9921-d4264f52aa3b", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a3703c86-0fdf-4ac7-97e6-6b1f1f9f940e", "generatedFromUUID": "f9d9e885-bb88-4756-9921-d4264f52aa3b" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "59192547-9135-4e85-a0e6-5ab9ebed10fb", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a3703c86-0fdf-4ac7-97e6-6b1f1f9f940e", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f029c8dd-77f6-43e8-a1fe-192e4058baa9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZjMyNTVhNTUzNjZkMGM5NDhmMzFiMDIwZmEzN2Y1YTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4287b48b-476c-4131-bb32-ba9189bf03f0" } ], "workloadContext": "Production" } 2022-05-05T06:24:48.398Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-05T06:24:48.398Z|79e93f9c-d431-4d72-8971-c0750f7b96a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c441ff58-45a9-4dbe-8802-bea61bf0f17e ASDC 2022-05-05T06:24:48.399Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:e92ff509-a932-4fe4-b9c6-693c4d6b7213 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:c441ff58-45a9-4dbe-8802-bea61bf0f17e ServiceInvariantUUID:29ee57be-2e07-46b8-82bd-d423e48156bd ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:4287b48b-476c-4131-bb32-ba9189bf03f0 ArtifactChecksum:ZjMyNTVhNTUzNjZkMGM5NDhmMzFiMDIwZmEzN2Y1YTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:444571a0-5ec3-46b8-85c5-4ad1e7a0823e ResourceInvariantUUID:d8e265ef-1538-4d7e-b28a-30eaa7f2da2f ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:1e28593c-bfe2-472c-83b6-cc76e18376d2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:cf9b9b01-34f7-4f24-b7ff-32fcd10308e3 ArtifactChecksum:MWJjODQ2YmY2ZGEzYzlhNGUzNDk2NWY1MjJiYzM4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:f9d9e885-bb88-4756-9921-d4264f52aa3b ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:a3703c86-0fdf-4ac7-97e6-6b1f1f9f940e ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:59192547-9135-4e85-a0e6-5ab9ebed10fb ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:a3703c86-0fdf-4ac7-97e6-6b1f1f9f940e ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:f029c8dd-77f6-43e8-a1fe-192e4058baa9 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-05T06:24:48.399Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c441ff58-45a9-4dbe-8802-bea61bf0f17e 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-05-05T06:24:48.433Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:24:48.434Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:24:48.435Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:24:48.435Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4287b48b-476c-4131-bb32-ba9189bf03f0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-05T06:24:48.435Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:24:48.435Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-05T06:24:49.210Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:24:49.217Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 4287b48b-476c-4131-bb32-ba9189bf03f0 158202 2022-05-05T06:24:49.218Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-05T06:24:49.218Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-05T06:24:49.218Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:24:49.218Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:49.220Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:49.220Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731889217, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:24:49.320Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:49.321Z||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-05-05T06:24:49.321Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:49.334Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:49.334Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:50.221Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:24:50.222Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:24:50.222Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4287b48b-476c-4131-bb32-ba9189bf03f0, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-05T06:24:50.222Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-05T06:24:50.223Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-05T06:24:50.223Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-05T06:24:50.376Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8421131584885679394/Definitions/service-BasicCnfMacro-template.yml 2022-05-05T06:24:51.585Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-05T06:24:51.585Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-05T06:24:51.586Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-05T06:24:51.586Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-05T06:24:51.586Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-05T06:24:51.586Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-05T06:24:51.586Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-05T06:24:51.586Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-05T06:24:51.586Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-05T06:24:51.586Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:51.586Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:51.587Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-05T06:24:51.587Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-05T06:24:51.587Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:24:51.587Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:51.587Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:51.587Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-05T06:24:51.588Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-05T06:24:51.588Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:24:51.588Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:51.588Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:51.588Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:51.588Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-05T06:24:51.588Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-05T06:24:51.588Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-05T06:24:51.589Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-05T06:24:51.589Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:51.589Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-05T06:24:51.589Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:51.589Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-05T06:24:51.589Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:24:51.589Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:51.590Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-05T06:24:51.590Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:24:51.590Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:51.590Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-05T06:24:51.590Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:24:51.591Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:51.591Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-05T06:24:51.591Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:24:51.591Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:51.591Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-05T06:24:51.591Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-05T06:24:51.591Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=becbd386-46a3-43a4-b4bc-b9dfd21b4577 2022-05-05T06:24:51.592Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:51.592Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:51.592Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:51.592Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:51.592Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:51.592Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:51.592Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:51.592Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:51.593Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:c441ff58-45a9-4dbe-8802-bea61bf0f17e Model Version:NULL Model InvariantUuid:29ee57be-2e07-46b8-82bd-d423e48156bd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:e0ffa2ea-4f22-47c6-8c96-4530ac160d61 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d8e265ef-1538-4d7e-b28a-30eaa7f2da2f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:444571a0-5ec3-46b8-85c5-4ad1e7a0823e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cb80eac9-2a0a-48ca-ba5c-c4b930178119 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:ed10493a-e9a9-4b94-88bc-47cf3e47f90c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:73080673-753e-4a00-947f-1165eed4c43a ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:6b75e55c-f106-4aba-83ee-b006692acb58 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:becbd386-46a3-43a4-b4bc-b9dfd21b4577 ModelInvariantUuid:832526dd-70df-4dab-a094-02be328bd8dc ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:ff6934fa-6ccf-476a-ad91-7c28f1195fbd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:78b83436-b56c-4920-aad0-72fae62a0317 ModelInvariantUuid:5c22dfd3-6dab-4a31-aa3b-ebcde01cbc3e ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:4569930b-1ac6-4532-a492-4b98100d7d1c 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-05-05T06:24:51.597Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1e28593c-bfe2-472c-83b6-cc76e18376d2 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-05-05T06:24:51.600Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-05-05T06:24:51.600Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1e28593c-bfe2-472c-83b6-cc76e18376d2 2022-05-05T06:24:51.600Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cf9b9b01-34f7-4f24-b7ff-32fcd10308e3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-05T06:24:51.600Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:24:51.600Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-05T06:24:51.809Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:24:51.809Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json cf9b9b01-34f7-4f24-b7ff-32fcd10308e3 1565 2022-05-05T06:24:51.810Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-05T06:24:51.810Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-05T06:24:51.810Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:24:51.810Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:51.812Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:51.813Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731891810, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:24:51.913Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:51.913Z||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-05-05T06:24:51.914Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:51.928Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:51.928Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:52.814Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "73080673-753e-4a00-947f-1165eed4c43a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6b75e55c-f106-4aba-83ee-b006692acb58", "vfModuleModelCustomizationUUID": "5ce38576-641f-45d4-b60d-2c610f14ab80", "isBase": true, "artifacts": [ "f9d9e885-bb88-4756-9921-d4264f52aa3b", "a3703c86-0fdf-4ac7-97e6-6b1f1f9f940e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "cb80eac9-2a0a-48ca-ba5c-c4b930178119", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ed10493a-e9a9-4b94-88bc-47cf3e47f90c", "vfModuleModelCustomizationUUID": "e62505cb-82b3-48e1-893e-073cb41e634e", "isBase": false, "artifacts": [ "f029c8dd-77f6-43e8-a1fe-192e4058baa9" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-05T06:24:52.818Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6b75e55c-f106-4aba-83ee-b006692acb58 VfModuleModelInvariantUUID:73080673-753e-4a00-947f-1165eed4c43a VfModuleModelDescription:NULL Artifacts UUID List:{ f9d9e885-bb88-4756-9921-d4264f52aa3b , a3703c86-0fdf-4ac7-97e6-6b1f1f9f940e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:ed10493a-e9a9-4b94-88bc-47cf3e47f90c VfModuleModelInvariantUUID:cb80eac9-2a0a-48ca-ba5c-c4b930178119 VfModuleModelDescription:NULL Artifacts UUID List:{ f029c8dd-77f6-43e8-a1fe-192e4058baa9 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-05T06:24:52.820Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "73080673-753e-4a00-947f-1165eed4c43a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6b75e55c-f106-4aba-83ee-b006692acb58", "vfModuleModelCustomizationUUID": "5ce38576-641f-45d4-b60d-2c610f14ab80", "isBase": true, "artifacts": [ "f9d9e885-bb88-4756-9921-d4264f52aa3b", "a3703c86-0fdf-4ac7-97e6-6b1f1f9f940e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "cb80eac9-2a0a-48ca-ba5c-c4b930178119", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ed10493a-e9a9-4b94-88bc-47cf3e47f90c", "vfModuleModelCustomizationUUID": "e62505cb-82b3-48e1-893e-073cb41e634e", "isBase": false, "artifacts": [ "f029c8dd-77f6-43e8-a1fe-192e4058baa9" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-05T06:24:52.820Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6b75e55c-f106-4aba-83ee-b006692acb58 VfModuleModelInvariantUUID:73080673-753e-4a00-947f-1165eed4c43a VfModuleModelDescription:NULL Artifacts UUID List:{ f9d9e885-bb88-4756-9921-d4264f52aa3b , a3703c86-0fdf-4ac7-97e6-6b1f1f9f940e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:ed10493a-e9a9-4b94-88bc-47cf3e47f90c VfModuleModelInvariantUUID:cb80eac9-2a0a-48ca-ba5c-c4b930178119 VfModuleModelDescription:NULL Artifacts UUID List:{ f029c8dd-77f6-43e8-a1fe-192e4058baa9 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-05-05T06:24:52.820Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f9d9e885-bb88-4756-9921-d4264f52aa3b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-05T06:24:52.820Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:24:52.820Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-05T06:24:53.007Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:24:53.007Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f9d9e885-bb88-4756-9921-d4264f52aa3b 914 2022-05-05T06:24:53.008Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-05T06:24:53.008Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-05T06:24:53.008Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:24:53.008Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:53.010Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:53.010Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731893008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:24:53.111Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:24:53.112Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:24:53.112Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:53.127Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:53.127Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:54.011Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 59192547-9135-4e85-a0e6-5ab9ebed10fb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-05T06:24:54.011Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:24:54.012Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-05T06:24:54.205Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:24:54.205Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 59192547-9135-4e85-a0e6-5ab9ebed10fb 12 2022-05-05T06:24:54.206Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-05T06:24:54.206Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-05T06:24:54.206Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:24:54.207Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:54.209Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:54.209Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731894206, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:24:54.309Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:54.310Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:24:54.311Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:54.323Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:54.324Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:55.210Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a3703c86-0fdf-4ac7-97e6-6b1f1f9f940e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-05T06:24:55.210Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:24:55.211Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-05T06:24:55.398Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:24:55.399Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env a3703c86-0fdf-4ac7-97e6-6b1f1f9f940e 96 2022-05-05T06:24:55.400Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-05T06:24:55.400Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-05T06:24:55.400Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:24:55.401Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:55.403Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:55.404Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731895400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:24:55.503Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:24:55.504Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:24:55.504Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:55.515Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:55.515Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:24:56.405Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f029c8dd-77f6-43e8-a1fe-192e4058baa9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-05T06:24:56.406Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:24:56.406Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-05T06:24:56.513Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:24:56.514Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz f029c8dd-77f6-43e8-a1fe-192e4058baa9 20206 2022-05-05T06:24:56.514Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-05T06:24:56.515Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-05T06:24:56.515Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:24:56.515Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:56.517Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:56.518Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731896514, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-05T06:24:56.618Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:24:56.618Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:24:56.619Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:56.629Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:56.630Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:24:57.521Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c441ff58-45a9-4dbe-8802-bea61bf0f17e 2022-05-05T06:24:57.521Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 1e28593c-bfe2-472c-83b6-cc76e18376d2 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-05T06:24:57.528Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fcb99e4, org.onap.sdc.toscaparser.api.parameters.Input@62c02b0e, org.onap.sdc.toscaparser.api.parameters.Input@3c65a876, org.onap.sdc.toscaparser.api.parameters.Input@132f1b52, org.onap.sdc.toscaparser.api.parameters.Input@b8a46a] 2022-05-05T06:24:57.530Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:57.530Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:57.530Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-05T06:24:57.531Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 444571a0-5ec3-46b8-85c5-4ad1e7a0823e 2022-05-05T06:24:57.531Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 444571a0-5ec3-46b8-85c5-4ad1e7a0823e matches Tosca VF Customization UUID: 444571a0-5ec3-46b8-85c5-4ad1e7a0823e 2022-05-05T06:24:57.531Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 444571a0-5ec3-46b8-85c5-4ad1e7a0823e 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-05-05T06:24:57.532Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:57.532Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:57.533Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 444571a0-5ec3-46b8-85c5-4ad1e7a0823e: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-05-05T06:24:57.533Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@196a25a9 2022-05-05T06:24:57.533Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:57.534Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-05T06:24:57.534Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e62505cb-82b3-48e1-893e-073cb41e634e 2022-05-05T06:24:57.534Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e62505cb-82b3-48e1-893e-073cb41e634e 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-05-05T06:24:57.535Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:57.536Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-05T06:24:57.536Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:24:57.536Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:57.536Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-05T06:24:57.537Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:24:57.537Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:57.537Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-05T06:24:57.538Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=444571a0-5ec3-46b8-85c5-4ad1e7a0823e 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-05-05T06:24:57.539Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:57.539Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:57.539Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c441ff58-45a9-4dbe-8802-bea61bf0f17e: basic_cnf_macro 2022-05-05T06:24:57.539Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:57.539Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:57.540Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:57.540Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:57.540Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:57.540Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:57.540Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:57.541Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:57.541Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:24:57.541Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:24:57.541Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-05T06:24:57.568Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 1e28593c-bfe2-472c-83b6-cc76e18376d2 2 ASDC deployResourceStructure 2022-05-05T06:24:57.569Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-05-05T06:24:57.569Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-05T06:24:57.569Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:24:57.569Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:57.571Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:57.571Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731897569, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:24:57.671Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:57.672Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:24:57.672Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:57.683Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:57.684Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:58.572Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-05-05T06:24:58.572Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-05T06:24:58.573Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:24:58.573Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:58.575Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:58.575Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731898572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-05T06:24:58.676Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:58.677Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:24:58.677Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:58.689Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:58.691Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:24:59.576Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-05-05T06:24:59.577Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-05-05T06:24:59.577Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-05T06:24:59.578Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:24:59.580Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:24:59.580Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731899576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-05T06:24:59.680Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:24:59.681Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:24:59.681Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:24:59.697Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:24:59.697Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:00.581Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-05-05T06:25:00.582Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-05T06:25:00.582Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:25:00.582Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:00.584Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:00.585Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731900581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-05T06:25:00.684Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:25:00.685Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:00.685Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:00.695Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:00.696Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:01.587Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-05-05T06:25:01.588Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-05T06:25:01.588Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-05T06:25:01.588Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:01.591Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:01.591Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731901585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-05T06:25:01.691Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:25:01.692Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:01.692Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:01.707Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:01.708Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:02.592Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-05T06:25:02.592Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-05T06:25:02.592Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:25:02.593Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:02.595Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:02.595Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731902592, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:25:02.695Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:25:02.696Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:02.696Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:02.712Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:02.712Z||pool-110-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:25:03.596Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e92ff509-a932-4fe4-b9c6-693c4d6b7213 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:25:03.608Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e92ff509-a932-4fe4-b9c6-693c4d6b7213 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-05-05T06:25:03.611Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:25:03.611Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-05T06:25:03.612Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-05T06:25:03.612Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-05T06:25:03.612Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:25:03.612Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:25:03.612Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:25:03.612Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:25:03.612Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:25:03.613Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:25:03.613Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-05T06:25:03.618Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-05T06:25:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:25:04.208Z||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-05-05T06:25:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:25:04.227Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:04.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:25:04.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2378e7a-c9c7-48b1-888b-eb688a712c22", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731767309, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:25:04.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:25:04.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:25:04.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:25:04.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:25:04.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:25:04.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-05T06:25:04.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:25:04.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:25:04.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-05T06:25:04.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:25:04.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:25:04.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:25:04.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:25:04.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:25:04.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-05T06:25:04.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:25:04.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:25:04.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:25:04.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:25:04.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:25:04.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-05T06:25:04.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:25:04.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:25:04.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:25:04.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:25:04.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:25:04.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:25:04.233Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:25:04.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:25:04.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731781918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:25:04.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:25:33.619Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e92ff509-a932-4fe4-b9c6-693c4d6b7213 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-05-05T06:25:33.630Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e92ff509-a932-4fe4-b9c6-693c4d6b7213 and serviceModelVersionId: c441ff58-45a9-4dbe-8802-bea61bf0f17e 2022-05-05T06:25:33.630Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 29ee57be-2e07-46b8-82bd-d423e48156bd 2022-05-05T06:25:33.633Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/29ee57be-2e07-46b8-82bd-d423e48156bd/model-vers/model-ver/c441ff58-45a9-4dbe-8802-bea61bf0f17e?depth=0 2022-05-05T06:25:33.640Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-05T06:25:33.691Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29ee57be-2e07-46b8-82bd-d423e48156bd/model-vers/model-ver/c441ff58-45a9-4dbe-8802-bea61bf0f17e?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-05-05T06:25:33.693Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29ee57be-2e07-46b8-82bd-d423e48156bd/model-vers/model-ver/c441ff58-45a9-4dbe-8802-bea61bf0f17e?depth=0|INFO|500||Invoke 2022-05-05T06:25:33.712Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29ee57be-2e07-46b8-82bd-d423e48156bd/model-vers/model-ver/c441ff58-45a9-4dbe-8802-bea61bf0f17e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-05T06:25:33.799Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29ee57be-2e07-46b8-82bd-d423e48156bd/model-vers/model-ver/c441ff58-45a9-4dbe-8802-bea61bf0f17e?depth=0|INFO|500||InvokeReturn 2022-05-05T06:25:33.801Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/29ee57be-2e07-46b8-82bd-d423e48156bd/model-vers/model-ver/c441ff58-45a9-4dbe-8802-bea61bf0f17e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220505-06:25:33:505-20618], vertex-id=[253968], Content-Length=[0], Date=[Thu, 05 May 2022 06:25:33 GMT], Content-Type=[application/json]} 2022-05-05T06:25:33.801Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-05-05T06:25:33.802Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-05T06:25:33.802Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-05T06:25:33.807Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-05T06:25:33.807Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e92ff509-a932-4fe4-b9c6-693c4d6b7213 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-05T06:25:33.808Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-05T06:25:33.808Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:33.810Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:33.810Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731933808, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:25:33.910Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:25:33.911Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:33.912Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:33.924Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:33.925Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-05T06:25:34.822Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-05T06:25:34.822Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"62b8e0ca-a0a9-49d6-bd69-aeeaf4019009","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ba8b438b-9ce3-438a-b36e-557e643543d0","serviceDescription":"service","serviceInvariantUUID":"ac3f94a3-8a6a-40c1-be32-2c3e6b7a0d4b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8962d7de-68a1-4b60-9d16-b9a00b0e6fab","resourceInvariantUUID":"0507c3ae-be46-47db-870c-87eb4b89a823","resourceCustomizationUUID":"f15604d1-5070-4acd-9941-7e39b6ced431","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NjllZDVkOTJkNzRkNjJmOGVmYzgxNTQ0ZjNiYzg1Yjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8dc930cc-a75a-4aa5-97a4-439bb0ddbfb5","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"OTU2Nzg5ZGRlZjRjMjMwYjgzZTRkOWJjMGNiNDY2MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a5b2548-7f03-40c4-b241-b44f4164fca4","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7f9e9251-903b-4460-a105-071a669d7836","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"076f6856-b3e6-4e5e-a490-415ab2d2aba5","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"93a1b051-8f92-4601-a89e-0afb4457b209","artifactVersion":"2","generatedFromUUID":"7f9e9251-903b-4460-a105-071a669d7836"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MDM3ZDI1Y2Q0Zjk5MGE3NjJjOTY2YTI2ZGExNGZkY2Y\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"463010fc-f1cf-43db-8265-bb50d033870f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"MzY4MjhhMmZmNDI3NjkyNjJmMjY1NTFjMjg4ODU0ZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"68eb1ac3-8fb3-4c39-a436-74d00960c69f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZjI5YjUzOTU2ZTkwMzNlMDRjOTQ0M2Q3ZThhNGUwMmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87d114a6-642a-4416-9d72-c40e02e4b89d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-05T06:25:34.823Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:25:34.823Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:34.825Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:34.825Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:25:34.924Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:25:34.925Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:34.925Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:34.936Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:34.937Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:35.825Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:25:35.826Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:35.828Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:35.828Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:25:35.928Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:25:35.929Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:35.929Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:35.940Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:35.941Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:25:36.829Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:25:36.829Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:36.833Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:36.833Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-05T06:25:36.933Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:25:36.935Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:36.935Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:36.946Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:36.947Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:37.834Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:25:37.834Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:37.836Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:37.836Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:25:37.938Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-05-05T06:25:37.939Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:37.939Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:37.969Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:37.970Z||pool-115-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:38.836Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:25:38.837Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:38.839Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:38.840Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-05T06:25:38.939Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:25:38.940Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:38.940Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:38.953Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:38.954Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:39.840Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:25:39.841Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:39.843Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:39.843Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:25:39.943Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:25:39.943Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:39.944Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:39.958Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:39.959Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:40.843Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:25:40.844Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:40.850Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:40.850Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:25:40.945Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-05-05T06:25:40.946Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:40.946Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:40.963Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:40.963Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:25:41.851Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:25:41.851Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:41.853Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:41.853Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:25:41.953Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:25:41.954Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:41.955Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:41.965Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:41.965Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:25:42.854Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "ba8b438b-9ce3-438a-b36e-557e643543d0", "serviceDescription": "service", "serviceInvariantUUID": "ac3f94a3-8a6a-40c1-be32-2c3e6b7a0d4b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f15604d1-5070-4acd-9941-7e39b6ced431", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8962d7de-68a1-4b60-9d16-b9a00b0e6fab", "resourceInvariantUUID": "0507c3ae-be46-47db-870c-87eb4b89a823", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "OTU2Nzg5ZGRlZjRjMjMwYjgzZTRkOWJjMGNiNDY2MWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8a5b2548-7f03-40c4-b241-b44f4164fca4", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7f9e9251-903b-4460-a105-071a669d7836", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "93a1b051-8f92-4601-a89e-0afb4457b209", "generatedFromUUID": "7f9e9251-903b-4460-a105-071a669d7836" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "93a1b051-8f92-4601-a89e-0afb4457b209", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZjI5YjUzOTU2ZTkwMzNlMDRjOTQ0M2Q3ZThhNGUwMmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87d114a6-642a-4416-9d72-c40e02e4b89d" } ], "workloadContext": "Production" } 2022-05-05T06:25:42.855Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-05T06:25:42.855Z|e92ff509-a932-4fe4-b9c6-693c4d6b7213|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ba8b438b-9ce3-438a-b36e-557e643543d0 ASDC 2022-05-05T06:25:42.855Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:ba8b438b-9ce3-438a-b36e-557e643543d0 ServiceInvariantUUID:ac3f94a3-8a6a-40c1-be32-2c3e6b7a0d4b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:87d114a6-642a-4416-9d72-c40e02e4b89d ArtifactChecksum:ZjI5YjUzOTU2ZTkwMzNlMDRjOTQ0M2Q3ZThhNGUwMmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f15604d1-5070-4acd-9941-7e39b6ced431 ResourceInvariantUUID:0507c3ae-be46-47db-870c-87eb4b89a823 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:8962d7de-68a1-4b60-9d16-b9a00b0e6fab ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:8a5b2548-7f03-40c4-b241-b44f4164fca4 ArtifactChecksum:OTU2Nzg5ZGRlZjRjMjMwYjgzZTRkOWJjMGNiNDY2MWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:7f9e9251-903b-4460-a105-071a669d7836 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:93a1b051-8f92-4601-a89e-0afb4457b209 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:93a1b051-8f92-4601-a89e-0afb4457b209 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-05T06:25:42.855Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba8b438b-9ce3-438a-b36e-557e643543d0 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-05-05T06:25:42.899Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:25:42.900Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:25:42.900Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:25:42.901Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 87d114a6-642a-4416-9d72-c40e02e4b89d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-05T06:25:42.901Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:25:42.901Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-05T06:25:43.803Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:25:43.806Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 87d114a6-642a-4416-9d72-c40e02e4b89d 78810 2022-05-05T06:25:43.806Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-05T06:25:43.806Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-05T06:25:43.806Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:25:43.807Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:43.809Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:43.809Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731943806, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:25:43.909Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:25:43.910Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:43.910Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:43.927Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:43.928Z||pool-120-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:44.809Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:25:44.810Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:25:44.811Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 87d114a6-642a-4416-9d72-c40e02e4b89d, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-05T06:25:44.811Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-05T06:25:44.811Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-05T06:25:44.811Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-05T06:25:44.971Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9204950754267375831/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-05T06:25:46.149Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-05T06:25:46.150Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-05T06:25:46.150Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-05T06:25:46.151Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-05T06:25:46.151Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-05T06:25:46.151Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-05T06:25:46.151Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-05T06:25:46.151Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||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-BasicVmMacro-csar.csar 2022-05-05T06:25:46.151Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-05T06:25:46.151Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-05T06:25:46.151Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-05T06:25:46.151Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-05T06:25:46.151Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-05T06:25:46.151Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-05T06:25:46.152Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:46.152Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:46.152Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-05T06:25:46.152Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-05T06:25:46.152Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:25:46.152Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:46.152Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:46.153Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-05T06:25:46.153Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-05T06:25:46.153Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:25:46.153Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:46.153Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:46.153Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:46.153Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-05T06:25:46.154Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-05T06:25:46.154Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-05T06:25:46.154Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-05T06:25:46.154Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-05T06:25:46.154Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-05T06:25:46.154Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:46.154Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-05T06:25:46.154Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:46.155Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-05T06:25:46.155Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:25:46.155Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:46.155Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-05T06:25:46.155Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:25:46.155Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:46.155Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-05T06:25:46.156Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:25:46.156Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:46.156Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-05T06:25:46.156Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-05T06:25:46.156Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-05T06:25:46.156Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=35b70ec7-0a14-4a58-9fcb-7c6e5a117c6b 2022-05-05T06:25:46.156Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:46.156Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:46.157Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:46.157Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:46.157Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:46.157Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:46.157Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:46.157Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:46.157Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:ba8b438b-9ce3-438a-b36e-557e643543d0 Model Version:NULL Model InvariantUuid:ac3f94a3-8a6a-40c1-be32-2c3e6b7a0d4b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:06882db2-3945-493d-be8f-2f6a86a2612b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0507c3ae-be46-47db-870c-87eb4b89a823 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f15604d1-5070-4acd-9941-7e39b6ced431 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5eb8ede2-3d5e-4102-8e56-12e53a39801d ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:3076b058-76ca-4855-8922-ce49a5fdcf8f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:35b70ec7-0a14-4a58-9fcb-7c6e5a117c6b ModelInvariantUuid:3625bf66-ae89-4b24-b92d-931290544d5d ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:37852758-c3a4-43c4-b944-f20fb4ab79c1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d46b35bf-01b7-46d2-b345-8b8731b73a6d ModelInvariantUuid:cec87604-43a8-4f24-b648-e342b2302dfa ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:d4a210e5-94ac-4c52-8159-1e98d71d6aeb 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-05-05T06:25:46.162Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8962d7de-68a1-4b60-9d16-b9a00b0e6fab 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-05-05T06:25:46.164Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2022-05-05T06:25:46.164Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8962d7de-68a1-4b60-9d16-b9a00b0e6fab 2022-05-05T06:25:46.164Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8a5b2548-7f03-40c4-b241-b44f4164fca4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-05T06:25:46.165Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:25:46.165Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-05T06:25:46.503Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:25:46.504Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8a5b2548-7f03-40c4-b241-b44f4164fca4 792 2022-05-05T06:25:46.505Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-05T06:25:46.505Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-05T06:25:46.505Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:25:46.505Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:46.508Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:46.508Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731946505, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:25:46.608Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:25:46.609Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:46.609Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:46.620Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:46.620Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:47.508Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5eb8ede2-3d5e-4102-8e56-12e53a39801d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3076b058-76ca-4855-8922-ce49a5fdcf8f", "vfModuleModelCustomizationUUID": "707af48b-3572-4bc9-8dab-de331d567b0b", "isBase": true, "artifacts": [ "7f9e9251-903b-4460-a105-071a669d7836", "93a1b051-8f92-4601-a89e-0afb4457b209" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-05T06:25:47.512Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3076b058-76ca-4855-8922-ce49a5fdcf8f VfModuleModelInvariantUUID:5eb8ede2-3d5e-4102-8e56-12e53a39801d VfModuleModelDescription:NULL Artifacts UUID List:{ 7f9e9251-903b-4460-a105-071a669d7836 , 93a1b051-8f92-4601-a89e-0afb4457b209 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-05T06:25:47.514Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5eb8ede2-3d5e-4102-8e56-12e53a39801d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3076b058-76ca-4855-8922-ce49a5fdcf8f", "vfModuleModelCustomizationUUID": "707af48b-3572-4bc9-8dab-de331d567b0b", "isBase": true, "artifacts": [ "7f9e9251-903b-4460-a105-071a669d7836", "93a1b051-8f92-4601-a89e-0afb4457b209" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-05T06:25:47.514Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3076b058-76ca-4855-8922-ce49a5fdcf8f VfModuleModelInvariantUUID:5eb8ede2-3d5e-4102-8e56-12e53a39801d VfModuleModelDescription:NULL Artifacts UUID List:{ 7f9e9251-903b-4460-a105-071a669d7836 , 93a1b051-8f92-4601-a89e-0afb4457b209 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-05T06:25:47.514Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7f9e9251-903b-4460-a105-071a669d7836 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-05T06:25:47.515Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:25:47.515Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-05T06:25:47.809Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:25:47.809Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 7f9e9251-903b-4460-a105-071a669d7836 5033 2022-05-05T06:25:47.809Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-05T06:25:47.810Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-05T06:25:47.810Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:25:47.810Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:47.812Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:47.812Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731947809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:25:47.912Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:25:47.913Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:47.913Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:47.924Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:47.925Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:48.813Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 93a1b051-8f92-4601-a89e-0afb4457b209 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-05T06:25:48.813Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:25:48.813Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-05T06:25:49.010Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:25:49.010Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 93a1b051-8f92-4601-a89e-0afb4457b209 903 2022-05-05T06:25:49.011Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-05T06:25:49.011Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-05T06:25:49.011Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:25:49.012Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:49.013Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:49.014Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731949011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:25:49.113Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:25:49.115Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:49.115Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:49.127Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:49.127Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:50.014Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ba8b438b-9ce3-438a-b36e-557e643543d0 2022-05-05T06:25:50.015Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8962d7de-68a1-4b60-9d16-b9a00b0e6fab 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-05-05T06:25:50.026Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ba0dbce, org.onap.sdc.toscaparser.api.parameters.Input@43120ca3, org.onap.sdc.toscaparser.api.parameters.Input@466dc9e2, org.onap.sdc.toscaparser.api.parameters.Input@15105b3e, org.onap.sdc.toscaparser.api.parameters.Input@68939cf9] 2022-05-05T06:25:50.028Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:50.028Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:50.028Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-05-05T06:25:50.028Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f15604d1-5070-4acd-9941-7e39b6ced431 2022-05-05T06:25:50.029Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f15604d1-5070-4acd-9941-7e39b6ced431 matches Tosca VF Customization UUID: f15604d1-5070-4acd-9941-7e39b6ced431 2022-05-05T06:25:50.029Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f15604d1-5070-4acd-9941-7e39b6ced431 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-05-05T06:25:50.031Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:50.031Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:50.032Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f15604d1-5070-4acd-9941-7e39b6ced431: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-05-05T06:25:50.032Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4636ef3 2022-05-05T06:25:50.032Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:50.032Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-05T06:25:50.033Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 707af48b-3572-4bc9-8dab-de331d567b0b 2022-05-05T06:25:50.033Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 707af48b-3572-4bc9-8dab-de331d567b0b 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-05-05T06:25:50.035Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:50.035Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-05T06:25:50.035Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:25:50.036Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:50.036Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-05T06:25:50.036Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:25:50.036Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:50.037Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-05T06:25:50.037Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-05T06:25:50.037Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-05T06:25:50.037Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=35b70ec7-0a14-4a58-9fcb-7c6e5a117c6b 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-05-05T06:25:50.039Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:50.040Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-05T06:25:50.040Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-05T06:25:50.040Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:50.040Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-05T06:25:50.041Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f15604d1-5070-4acd-9941-7e39b6ced431 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-05-05T06:25:50.043Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:50.043Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:50.043Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ba8b438b-9ce3-438a-b36e-557e643543d0: basic_vm_macro 2022-05-05T06:25:50.043Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:50.043Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:50.044Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:50.044Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:50.044Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:50.044Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:50.044Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:50.045Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:50.045Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:25:50.045Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:25:50.045Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-05T06:25:50.095Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8962d7de-68a1-4b60-9d16-b9a00b0e6fab 1 ASDC deployResourceStructure 2022-05-05T06:25:50.096Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-05T06:25:50.096Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-05T06:25:50.096Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:25:50.096Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:50.098Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:50.098Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731950096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:25:50.198Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:25:50.200Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:50.200Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:50.213Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:50.213Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:51.099Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-05T06:25:51.100Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-05T06:25:51.100Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:25:51.100Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:51.102Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:51.103Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731951099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-05T06:25:51.202Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:25:51.203Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:51.203Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:51.214Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:51.214Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:52.103Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-05T06:25:52.104Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-05T06:25:52.104Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:25:52.104Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:52.106Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:52.107Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731952103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-05T06:25:52.206Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:25:52.207Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:52.208Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:52.219Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:52.220Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:53.108Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-05T06:25:53.108Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-05T06:25:53.108Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:25:53.109Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:25:53.111Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:25:53.111Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731953108, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:25:53.211Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:25:53.212Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:25:53.213Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:25:53.223Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:25:53.224Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:25:54.112Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:25:54.126Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 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-05-05T06:25:54.129Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:25:54.129Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-05T06:25:54.129Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-05T06:25:54.129Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-05T06:25:54.129Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:25:54.129Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:25:54.130Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:25:54.130Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:25:54.130Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:25:54.130Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:25:54.130Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-05T06:25:54.135Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-05T06:26:04.208Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:26:04.209Z||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-05-05T06:26:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:26:04.228Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:26:04.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731784813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:26:04.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731786202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-05T06:26:04.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731787504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:26:04.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731789303, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:26:04.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731790543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:26:04.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731791650, "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-05-05T06:26:04.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731792656, "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-05-05T06:26:04.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731793660, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:26:04.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731794666, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-05T06:26:04.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731795674, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-05T06:26:04.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731796687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:26:04.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d8c09150-005d-468f-9297-0676aba9f4a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731828512, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:26:04.235Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.235Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.235Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:26:04.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:26:04.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:26:04.236Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:26:04.236Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.236Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-05T06:26:04.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:26:04.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.237Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:26:04.237Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:26:04.237Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-05T06:26:04.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:26:04.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:26:04.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:26:04.238Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.238Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:26:04.238Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:26:04.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731837008, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:26:04.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.239Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731839503, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:26:04.239Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.239Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731840601, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:26:04.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.240Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731841692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:26:04.240Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.240Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731842796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:26:04.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:04.241Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:26:04.241Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731843800, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-05T06:26:04.241Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:26:24.136Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 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-05-05T06:26:24.144Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 and serviceModelVersionId: ba8b438b-9ce3-438a-b36e-557e643543d0 2022-05-05T06:26:24.144Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ac3f94a3-8a6a-40c1-be32-2c3e6b7a0d4b 2022-05-05T06:26:24.145Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ac3f94a3-8a6a-40c1-be32-2c3e6b7a0d4b/model-vers/model-ver/ba8b438b-9ce3-438a-b36e-557e643543d0?depth=0 2022-05-05T06:26:24.151Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-05T06:26:24.200Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac3f94a3-8a6a-40c1-be32-2c3e6b7a0d4b/model-vers/model-ver/ba8b438b-9ce3-438a-b36e-557e643543d0?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-05-05T06:26:24.202Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac3f94a3-8a6a-40c1-be32-2c3e6b7a0d4b/model-vers/model-ver/ba8b438b-9ce3-438a-b36e-557e643543d0?depth=0|INFO|500||Invoke 2022-05-05T06:26:24.224Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac3f94a3-8a6a-40c1-be32-2c3e6b7a0d4b/model-vers/model-ver/ba8b438b-9ce3-438a-b36e-557e643543d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-05T06:26:24.441Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac3f94a3-8a6a-40c1-be32-2c3e6b7a0d4b/model-vers/model-ver/ba8b438b-9ce3-438a-b36e-557e643543d0?depth=0|INFO|500||InvokeReturn 2022-05-05T06:26:24.443Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ac3f94a3-8a6a-40c1-be32-2c3e6b7a0d4b/model-vers/model-ver/ba8b438b-9ce3-438a-b36e-557e643543d0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220505-06:26:24:017-30694], vertex-id=[536760], Content-Length=[0], Date=[Thu, 05 May 2022 06:26:24 GMT], Content-Type=[application/json]} 2022-05-05T06:26:24.444Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-05-05T06:26:24.444Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-05T06:26:24.445Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-05T06:26:24.450Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-05T06:26:24.451Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62b8e0ca-a0a9-49d6-bd69-aeeaf4019009 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-05T06:26:24.451Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-05T06:26:24.451Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:26:24.453Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:26:24.453Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731984451, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:26:24.553Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:26:24.554Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:26:24.554Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:26:24.601Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:26:24.601Z||pool-128-thread-1|||||INFO|500||cambria reply ok (48 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-05-05T06:26:25.465Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-05T06:26:25.466Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ad161bc-e76f-4f51-80cb-f5e349c73f09","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"1120df06-c5e6-4d94-b85b-30351028cc06","serviceDescription":"service","serviceInvariantUUID":"82e00d15-df22-40df-8462-a2d93d41957c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"77538d82-789a-4067-84cb-1d641346e44a","resourceInvariantUUID":"ed1a25c3-6400-4362-9a34-fbe23e13c8ad","resourceCustomizationUUID":"ab121875-3f62-4445-a216-96368b62e1bf","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":"OWY1MDE5NjA1MWFkY2VkYzY4N2EzMmY5M2ViMWZmMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6511b9df-ed68-4e1b-9578-c9bd513f71d0","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":"7d685302-4ec0-4994-a210-ce5a249715ac","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":"ac997e07-338e-48f8-85fa-ddf45aa3804f","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":"NTA3ZTMxMzIxMGM3ZGIwZjFjOWFiZTg3OGMwMGViNGM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"64e210ae-e247-4710-8217-36f9f47c6177","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":"1da0e2a6-e2c2-4afb-aa2c-f6cd5189ae24","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":"64ba7cfc-d690-4432-acf6-2f6989182f4f","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":"7345cf68-b053-4091-93e1-44f1723da109","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":"YWZiODc4MzgzYTk2ZjlmZmNiOWE0ODVlMGU3NmQwMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79e61527-319e-4405-b1e9-07becf6c0ade","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmFiNzI5ZWEwNWFjMjE5MTNlYTkyODAwOTRkNmNmZDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"526c4c22-274f-4bdf-ad07-89d455c3471f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-05T06:26:25.467Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:26:25.467Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:26:25.469Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:26:25.469Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:26:25.569Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:26:25.570Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:26:25.571Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:26:25.581Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:26:25.582Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:26:26.470Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:26:26.470Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:26:26.472Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:26:26.472Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:26:26.572Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:26:26.573Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:26:26.573Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:26:26.583Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:26:26.583Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:26:27.473Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:26:27.473Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:26:27.475Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:26:27.475Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:26:27.575Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:26:27.576Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:26:27.576Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:26:27.587Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:26:27.588Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:26:28.476Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:26:28.477Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:26:28.480Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:26:28.480Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:26:28.580Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:26:28.581Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:26:28.581Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:26:28.597Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:26:28.598Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:26:29.481Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:26:29.481Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:26:29.484Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:26:29.484Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:26:29.584Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:26:29.586Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:26:29.586Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:26:29.625Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:26:29.627Z||pool-133-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:26:30.484Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:26:30.485Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:26:30.488Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:26:30.488Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:26:30.587Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:26:30.588Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:26:30.589Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:26:30.601Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:26:30.601Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:26:31.488Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:26:31.489Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:26:31.491Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:26:31.491Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:26:31.591Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:26:31.592Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:26:31.592Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:26:31.602Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:26:31.603Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:26:32.492Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:26:32.492Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:26:32.494Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:26:32.494Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:26:32.594Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:26:32.595Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:26:32.596Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:26:32.608Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:26:32.609Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:26:33.495Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-05T06:26:33.495Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:26:33.497Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:26:33.498Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:26:33.597Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-05T06:26:33.599Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:26:33.599Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:26:33.610Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:26:33.611Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:26:34.499Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "1120df06-c5e6-4d94-b85b-30351028cc06", "serviceDescription": "service", "serviceInvariantUUID": "82e00d15-df22-40df-8462-a2d93d41957c", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "ab121875-3f62-4445-a216-96368b62e1bf", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "77538d82-789a-4067-84cb-1d641346e44a", "resourceInvariantUUID": "ed1a25c3-6400-4362-9a34-fbe23e13c8ad", "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": "ZmFiNzI5ZWEwNWFjMjE5MTNlYTkyODAwOTRkNmNmZDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "526c4c22-274f-4bdf-ad07-89d455c3471f" } ], "workloadContext": "Production" } 2022-05-05T06:26:34.499Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-05T06:26:34.500Z|62b8e0ca-a0a9-49d6-bd69-aeeaf4019009|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1120df06-c5e6-4d94-b85b-30351028cc06 ASDC 2022-05-05T06:26:34.500Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:7ad161bc-e76f-4f51-80cb-f5e349c73f09 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:1120df06-c5e6-4d94-b85b-30351028cc06 ServiceInvariantUUID:82e00d15-df22-40df-8462-a2d93d41957c 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:526c4c22-274f-4bdf-ad07-89d455c3471f ArtifactChecksum:ZmFiNzI5ZWEwNWFjMjE5MTNlYTkyODAwOTRkNmNmZDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:ab121875-3f62-4445-a216-96368b62e1bf ResourceInvariantUUID:ed1a25c3-6400-4362-9a34-fbe23e13c8ad ResourceName:test-pnf ResourceType:PNF ResourceUUID:77538d82-789a-4067-84cb-1d641346e44a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-05T06:26:34.500Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1120df06-c5e6-4d94-b85b-30351028cc06 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-05-05T06:26:34.525Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:26:34.525Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:26:34.525Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:26:34.525Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 526c4c22-274f-4bdf-ad07-89d455c3471f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-05T06:26:34.525Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-05-05T06:26:34.526Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-05T06:26:34.806Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-05-05T06:26:34.811Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 526c4c22-274f-4bdf-ad07-89d455c3471f 105659 2022-05-05T06:26:34.812Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-05T06:26:34.812Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-05T06:26:34.812Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-05T06:26:34.812Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:26:34.814Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:26:34.814Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731994812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:26:34.914Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:26:34.915Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:26:34.915Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:26:34.931Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:26:34.931Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-05-05T06:26:35.814Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-05T06:26:35.815Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-05-05T06:26:35.816Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 526c4c22-274f-4bdf-ad07-89d455c3471f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-05T06:26:35.816Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-05T06:26:35.816Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-05T06:26:35.817Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-05T06:26:36.020Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4913431598962494321/Definitions/service-TestPnfMacro-template.yml 2022-05-05T06:26:36.858Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-05T06:26:36.858Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-05T06:26:36.858Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-05T06:26:36.858Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-05T06:26:36.858Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||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-05-05T06:26:36.858Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||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-05-05T06:26:36.859Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||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-05-05T06:26:36.859Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||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-05-05T06:26:36.859Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-05T06:26:36.859Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-05T06:26:36.859Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-05T06:26:36.859Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-05-05T06:26:36.860Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:26:36.860Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:26:36.860Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-05T06:26:36.860Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-05T06:26:36.861Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:26:36.861Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:26:36.861Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:26:36.861Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-05T06:26:36.862Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-05-05T06:26:36.862Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-05T06:26:36.862Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:26:36.862Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:26:36.862Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:26:36.862Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:26:36.863Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:26:36.863Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:26:36.863Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:26:36.863Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:26:36.863Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:26:36.864Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:26:36.864Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:1120df06-c5e6-4d94-b85b-30351028cc06 Model Version:NULL Model InvariantUuid:82e00d15-df22-40df-8462-a2d93d41957c 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-05-05T06:26:36.867Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 77538d82-789a-4067-84cb-1d641346e44a 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-05-05T06:26:36.871Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||test-pnf 0 2022-05-05T06:26:36.871Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 77538d82-789a-4067-84cb-1d641346e44a 2022-05-05T06:26:36.871Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 1120df06-c5e6-4d94-b85b-30351028cc06 2022-05-05T06:26:36.871Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1120df06-c5e6-4d94-b85b-30351028cc06 2022-05-05T06:26:36.871Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 77538d82-789a-4067-84cb-1d641346e44a 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-05-05T06:26:36.876Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@354fbfe2, org.onap.sdc.toscaparser.api.parameters.Input@5e82e432, org.onap.sdc.toscaparser.api.parameters.Input@302b33ad, org.onap.sdc.toscaparser.api.parameters.Input@34ce5f7c, org.onap.sdc.toscaparser.api.parameters.Input@7cb656a8] 2022-05-05T06:26:36.876Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:26:36.876Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:26:36.877Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1120df06-c5e6-4d94-b85b-30351028cc06: test-pnf 2022-05-05T06:26:36.877Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||Processing PNF resource: 77538d82-789a-4067-84cb-1d641346e44a 2022-05-05T06:26:36.877Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-05T06:26:36.877Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-05T06:26:36.878Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||Resource customization UUID: ab121875-3f62-4445-a216-96368b62e1bf is the same as notified resource customizationUUID: ab121875-3f62-4445-a216-96368b62e1bf 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-05-05T06:26:37.191Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 77538d82-789a-4067-84cb-1d641346e44a 0 ASDC deployResourceStructure 2022-05-05T06:26:37.191Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-05T06:26:37.192Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-05T06:26:37.192Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-05T06:26:37.193Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:26:37.195Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:26:37.195Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731997191, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:26:37.295Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:26:37.296Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:26:37.296Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:26:37.311Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:26:37.314Z||pool-139-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-05-05T06:26:38.196Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ad161bc-e76f-4f51-80cb-f5e349c73f09 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-05T06:26:38.205Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ad161bc-e76f-4f51-80cb-f5e349c73f09 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-05-05T06:26:38.208Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-05T06:26:38.208Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-05T06:26:38.208Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-05T06:26:38.208Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-05T06:26:38.208Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:26:38.208Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:26:38.208Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:26:38.208Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:26:38.209Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:26:38.209Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:26:38.209Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-05T06:26:38.209Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-05T06:26:38.213Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-05T06:27:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:27:04.208Z||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-05-05T06:27:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:27:04.225Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:27:04.226Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.226Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731844805, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-05T06:27:04.227Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:04.227Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.227Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731845810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:27:04.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:04.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "79e93f9c-d431-4d72-8971-c0750f7b96a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731877316, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:27:04.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:04.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:27:04.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:27:04.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:27:04.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:27:04.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-05T06:27:04.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:27:04.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:27:04.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:27:04.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-05T06:27:04.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:27:04.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-05T06:27:04.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:27:04.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-05T06:27:04.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:27:04.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:27:04.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:27:04.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:27:04.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:27:04.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:27:04.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-05T06:27:04.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731889217, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:27:04.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:04.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731891810, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:27:04.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:04.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731893008, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:27:04.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:04.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731894206, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:27:04.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:04.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731895400, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:27:04.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:04.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731896514, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-05T06:27:04.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:04.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731897569, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:27:04.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:04.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731898572, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-05T06:27:04.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:04.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731899576, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-05T06:27:04.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:04.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731900581, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-05T06:27:04.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:04.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731901585, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-05T06:27:04.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:04.234Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-05T06:27:04.234Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731902592, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:27:04.234Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:27:08.214Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ad161bc-e76f-4f51-80cb-f5e349c73f09 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-05-05T06:27:08.237Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ad161bc-e76f-4f51-80cb-f5e349c73f09 and serviceModelVersionId: 1120df06-c5e6-4d94-b85b-30351028cc06 2022-05-05T06:27:08.237Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82e00d15-df22-40df-8462-a2d93d41957c 2022-05-05T06:27:08.238Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82e00d15-df22-40df-8462-a2d93d41957c/model-vers/model-ver/1120df06-c5e6-4d94-b85b-30351028cc06?depth=0 2022-05-05T06:27:08.242Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-05-05T06:27:08.286Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e00d15-df22-40df-8462-a2d93d41957c/model-vers/model-ver/1120df06-c5e6-4d94-b85b-30351028cc06?depth=0|INFO|500||Invoke 2022-05-05T06:27:08.287Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e00d15-df22-40df-8462-a2d93d41957c/model-vers/model-ver/1120df06-c5e6-4d94-b85b-30351028cc06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e00d15-df22-40df-8462-a2d93d41957c/model-vers/model-ver/1120df06-c5e6-4d94-b85b-30351028cc06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7ad161bc-e76f-4f51-80cb-f5e349c73f09], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aa227992-63bf-43f4-8b01-4d858ae05a47], X-ECOMP-RequestID=[7ad161bc-e76f-4f51-80cb-f5e349c73f09], X-TransactionId=[], X-ONAP-RequestID=[7ad161bc-e76f-4f51-80cb-f5e349c73f09], Content-Type=[application/merge-patch+json]} 2022-05-05T06:27:08.308Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e00d15-df22-40df-8462-a2d93d41957c/model-vers/model-ver/1120df06-c5e6-4d94-b85b-30351028cc06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-05T06:27:09.426Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e00d15-df22-40df-8462-a2d93d41957c/model-vers/model-ver/1120df06-c5e6-4d94-b85b-30351028cc06?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/82e00d15-df22-40df-8462-a2d93d41957c/model-vers/model-ver/1120df06-c5e6-4d94-b85b-30351028cc06?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220505-06:27:08:098-75606], vertex-id=[553144], Content-Length=[0], Date=[Thu, 05 May 2022 06:27:08 GMT], Content-Type=[application/json]} 2022-05-05T06:27:09.427Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e00d15-df22-40df-8462-a2d93d41957c/model-vers/model-ver/1120df06-c5e6-4d94-b85b-30351028cc06?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-05T06:27:09.428Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82e00d15-df22-40df-8462-a2d93d41957c/model-vers/model-ver/1120df06-c5e6-4d94-b85b-30351028cc06?depth=0|INFO|500||InvokeReturn 2022-05-05T06:27:09.428Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-05T06:27:09.429Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-05T06:27:09.435Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-05T06:27:09.435Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ad161bc-e76f-4f51-80cb-f5e349c73f09 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-05T06:27:09.436Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-05T06:27:09.436Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-05-05T06:27:09.438Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-05T06:27:09.439Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651732029435, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:27:09.539Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-05T06:27:09.543Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-05T06:27:09.543Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as esTqxCdz88rLJMPW) ... 2022-05-05T06:27:09.560Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:27:09.560Z||pool-140-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-05T06:27:10.453Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:27:10.454Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|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-05-05T06:27:10.454Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:27:20.679Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:27:20.679Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:27:20.680Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|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-05-05T06:27:20.680Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:27:30.237Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:27:30.237Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:27:30.238Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|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-05-05T06:27:30.238Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:27:39.777Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:27:39.778Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:27:39.779Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:27:39.779Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:27:49.354Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:27:49.355Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:27:49.355Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:27:49.356Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:27:58.894Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:27:58.896Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:27:58.897Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:27:58.897Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:28:04.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:28:04.208Z||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-05-05T06:28:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:28:04.227Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:28:04.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "e92ff509-a932-4fe4-b9c6-693c4d6b7213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731933808, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:28:04.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:28:04.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:28:04.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-05T06:28:04.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-05T06:28:04.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-05T06:28:04.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-05T06:28:04.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-05T06:28:04.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:28:04.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-05T06:28:04.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-05T06:28:04.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-05T06:28:04.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:28:04.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-05T06:28:04.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:28:04.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-05T06:28:04.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:28:04.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-05T06:28:04.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731943806, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:28:04.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:28:04.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731946505, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-05T06:28:04.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:28:04.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731947809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-05T06:28:04.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:28:04.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731949011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-05T06:28:04.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:28:04.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731950096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-05T06:28:04.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:28:04.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731951099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-05T06:28:04.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:28:04.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.232Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731952103, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-05T06:28:04.232Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:28:04.232Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-05T06:28:04.233Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731953108, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:28:04.233Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:28:08.442Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:28:08.442Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:28:08.443Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:28:08.443Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:28:17.979Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:28:17.979Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:28:17.980Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:28:17.980Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:28:27.516Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:29:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:29:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:29:04.207Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:29:04.209Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:29:04.209Z||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-05-05T06:29:04.209Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:29:04.243Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:29:04.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:29:04.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "62b8e0ca-a0a9-49d6-bd69-aeeaf4019009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731984451, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:29:04.245Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:29:04.245Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:29:04.245Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:29:04.245Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:29:04.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:29:04.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-05T06:29:04.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:29:04.246Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:29:04.246Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-05T06:29:04.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:29:04.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:29:04.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-05T06:29:04.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:29:04.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:29:04.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-05T06:29:04.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:29:04.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:29:04.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:29:04.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:29:04.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:29:04.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-05T06:29:04.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:29:04.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:29:04.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-05T06:29:04.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:29:04.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:29:04.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731768330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-05T06:29:04.249Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-05T06:29:04.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:29:04.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731994812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-05T06:29:04.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:29:04.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-05T06:29:04.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651731997191, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-05T06:29:04.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:29:13.767Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:30:04.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:30:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:30:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:30:04.207Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:30:04.208Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|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-05-05T06:30:04.208Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:30:04.733Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:30:04.734Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-05T06:30:04.734Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ad161bc-e76f-4f51-80cb-f5e349c73f09", "consumerID": "SO-COpenSource-Env11", "timestamp": 1651732029435, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-05T06:30:04.735Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-05T06:30:13.754Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:31:04.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:31:04.207Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:31:04.207Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:31:04.207Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:31:04.208Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|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-05-05T06:31:04.208Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:31:13.755Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:31:13.756Z|7ad161bc-e76f-4f51-80cb-f5e349c73f09|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:32:04.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:32:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:32:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:32:04.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:32:04.208Z||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-05-05T06:32:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:32:13.754Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:32:13.754Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:33:04.205Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:33:04.206Z||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-05-05T06:33:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:33:04.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:33:04.208Z||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-05-05T06:33:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:33:13.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:33:13.762Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:34:04.205Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:34:04.206Z||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-05-05T06:34:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:34:04.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:34:04.208Z||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-05-05T06:34:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:34:13.760Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:34:13.761Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:35:04.205Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:35:04.206Z||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-05-05T06:35:04.206Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:35:04.208Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:35:04.208Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|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-05-05T06:35:04.209Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:35:13.757Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:35:13.762Z|a2378e7a-c9c7-48b1-888b-eb688a712c22|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:36:04.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:36:04.207Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:36:04.208Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:36:04.208Z||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-05-05T06:36:04.208Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:36:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:36:13.759Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:36:13.770Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:37:04.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:37:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:37:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:37:04.207Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:37:04.208Z||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-05-05T06:37:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:37:13.755Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:37:13.757Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:38:04.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:38:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:38:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:38:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:38:04.207Z||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-05-05T06:38:04.207Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:38:13.754Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:38:13.754Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:39:04.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:39:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:39:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:39:04.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:39:04.207Z||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-05-05T06:39:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:39:13.750Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:39:13.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:40:04.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:40:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:40:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:40:04.208Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:40:04.208Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:40:04.208Z|186e0f01-1084-4384-8668-65d821a3b60b|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:40:13.751Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:40:13.753Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:41:04.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:41:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:41:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:41:04.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:41:04.208Z||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-05-05T06:41:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:41:13.752Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:41:13.752Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:42:04.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:42:04.207Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:42:04.208Z||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-05-05T06:42:04.208Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:42:04.208Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:42:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:42:13.758Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:42:13.758Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:43:04.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:43:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:43:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:43:04.207Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:43:04.207Z||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-05-05T06:43:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:43:13.759Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:43:13.761Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:44:04.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:44:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:44:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:44:04.207Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:44:04.208Z||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-05-05T06:44:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:44:13.755Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:44:13.756Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:45:04.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:45:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:45:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:45:04.207Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:45:04.208Z|186e0f01-1084-4384-8668-65d821a3b60b|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-05-05T06:45:04.208Z|186e0f01-1084-4384-8668-65d821a3b60b|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:45:13.760Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:45:13.760Z|186e0f01-1084-4384-8668-65d821a3b60b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:46:04.205Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:46:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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-05-05T06:46:04.206Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|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 esTqxCdz88rLJMPW) ... 2022-05-05T06:46:04.207Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-05T06:46:04.208Z||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-05-05T06:46:04.208Z||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 esTqxCdz88rLJMPW) ... 2022-05-05T06:46:13.774Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-05T06:46:13.775Z|977d8cdc-e306-4ad9-9f98-6527aa8fe159|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK