JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-03-25T03:18:16.828Z||main|||||INFO|500||The following profiles are active: basic 2022-03-25T03:18:28.935Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-25T03:18:28.936Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-25T03:18:29.043Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-25T03:18:33.450Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-25T03:18:33.921Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-25T03:18:34.418Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-25T03:18:34.425Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-25T03:18:34.562Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-25T03:18:34.783Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-25T03:18:35.393Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-25T03:18:37.075Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-25T03:18:39.530Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-25T03:18:39.616Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-25T03:18:40.337Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-25T03:18:40.512Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-03-25T03:18:41.909Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-25T03:18:43.059Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-25T03:18:43.084Z||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$$3b0cdf14.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-03-25T03:18:43.085Z||main|||||WARN|500||The sdc end point is not alive 2022-03-25T03:18:46.677Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-03-25T03:18:50.181Z||main|||||WARN|500||--- 2022-03-25T03:18:50.182Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-25T03:18:50.182Z||main|||||WARN|500||--- 2022-03-25T03:18:50.640Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-25T03:18:55.826Z||main|||||INFO|500||Started Application in 42.348 seconds (JVM running for 44.466) 2022-03-25T03:18:55.858Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-25T03:18:55.883Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-25T03:18:55.898Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-25T03:18:55.924Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-25T03:18:55.972Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 026649f9-44e5-4d09-a97b-51f2ced6ac2c url= /sdc/v1/artifactTypes 2022-03-25T03:18:55.973Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-25T03:18:56.258Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-25T03:18:56.289Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-03-25T03:18:56.328Z||scheduling-1|||||DEBUG|500||create keys 2022-03-25T03:18:56.337Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-25T03:18:56.373Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:18:56.391Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 21adeef9-f358-4de9-9105-0f40bce1ef34 url= /sdc/v1/registerForDistribution 2022-03-25T03:18:56.489Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 21adeef9-f358-4de9-9105-0f40bce1ef34 url= /sdc/v1/registerForDistribution 2022-03-25T03:18:56.490Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-25T03:18:56.510Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:18:56.510Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-25T03:18:56.521Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:18:56.540Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:18:56.541Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:18:56.541Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:18:56.542Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:19:06.800Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:19:06.817Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:19:56.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:19:56.499Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:19:56.502Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:19:56.502Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:19:56.502Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:19:56.502Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:20:06.049Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:20:06.053Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:20:56.497Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:20:56.499Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:20:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:20:56.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:20:56.500Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:20:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:21:06.045Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:21:06.049Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:21:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:21:56.499Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:21:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:21:56.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:21:56.501Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:21:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:22:06.052Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:22:06.054Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:22:56.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:22:56.498Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:22:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:22:56.499Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:22:56.502Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:22:56.502Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:23:06.088Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:23:06.092Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:23:56.498Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:23:56.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:23:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:23:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:23:56.500Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:23:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:24:06.055Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:24:06.059Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:24:56.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:24:56.499Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:24:56.500Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:24:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:24:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:24:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:25:06.047Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:25:06.051Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:25:56.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:25:56.499Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:25:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:25:56.500Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:25:56.503Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:25:56.503Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:26:06.042Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:26:06.045Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:26:56.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:26:56.499Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:26:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:26:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:26:56.501Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:26:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:27:06.045Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:27:06.045Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:27:56.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:27:56.499Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:27:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:27:56.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:27:56.500Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:27:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:28:06.052Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:28:06.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:28:41.015Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-25T03:28:56.497Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:28:56.499Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:28:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:28:56.499Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:28:56.500Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:28:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:29:06.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:29:06.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:29:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:29:56.499Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:29:56.499Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:29:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:29:56.500Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:29:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:30:06.069Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:30:06.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:30:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:30:56.499Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:30:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:30:56.499Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:30:56.501Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:30:56.502Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:31:06.043Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:31:06.043Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:31:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:31:56.499Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:31:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:31:56.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:31:56.500Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:31:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:32:06.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:32:06.040Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:32:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:32:56.499Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:32:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:32:56.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:32:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:32:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:33:06.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:33:06.048Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:33:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:33:56.499Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:33:56.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:33:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:33:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:33:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:34:06.054Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:34:06.059Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:34:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:34:56.499Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:34:56.500Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:34:56.500Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:34:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:34:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:35:06.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:35:06.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:35:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:35:56.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:35:56.498Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:35:56.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:35:56.502Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:35:56.502Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:36:06.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:36:06.043Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:36:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:36:56.499Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:36:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:36:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:36:56.501Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:36:56.502Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:37:06.050Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:37:06.051Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:37:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:37:56.499Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:37:56.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:37:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:37:56.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:37:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:38:06.057Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:38:06.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:38:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:38:56.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:38:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:38:56.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:38:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:38:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:39:06.039Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:39:06.043Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:39:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:39:56.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:39:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:39:56.499Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:39:56.500Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:39:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:40:06.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:40:06.064Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:40:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:40:56.500Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:40:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:40:56.501Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:40:56.502Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:40:56.502Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:41:06.042Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:41:06.047Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:41:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:41:56.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:41:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:41:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:41:56.500Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:41:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:42:06.039Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:42:06.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:42:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:42:56.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:42:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:42:56.499Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:42:56.500Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:42:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:43:06.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:06.046Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:43:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:43:56.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:43:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:43:56.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:43:56.500Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:43:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:44:06.053Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:44:06.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:44:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:44:56.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:44:56.500Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:44:56.500Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:44:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:44:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:45:06.048Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:45:06.059Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:45:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:45:56.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:45:56.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:45:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:45:56.504Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:45:56.504Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:46:06.065Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:46:06.065Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:46:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:46:56.498Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:46:56.498Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:46:56.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:46:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:46:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:47:06.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:47:06.041Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:47:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:47:56.498Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:47:56.498Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:47:56.499Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:47:56.501Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:47:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:48:06.041Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:48:06.042Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:48:56.497Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:48:56.498Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:48:56.498Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:48:56.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:48:56.500Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:48:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:48:57.122Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:48:57.124Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.124Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"db8966e7-68a1-4a98-b9e7-c5ea80cc1c90","serviceName":"basic_onboard_XBylsY","serviceVersion":"1.0","serviceUUID":"1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2","serviceDescription":"service","serviceInvariantUUID":"02c3c646-6d98-40d4-adb0-cab7fbf2fedb","resources":[{"resourceInstanceName":"basic_onboard_XBylsY 0","resourceName":"basic_onboard_XBylsY","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ba378369-9b12-4c5e-b450-bcb9fd55f727","resourceInvariantUUID":"26d583db-c18a-44c0-9b15-bc92e65fa62d","resourceCustomizationUUID":"cf7a566e-fa2f-4a53-9a91-95561f84d800","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml","artifactChecksum":"NzkxOWVmNjVjZTZjY2Q4MmJmMTQ1NjU2NGQwMzE4Yzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92bb44e2-13c6-4ce0-9c1e-7552a01958d1","artifactVersion":"1"},{"artifactName":"basic_onboard_xbylsy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json","artifactChecksum":"NzlkOGExMWVjOTgzMDY4YzUwMmJmOTZiMmNlNzMwOGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"799e0aba-76ca-43f3-8da8-ed929c3a977f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3f60a2ff-92b6-4c3c-816c-0ab2018cbc16","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"565e169b-cc06-4c62-bb31-58049eed37d1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"27455d65-1b8e-4129-b50d-06af4aa7ef5a","artifactVersion":"2","generatedFromUUID":"3f60a2ff-92b6-4c3c-816c-0ab2018cbc16"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXbylsy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml","artifactChecksum":"NTY1MDFmOGRjYTI5NGY3ZmYyNTY3Y2EwNWI1ZDA4MmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a0d41ddb-157e-4d00-9a31-690ef1530887","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXbylsy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar","artifactChecksum":"ZDNjYzU3N2I2MGFiY2ExOGM2YWU2ZWRmYTg4Yzc0YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47643fbb-a2da-4571-9c59-04d6b5887f43","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T03:48:57.130Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:48:57.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180081148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.137Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:48:57.149Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:48:57.162Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:48:57.162Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180136497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "dcae-sch", "timestamp": 1648180080746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.164Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "ves-openapi-manager", "timestamp": 1648180086793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "aai-ml", "timestamp": 1648180078708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "cds", "timestamp": 1648180084132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "dcae-sch", "timestamp": 1648180080746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180081148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "ves-openapi-manager", "timestamp": 1648180086793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "cds", "timestamp": 1648180084132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "aai-ml", "timestamp": 1648180078708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "multicloud-k8s-id", "timestamp": 1648180089132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "dcae-sch", "timestamp": 1648180080746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180081148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "ves-openapi-manager", "timestamp": 1648180086793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "aai-ml", "timestamp": 1648180078708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "cds", "timestamp": 1648180084132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "multicloud-k8s-id", "timestamp": 1648180089132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "NOTIFIED" } 2022-03-25T03:48:57.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "ves-openapi-manager", "timestamp": 1648180086793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180081148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "dcae-sch", "timestamp": 1648180080746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "cds", "timestamp": 1648180084132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "aai-ml", "timestamp": 1648180078708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "multicloud-k8s-id", "timestamp": 1648180089132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T03:48:57.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "policy-id", "timestamp": 1648180090898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "dcae-sch", "timestamp": 1648180080746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "ves-openapi-manager", "timestamp": 1648180086793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180081148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "aai-ml", "timestamp": 1648180078708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "cds", "timestamp": 1648180084132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "multicloud-k8s-id", "timestamp": 1648180089132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "policy-id", "timestamp": 1648180090898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "ves-openapi-manager", "timestamp": 1648180086793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "dcae-sch", "timestamp": 1648180080746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.180Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180081148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "aai-ml", "timestamp": 1648180078708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "cds", "timestamp": 1648180084132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "multicloud-k8s-id", "timestamp": 1648180089132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T03:48:57.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "policy-id", "timestamp": 1648180090898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T03:48:57.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "ves-openapi-manager", "timestamp": 1648180086793, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "dcae-sch", "timestamp": 1648180080746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "cds", "timestamp": 1648180084132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:48:57.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "aai-ml", "timestamp": 1648180078708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:48:57.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180081148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:48:57.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "multicloud-k8s-id", "timestamp": 1648180089132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "policy-id", "timestamp": 1648180090898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "multicloud-k8s-id", "timestamp": 1648180089132, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:48:57.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "policy-id", "timestamp": 1648180090898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.187Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180097344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:48:57.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:48:57.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.188Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "aai-ml", "timestamp": 1648180096843, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:48:57.188Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:48:57.188Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "cds", "timestamp": 1648180096515, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:48:57.189Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:48:57.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "policy-id", "timestamp": 1648180090898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "multicloud-k8s-id", "timestamp": 1648180097285, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:48:57.190Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:48:57.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.190Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "cds", "timestamp": 1648180097534, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-03-25T03:48:57.262Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-03-25T03:48:57.266Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:48:57.266Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:48:57.280Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:48:57.281Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:48:57.420Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 2022-03-25T03:48:57.448Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:48:57.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "policy-id", "timestamp": 1648180090898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:48:57.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "multicloud-k8s-id", "timestamp": 1648180098993, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:48:57.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:48:57.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "policy-id", "timestamp": 1648180099135, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:48:57.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:48:57.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "multicloud-k8s-id", "timestamp": 1648180100398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:48:57.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:48:57.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "policy-id", "timestamp": 1648180100143, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:48:57.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:48:57.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180101802, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:48:57.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:48:57.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "multicloud-k8s-id", "timestamp": 1648180101478, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:48:57.493Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 2022-03-25T03:48:57.493Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:48:57.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "policy-id", "timestamp": 1648180101148, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:48:57.507Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 2022-03-25T03:48:57.508Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-25T03:48:57.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180102807, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:48:57.521Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 2022-03-25T03:48:57.521Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:48:57.529Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "multicloud-k8s-id", "timestamp": 1648180102482, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:48:57.530Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:48:57.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.530Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "clamp", "timestamp": 1648180105404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.530Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.530Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "clamp", "timestamp": 1648180105404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "NOTIFIED" } 2022-03-25T03:48:57.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "clamp", "timestamp": 1648180105404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.531Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "aai-ml", "timestamp": 1648180108687, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:48:57.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:48:57.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "clamp", "timestamp": 1648180105404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.532Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.532Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.532Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "aai-ml", "timestamp": 1648180109694, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:48:57.537Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 2022-03-25T03:48:57.537Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:48:57.544Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.544Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "clamp", "timestamp": 1648180105404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "clamp", "timestamp": 1648180105404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:48:57.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "clamp", "timestamp": 1648180105404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:48:57.545Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-25T03:48:57.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "clamp", "timestamp": 1648180118441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:48:57.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:48:57.546Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.546Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "clamp", "timestamp": 1648180120457, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:48:57.546Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:48:57.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-25T03:48:57.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "clamp", "timestamp": 1648180121463, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:48:57.550Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 2022-03-25T03:48:57.551Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:48:58.174Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:48:58.174Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:48:58.176Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:48:58.177Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180136497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "NOTIFIED" } 2022-03-25T03:48:58.277Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:48:58.278Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:48:58.279Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:48:58.292Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:48:58.292Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:48:59.178Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:48:59.179Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:48:59.181Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:48:59.181Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180136497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T03:48:59.282Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:48:59.283Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:48:59.283Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:48:59.298Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:48:59.299Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:49:00.182Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:49:00.183Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:49:00.186Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:49:00.187Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180136497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:49:00.287Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:49:00.288Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:49:00.288Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:49:00.301Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:00.302Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:49:01.188Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:49:01.189Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:49:01.192Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:49:01.192Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180136497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T03:49:01.292Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:49:01.294Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:49:01.294Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:49:01.303Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:01.304Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:49:02.193Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:49:02.194Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:49:02.196Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:49:02.197Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180136497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:49:02.297Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:49:02.298Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:49:02.298Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:49:02.310Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:02.311Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:49:03.197Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:49:03.199Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:49:03.202Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:49:03.202Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180136497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:49:03.302Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:49:03.303Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:49:03.303Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:49:03.319Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:03.320Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:49:04.205Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "serviceName": "basic_onboard_XBylsY", "serviceVersion": "1.0", "serviceUUID": "1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2", "serviceDescription": "service", "serviceInvariantUUID": "02c3c646-6d98-40d4-adb0-cab7fbf2fedb", "resources": [ { "resourceInstanceName": "basic_onboard_XBylsY 0", "resourceCustomizationUUID": "cf7a566e-fa2f-4a53-9a91-95561f84d800", "resourceName": "basic_onboard_XBylsY", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ba378369-9b12-4c5e-b450-bcb9fd55f727", "resourceInvariantUUID": "26d583db-c18a-44c0-9b15-bc92e65fa62d", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xbylsy0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "artifactChecksum": "NzlkOGExMWVjOTgzMDY4YzUwMmJmOTZiMmNlNzMwOGQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "799e0aba-76ca-43f3-8da8-ed929c3a977f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3f60a2ff-92b6-4c3c-816c-0ab2018cbc16", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "27455d65-1b8e-4129-b50d-06af4aa7ef5a", "generatedFromUUID": "3f60a2ff-92b6-4c3c-816c-0ab2018cbc16" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "27455d65-1b8e-4129-b50d-06af4aa7ef5a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXbylsy-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "artifactChecksum": "ZDNjYzU3N2I2MGFiY2ExOGM2YWU2ZWRmYTg4Yzc0YTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "47643fbb-a2da-4571-9c59-04d6b5887f43" } ], "workloadContext": "Production" } 2022-03-25T03:49:04.206Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T03:49:04.207Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2 ASDC 2022-03-25T03:49:04.339Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 ServiceName:basic_onboard_XBylsY ServiceVersion:1.0 ServiceUUID:1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2 ServiceInvariantUUID:02c3c646-6d98-40d4-adb0-cab7fbf2fedb ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXbylsy-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar ArtifactUUID:47643fbb-a2da-4571-9c59-04d6b5887f43 ArtifactChecksum:ZDNjYzU3N2I2MGFiY2ExOGM2YWU2ZWRmYTg4Yzc0YTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_XBylsY 0 ResourceCustomizationUUID:cf7a566e-fa2f-4a53-9a91-95561f84d800 ResourceInvariantUUID:26d583db-c18a-44c0-9b15-bc92e65fa62d ResourceName:basic_onboard_XBylsY ResourceType:VF ResourceUUID:ba378369-9b12-4c5e-b450-bcb9fd55f727 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xbylsy0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json ArtifactUUID:799e0aba-76ca-43f3-8da8-ed929c3a977f ArtifactChecksum:NzlkOGExMWVjOTgzMDY4YzUwMmJmOTZiMmNlNzMwOGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml ArtifactUUID:3f60a2ff-92b6-4c3c-816c-0ab2018cbc16 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env ArtifactUUID:27455d65-1b8e-4129-b50d-06af4aa7ef5a ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env ArtifactUUID:27455d65-1b8e-4129-b50d-06af4aa7ef5a ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T03:49:04.340Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T03:49:04.402Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T03:49:04.404Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-25T03:49:04.405Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-25T03:49:04.406Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 47643fbb-a2da-4571-9c59-04d6b5887f43 from URL: /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:04.406Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-25T03:49:04.408Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:04.667Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-25T03:49:04.689Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar 47643fbb-a2da-4571-9c59-04d6b5887f43 71577 2022-03-25T03:49:04.691Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar ASDC sendASDCNotification 2022-03-25T03:49:04.691Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:04.693Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:49:04.694Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:49:04.696Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:49:04.696Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180144690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:49:04.796Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:49:04.797Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:49:04.797Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:49:04.826Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:04.826Z||pool-10-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:49:05.697Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T03:49:05.698Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-25T03:49:05.699Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 47643fbb-a2da-4571-9c59-04d6b5887f43, URL: /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar to file: /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:05.700Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:05.863Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:05.864Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:06.460Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16654005169663153079/Definitions/service-BasicOnboardXbylsy-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-03-25T03:49:08.504Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T03:49:08.510Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-25T03:49:08.510Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:08.510Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-25T03:49:08.510Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:08.511Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_XBylsY 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-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:08.511Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:08.511Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:08.511Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:08.511Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:08.511Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:08.511Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:08.512Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:08.512Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-25T03:49:08.519Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:08.520Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:08.525Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria 2022-03-25T03:49:08.525Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-25T03:49:08.527Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T03:49:08.529Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:08.529Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:08.530Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria 2022-03-25T03:49:08.530Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-25T03:49:08.530Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T03:49:08.530Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:08.530Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:08.534Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:08.534Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is not matching search criteria 2022-03-25T03:49:08.534Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-25T03:49:08.534Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-25T03:49:08.534Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-25T03:49:08.535Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T03:49:08.535Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T03:49:08.535Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:08.535Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T03:49:08.537Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:08.537Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria 2022-03-25T03:49:08.537Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:49:08.538Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:08.538Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria 2022-03-25T03:49:08.538Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:49:08.538Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:08.539Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria 2022-03-25T03:49:08.539Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:49:08.539Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:08.539Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is not matching search criteria 2022-03-25T03:49:08.539Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-25T03:49:08.540Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T03:49:08.540Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ddbdb913-dec8-48e6-b3e4-5df6c4afca71 2022-03-25T03:49:08.540Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:08.540Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:08.541Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:08.541Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:08.541Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:08.541Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:08.541Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:08.542Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:08.542Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_XBylsY Description:service Model UUID:1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2 Model Version:NULL Model InvariantUuid:02c3c646-6d98-40d4-adb0-cab7fbf2fedb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_XBylsY Model UUID:89f3387e-18c0-476d-bb7a-c97a10102dc3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:26d583db-c18a-44c0-9b15-bc92e65fa62d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cf7a566e-fa2f-4a53-9a91-95561f84d800 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:486810f1-209a-4d73-9b2e-3c0eb22202ce ModelName:BasicOnboardXbylsy..base_ubuntu18..module-0 ModelUuid:654fbc24-fe2e-4172-a79a-a9f3b25a874c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ddbdb913-dec8-48e6-b3e4-5df6c4afca71 ModelInvariantUuid:36786eac-12dc-45cc-b5de-c1bbc9c6977b ModelName:basic_onboard_XBylsY-nodes.ubuntu18Cvfc ModelUuid:8a78d37e-cffc-466b-b059-33ebbad73465 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:fcb227c7-dcc1-415c-9703-94cb7197d309 ModelInvariantUuid:bc60050e-17eb-4121-b3c4-88de9bf07408 ModelName:BasicOnboardXbylsy.compute.nodes.heat.ubuntu18 ModelUuid:9b7ad5fa-9368-4474-9953-8d552b620127 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T03:49:08.554Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ba378369-9b12-4c5e-b450-bcb9fd55f727 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T03:49:08.664Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||basic_onboard_XBylsY 0 2022-03-25T03:49:08.672Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ba378369-9b12-4c5e-b450-bcb9fd55f727 2022-03-25T03:49:08.672Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 799e0aba-76ca-43f3-8da8-ed929c3a977f from URL: /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json 2022-03-25T03:49:08.672Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-25T03:49:08.672Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json 2022-03-25T03:49:09.151Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-25T03:49:09.151Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json 799e0aba-76ca-43f3-8da8-ed929c3a977f 798 2022-03-25T03:49:09.152Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json ASDC sendASDCNotification 2022-03-25T03:49:09.152Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json 2022-03-25T03:49:09.152Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:49:09.153Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:49:09.156Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:49:09.156Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180149152, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:49:09.256Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:49:09.258Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:49:09.258Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:49:09.271Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:09.271Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:49:10.158Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXbylsy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "486810f1-209a-4d73-9b2e-3c0eb22202ce", "vfModuleModelVersion": "1", "vfModuleModelUUID": "654fbc24-fe2e-4172-a79a-a9f3b25a874c", "vfModuleModelCustomizationUUID": "cb8a8284-e27f-448c-8696-addbe52b28ef", "isBase": true, "artifacts": [ "3f60a2ff-92b6-4c3c-816c-0ab2018cbc16", "27455d65-1b8e-4129-b50d-06af4aa7ef5a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T03:49:10.185Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXbylsy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:654fbc24-fe2e-4172-a79a-a9f3b25a874c VfModuleModelInvariantUUID:486810f1-209a-4d73-9b2e-3c0eb22202ce VfModuleModelDescription:NULL Artifacts UUID List:{ 3f60a2ff-92b6-4c3c-816c-0ab2018cbc16 , 27455d65-1b8e-4129-b50d-06af4aa7ef5a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T03:49:10.191Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXbylsy..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "486810f1-209a-4d73-9b2e-3c0eb22202ce", "vfModuleModelVersion": "1", "vfModuleModelUUID": "654fbc24-fe2e-4172-a79a-a9f3b25a874c", "vfModuleModelCustomizationUUID": "cb8a8284-e27f-448c-8696-addbe52b28ef", "isBase": true, "artifacts": [ "3f60a2ff-92b6-4c3c-816c-0ab2018cbc16", "27455d65-1b8e-4129-b50d-06af4aa7ef5a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T03:49:10.191Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXbylsy..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:654fbc24-fe2e-4172-a79a-a9f3b25a874c VfModuleModelInvariantUUID:486810f1-209a-4d73-9b2e-3c0eb22202ce VfModuleModelDescription:NULL Artifacts UUID List:{ 3f60a2ff-92b6-4c3c-816c-0ab2018cbc16 , 27455d65-1b8e-4129-b50d-06af4aa7ef5a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T03:49:10.191Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3f60a2ff-92b6-4c3c-816c-0ab2018cbc16 from URL: /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml 2022-03-25T03:49:10.192Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-25T03:49:10.192Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml 2022-03-25T03:49:10.648Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-25T03:49:10.649Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml 3f60a2ff-92b6-4c3c-816c-0ab2018cbc16 5033 2022-03-25T03:49:10.650Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-25T03:49:10.650Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml 2022-03-25T03:49:10.650Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:49:10.650Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:49:10.653Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:49:10.653Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180150649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:49:10.753Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:49:10.754Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:49:10.754Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:49:10.766Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:10.766Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:49:11.654Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 27455d65-1b8e-4129-b50d-06af4aa7ef5a from URL: /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env 2022-03-25T03:49:11.654Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-25T03:49:11.655Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env 2022-03-25T03:49:11.802Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-25T03:49:11.803Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env 27455d65-1b8e-4129-b50d-06af4aa7ef5a 909 2022-03-25T03:49:11.804Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-25T03:49:11.804Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env 2022-03-25T03:49:11.804Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:49:11.804Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:49:11.807Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:49:11.807Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180151803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:49:11.907Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:49:11.908Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:49:11.908Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:49:11.921Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:11.922Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:49:12.808Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2 2022-03-25T03:49:12.809Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_XBylsY 0 ba378369-9b12-4c5e-b450-bcb9fd55f727 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T03:49:12.844Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c2273e4, org.onap.sdc.toscaparser.api.parameters.Input@16367242, org.onap.sdc.toscaparser.api.parameters.Input@976a3e8, org.onap.sdc.toscaparser.api.parameters.Input@22873a0a, org.onap.sdc.toscaparser.api.parameters.Input@1d85c0ed] 2022-03-25T03:49:12.848Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:12.849Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:12.849Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-03-25T03:49:12.849Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= cf7a566e-fa2f-4a53-9a91-95561f84d800 2022-03-25T03:49:12.849Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cf7a566e-fa2f-4a53-9a91-95561f84d800 matches Tosca VF Customization UUID: cf7a566e-fa2f-4a53-9a91-95561f84d800 2022-03-25T03:49:12.850Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: cf7a566e-fa2f-4a53-9a91-95561f84d800 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-25T03:49:12.856Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:12.856Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:12.857Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id cf7a566e-fa2f-4a53-9a91-95561f84d800: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-25T03:49:12.858Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3045d846 2022-03-25T03:49:12.858Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:12.858Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T03:49:12.859Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cb8a8284-e27f-448c-8696-addbe52b28ef 2022-03-25T03:49:12.860Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cb8a8284-e27f-448c-8696-addbe52b28ef Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-25T03:49:12.865Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:12.866Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria 2022-03-25T03:49:12.866Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:49:12.867Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:12.867Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria 2022-03-25T03:49:12.867Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:49:12.867Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:12.868Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is not matching search criteria 2022-03-25T03:49:12.868Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-25T03:49:12.868Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T03:49:12.868Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ddbdb913-dec8-48e6-b3e4-5df6c4afca71 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T03:49:12.878Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:12.878Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria 2022-03-25T03:49:12.879Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:49:12.879Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:12.879Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_XBylsY 0 is matching search criteria 2022-03-25T03:49:12.880Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_XBylsY 0] matching following query criteria: sdcType=VF, customizationUUID=cf7a566e-fa2f-4a53-9a91-95561f84d800 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T03:49:12.881Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:12.881Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:12.882Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2: basic_onboard_XBylsY 2022-03-25T03:49:12.882Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:12.882Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:12.882Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:12.883Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:12.883Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:12.883Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:12.884Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:12.884Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:12.884Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:49:12.884Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_XBylsY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:49:12.884Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_XBylsY Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:49:13.054Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_XBylsY ba378369-9b12-4c5e-b450-bcb9fd55f727 1 ASDC deployResourceStructure 2022-03-25T03:49:13.055Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json ASDC sendASDCNotification 2022-03-25T03:49:13.055Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json 2022-03-25T03:49:13.055Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:49:13.055Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:49:13.057Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:49:13.058Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180153055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:49:13.158Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:49:13.159Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:49:13.159Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:49:13.171Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:13.172Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:49:14.059Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-25T03:49:14.060Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml 2022-03-25T03:49:14.060Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:49:14.060Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:49:14.064Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:49:14.064Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180154059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-25T03:49:14.164Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:49:14.166Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:49:14.166Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:49:14.179Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:14.180Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:49:15.065Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-25T03:49:15.066Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env 2022-03-25T03:49:15.067Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:49:15.067Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:49:15.070Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:49:15.070Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180155065, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-25T03:49:15.171Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:49:15.172Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:49:15.172Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:49:15.185Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:15.187Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:49:16.072Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar ASDC sendASDCNotification 2022-03-25T03:49:16.072Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar 2022-03-25T03:49:16.072Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:49:16.073Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:49:16.075Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:49:16.075Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180156071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:49:16.175Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:49:16.177Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:49:16.177Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:49:16.200Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:16.201Z||pool-17-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:49:17.076Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:49:17.098Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:49:17.103Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:49:17.103Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T03:49:17.103Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T03:49:17.104Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T03:49:17.104Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:49:17.104Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:49:17.104Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:49:17.104Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:49:17.104Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:49:17.104Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:49:17.105Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:49:17.109Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T03:49:47.110Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T03:49:47.119Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and serviceModelVersionId: 1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2 2022-03-25T03:49:47.119Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02c3c646-6d98-40d4-adb0-cab7fbf2fedb 2022-03-25T03:49:56.499Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:49:56.501Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:49:56.502Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:49:56.627Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:49:56.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T03:49:56.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180136497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:49:56.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T03:50:02.996Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02c3c646-6d98-40d4-adb0-cab7fbf2fedb/model-vers/model-ver/1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2?depth=0 2022-03-25T03:50:03.112Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T03:50:03.628Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c646-6d98-40d4-adb0-cab7fbf2fedb/model-vers/model-ver/1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-25T03:50:03.633Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c646-6d98-40d4-adb0-cab7fbf2fedb/model-vers/model-ver/1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2?depth=0|INFO|500||Invoke 2022-03-25T03:50:03.779Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c646-6d98-40d4-adb0-cab7fbf2fedb/model-vers/model-ver/1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T03:50:04.461Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c646-6d98-40d4-adb0-cab7fbf2fedb/model-vers/model-ver/1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2?depth=0|INFO|500||InvokeReturn 2022-03-25T03:50:04.462Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c3c646-6d98-40d4-adb0-cab7fbf2fedb/model-vers/model-ver/1ab2b2f1-70e8-4e9a-a95b-2285a93ed7b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-03:50:04:410-40877], vertex-id=[323632], Content-Length=[0], Date=[Fri, 25 Mar 2022 03:50:04 GMT], Content-Type=[application/json]} 2022-03-25T03:50:04.463Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T03:50:04.467Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T03:50:04.467Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T03:50:04.474Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T03:50:04.475Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID db8966e7-68a1-4a98-b9e7-c5ea80cc1c90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T03:50:04.477Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T03:50:04.477Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:04.480Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:04.480Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180204475, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T03:50:04.580Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:50:04.582Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:04.582Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:04.594Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:04.594Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T03:50:05.496Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:50:05.497Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:50:05.497Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:06.126Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:06.127Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T03:50:06.127Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"353e8f34-891f-4d7e-bdb0-7ebc05695a7e","serviceName":"vFW 2022-03-25 03-48-09","serviceVersion":"1.0","serviceUUID":"321d57f3-4026-426a-911b-da70f798cd5c","serviceDescription":"catalog service description","serviceInvariantUUID":"92f427c2-94be-4a6e-8573-5fa0f3616b6e","resources":[{"resourceInstanceName":"vFW 35190d78-40f8 0","resourceName":"vFW 35190d78-40f8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1c2d9ed-5f94-432e-8987-d5ef673e15c5","resourceInvariantUUID":"8419dce8-d125-4b7b-8f43-10d4d3bf6073","resourceCustomizationUUID":"8d8004a3-5904-419d-853e-0de1acc09ecf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml","artifactChecksum":"MjgwZjg2YmI4YWY5MmYwZWJiMTgzN2I2M2FmMTBjYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95395ca9-ffd2-428e-94f2-023246e77bfe","artifactVersion":"1"},{"artifactName":"vfw35190d7840f80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json","artifactChecksum":"MTk1OWVjMzc4ZTY3MzI0ZGM3YjIwZDZjOGY0YjZiMzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b30638f3-8901-4350-82af-ffb6456709d4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d5afe890-ab8f-4ccf-95dc-27755408d92b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml","artifactChecksum":"Njg5ZGE3OTMwMzUyNzhiYjRiOWU0NWFlY2ZiYzE0YjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0e70a7a8-914c-4e1f-a9a0-3e57accab09d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"70469125-f57d-4ae8-805e-589458eb172f","artifactVersion":"2","generatedFromUUID":"d5afe890-ab8f-4ccf-95dc-27755408d92b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220325034809-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml","artifactChecksum":"ZGIwMjJmYzZiMzlhMDhjNmIzYWMyODNjM2RmZTMwNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1029fcc7-45fe-43c8-85dc-f3e0b760bc1b","artifactVersion":"1"},{"artifactName":"service-Vfw20220325034809-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar","artifactChecksum":"OWUzMzZiNWY0ODdkNTY0NDk1NTc2ZWJlNDM3M2RhZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c0307069-a4c5-49e6-9fec-d1eb1218471d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T03:50:06.131Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:50:06.131Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:06.134Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:06.134Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180205495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:50:06.234Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:50:06.235Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:06.235Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:06.246Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:06.247Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:50:07.135Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:50:07.136Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:07.138Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:07.138Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180205495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "NOTIFIED" } 2022-03-25T03:50:07.239Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:50:07.240Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:07.240Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:07.251Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:07.251Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:50:08.139Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:50:08.141Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:08.143Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:08.143Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180205495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T03:50:08.244Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:50:08.245Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:08.245Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:08.258Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:08.259Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:50:09.144Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:50:09.146Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:09.148Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:09.148Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180205495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:50:09.249Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T03:50:09.250Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:09.250Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:09.269Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:09.270Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:50:10.149Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:50:10.150Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:10.152Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:10.153Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180205495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T03:50:10.253Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:50:10.254Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:10.255Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:10.266Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:10.266Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:50:11.153Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:50:11.154Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:11.157Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:11.158Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180205495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:50:11.258Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:50:11.259Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:11.259Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:11.271Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:11.272Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:50:12.160Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:50:12.161Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:12.163Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:12.163Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180205495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:50:12.264Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:50:12.265Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:12.265Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:12.280Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:12.280Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:50:13.165Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "serviceName": "vFW 2022-03-25 03-48-09", "serviceVersion": "1.0", "serviceUUID": "321d57f3-4026-426a-911b-da70f798cd5c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "92f427c2-94be-4a6e-8573-5fa0f3616b6e", "resources": [ { "resourceInstanceName": "vFW 35190d78-40f8 0", "resourceCustomizationUUID": "8d8004a3-5904-419d-853e-0de1acc09ecf", "resourceName": "vFW 35190d78-40f8", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e1c2d9ed-5f94-432e-8987-d5ef673e15c5", "resourceInvariantUUID": "8419dce8-d125-4b7b-8f43-10d4d3bf6073", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw35190d7840f80_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "artifactChecksum": "MTk1OWVjMzc4ZTY3MzI0ZGM3YjIwZDZjOGY0YjZiMzI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b30638f3-8901-4350-82af-ffb6456709d4", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d5afe890-ab8f-4ccf-95dc-27755408d92b", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "70469125-f57d-4ae8-805e-589458eb172f", "generatedFromUUID": "d5afe890-ab8f-4ccf-95dc-27755408d92b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "70469125-f57d-4ae8-805e-589458eb172f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220325034809-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "artifactChecksum": "OWUzMzZiNWY0ODdkNTY0NDk1NTc2ZWJlNDM3M2RhZmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c0307069-a4c5-49e6-9fec-d1eb1218471d" } ], "workloadContext": "Production" } 2022-03-25T03:50:13.166Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T03:50:13.166Z|db8966e7-68a1-4a98-b9e7-c5ea80cc1c90|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 321d57f3-4026-426a-911b-da70f798cd5c ASDC 2022-03-25T03:50:13.166Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:353e8f34-891f-4d7e-bdb0-7ebc05695a7e ServiceName:vFW 2022-03-25 03-48-09 ServiceVersion:1.0 ServiceUUID:321d57f3-4026-426a-911b-da70f798cd5c ServiceInvariantUUID:92f427c2-94be-4a6e-8573-5fa0f3616b6e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220325034809-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar ArtifactUUID:c0307069-a4c5-49e6-9fec-d1eb1218471d ArtifactChecksum:OWUzMzZiNWY0ODdkNTY0NDk1NTc2ZWJlNDM3M2RhZmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 35190d78-40f8 0 ResourceCustomizationUUID:8d8004a3-5904-419d-853e-0de1acc09ecf ResourceInvariantUUID:8419dce8-d125-4b7b-8f43-10d4d3bf6073 ResourceName:vFW 35190d78-40f8 ResourceType:VF ResourceUUID:e1c2d9ed-5f94-432e-8987-d5ef673e15c5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw35190d7840f80_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json ArtifactUUID:b30638f3-8901-4350-82af-ffb6456709d4 ArtifactChecksum:MTk1OWVjMzc4ZTY3MzI0ZGM3YjIwZDZjOGY0YjZiMzI= 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/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml ArtifactUUID:d5afe890-ab8f-4ccf-95dc-27755408d92b 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/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env ArtifactUUID:70469125-f57d-4ae8-805e-589458eb172f 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/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env ArtifactUUID:70469125-f57d-4ae8-805e-589458eb172f ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T03:50:13.167Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 321d57f3-4026-426a-911b-da70f798cd5c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:50:13.196Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T03:50:13.197Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-25T03:50:13.197Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-25T03:50:13.197Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c0307069-a4c5-49e6-9fec-d1eb1218471d from URL: /sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:13.198Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-25T03:50:13.198Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:13.588Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-25T03:50:13.594Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar c0307069-a4c5-49e6-9fec-d1eb1218471d 98938 2022-03-25T03:50:13.594Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar ASDC sendASDCNotification 2022-03-25T03:50:13.595Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:13.595Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:50:13.595Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:13.598Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:13.598Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180213594, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:50:13.700Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-25T03:50:13.702Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:13.702Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:13.715Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:13.716Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:50:14.598Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T03:50:14.600Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-25T03:50:14.600Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c0307069-a4c5-49e6-9fec-d1eb1218471d, URL: /sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar to file: /app/ASDC/1/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:14.601Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220325034809-csar.csar 2022-03-25T03:50:14.601Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:14.601Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:14.849Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11073599065951398145/Definitions/service-Vfw20220325034809-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-03-25T03:50:16.879Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T03:50:16.880Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-25T03:50:16.880Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:16.881Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-25T03:50:16.881Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 35190d78-40f8 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-Vfw20220325034809-csar.csar 2022-03-25T03:50:16.881Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||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-Vfw20220325034809-csar.csar 2022-03-25T03:50:16.881Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||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-Vfw20220325034809-csar.csar 2022-03-25T03:50:16.882Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:16.882Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:16.882Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:16.882Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||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-Vfw20220325034809-csar.csar 2022-03-25T03:50:16.883Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:16.883Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:16.883Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:16.883Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:16.883Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:16.884Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:16.884Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-25T03:50:16.884Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.884Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:16.885Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria 2022-03-25T03:50:16.885Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-25T03:50:16.886Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T03:50:16.886Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.887Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:16.887Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria 2022-03-25T03:50:16.887Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-25T03:50:16.888Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T03:50:16.888Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.888Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:16.889Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.889Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is not matching search criteria 2022-03-25T03:50:16.889Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:50:16.889Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:50:16.890Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:50:16.890Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:16.890Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:50:16.890Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:50:16.891Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:50:16.891Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:50:16.891Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:50:16.891Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:50:16.892Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:16.892Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:50:16.892Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:16.892Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:50:16.893Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:50:16.893Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T03:50:16.893Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.893Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T03:50:16.894Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.894Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria 2022-03-25T03:50:16.894Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:50:16.895Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.895Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria 2022-03-25T03:50:16.895Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:50:16.895Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.896Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria 2022-03-25T03:50:16.896Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:50:16.896Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.897Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is not matching search criteria 2022-03-25T03:50:16.897Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:50:16.897Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-25T03:50:16.897Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:50:16.898Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:50:16.898Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:50:16.898Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:50:16.898Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:16.899Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:50:16.899Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:16.899Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:50:16.899Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:50:16.900Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1d34b537-3fa0-4055-8d8f-40d32b08a183 2022-03-25T03:50:16.900Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.900Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is not matching search criteria 2022-03-25T03:50:16.900Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:50:16.901Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:50:16.901Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:50:16.901Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:16.901Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:50:16.902Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:50:16.902Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:50:16.902Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-25T03:50:16.903Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:50:16.903Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:16.903Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:50:16.903Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:50:16.904Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3b2117de-78a6-4b57-9bcf-3cdc13e89abf 2022-03-25T03:50:16.904Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.904Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is not matching search criteria 2022-03-25T03:50:16.904Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:50:16.905Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:50:16.905Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:50:16.905Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:16.905Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:50:16.906Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:50:16.906Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:50:16.906Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:50:16.906Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:50:16.907Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:50:16.907Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:16.907Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-25T03:50:16.907Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=264aca56-263a-48f9-8e77-5a4c5c6c7228 2022-03-25T03:50:16.908Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.908Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:16.908Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.909Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:16.909Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.909Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:16.909Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:16.910Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:16.910Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-25 03-48-09 Description:catalog service description Model UUID:321d57f3-4026-426a-911b-da70f798cd5c Model Version:NULL Model InvariantUuid:92f427c2-94be-4a6e-8573-5fa0f3616b6e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 35190d78-40f8 Model UUID:9205ca8c-7969-46e7-94c1-e7f007d53499 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8419dce8-d125-4b7b-8f43-10d4d3bf6073 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8d8004a3-5904-419d-853e-0de1acc09ecf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:67b45ccd-3478-4170-9739-f59ea3dd44c4 ModelName:Vfw35190d7840f8..base_vfw..module-0 ModelUuid:fae5e8a8-97c8-4455-aed1-4c67bb360848 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1d34b537-3fa0-4055-8d8f-40d32b08a183 ModelInvariantUuid:937636d1-f14b-47db-a64a-f4e3bced50ba ModelName:vFW 35190d78-40f8-nodes.vfwCvfc ModelUuid:10a3b2d1-69bf-460c-be04-e2678d76e3d5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:30735162-0979-45be-aa2d-c45d069042a1 ModelInvariantUuid:8eb70f85-b7de-4251-bac3-3e707ff4c5a8 ModelName:Vfw35190d7840f8.compute.nodes.heat.vfw ModelUuid:f5dc45a2-042c-4948-b970-76a0c85d74f1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:3b2117de-78a6-4b57-9bcf-3cdc13e89abf ModelInvariantUuid:a587b1b4-fe70-4eb7-bd55-ea7025b233a4 ModelName:vFW 35190d78-40f8-nodes.vsnCvfc ModelUuid:4e7700a1-44dc-48aa-8197-487e2557a71a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:bf7aed97-219c-414e-a834-450ad6eb85fb ModelInvariantUuid:e6726989-8942-41e1-96cc-1f607e85e2df ModelName:Vfw35190d7840f8.compute.nodes.heat.vsn ModelUuid:8834494b-89e8-485f-8391-0eaef3509c59 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:264aca56-263a-48f9-8e77-5a4c5c6c7228 ModelInvariantUuid:b1a3d8b4-bcfc-451d-8dde-f3459bf5b6e9 ModelName:vFW 35190d78-40f8-nodes.vpgCvfc ModelUuid:a3cd9b15-1fd9-4461-99e9-ffbe17fefd61 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:f1eebd3b-3ff5-46db-b871-4204b4e8417e ModelInvariantUuid:3003b6f7-e1a7-41e3-8d57-9f4bf510c2bf ModelName:Vfw35190d7840f8.compute.nodes.heat.vpg ModelUuid:88e0cd04-a4ce-4dec-9001-d8c2b2a92469 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T03:50:16.916Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e1c2d9ed-5f94-432e-8987-d5ef673e15c5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T03:50:16.919Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||vFW 35190d78-40f8 0 2022-03-25T03:50:16.919Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1c2d9ed-5f94-432e-8987-d5ef673e15c5 2022-03-25T03:50:16.919Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b30638f3-8901-4350-82af-ffb6456709d4 from URL: /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json 2022-03-25T03:50:16.919Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-25T03:50:16.920Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json 2022-03-25T03:50:17.295Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-25T03:50:17.296Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json b30638f3-8901-4350-82af-ffb6456709d4 785 2022-03-25T03:50:17.297Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json ASDC sendASDCNotification 2022-03-25T03:50:17.297Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json 2022-03-25T03:50:17.297Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:50:17.297Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:17.299Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:17.300Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180217297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:50:17.400Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:50:17.401Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:17.401Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:17.414Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:17.414Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:50:18.300Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw35190d7840f8..base_vfw..module-0", "vfModuleModelInvariantUUID": "67b45ccd-3478-4170-9739-f59ea3dd44c4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fae5e8a8-97c8-4455-aed1-4c67bb360848", "vfModuleModelCustomizationUUID": "1938161d-5f95-4c9f-904b-66c3d80df185", "isBase": true, "artifacts": [ "d5afe890-ab8f-4ccf-95dc-27755408d92b", "70469125-f57d-4ae8-805e-589458eb172f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T03:50:18.305Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw35190d7840f8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fae5e8a8-97c8-4455-aed1-4c67bb360848 VfModuleModelInvariantUUID:67b45ccd-3478-4170-9739-f59ea3dd44c4 VfModuleModelDescription:NULL Artifacts UUID List:{ d5afe890-ab8f-4ccf-95dc-27755408d92b , 70469125-f57d-4ae8-805e-589458eb172f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T03:50:18.307Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw35190d7840f8..base_vfw..module-0", "vfModuleModelInvariantUUID": "67b45ccd-3478-4170-9739-f59ea3dd44c4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fae5e8a8-97c8-4455-aed1-4c67bb360848", "vfModuleModelCustomizationUUID": "1938161d-5f95-4c9f-904b-66c3d80df185", "isBase": true, "artifacts": [ "d5afe890-ab8f-4ccf-95dc-27755408d92b", "70469125-f57d-4ae8-805e-589458eb172f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T03:50:18.308Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw35190d7840f8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fae5e8a8-97c8-4455-aed1-4c67bb360848 VfModuleModelInvariantUUID:67b45ccd-3478-4170-9739-f59ea3dd44c4 VfModuleModelDescription:NULL Artifacts UUID List:{ d5afe890-ab8f-4ccf-95dc-27755408d92b , 70469125-f57d-4ae8-805e-589458eb172f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T03:50:18.308Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d5afe890-ab8f-4ccf-95dc-27755408d92b from URL: /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml 2022-03-25T03:50:18.308Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-25T03:50:18.308Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml 2022-03-25T03:50:18.751Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-25T03:50:18.752Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml d5afe890-ab8f-4ccf-95dc-27755408d92b 20368 2022-03-25T03:50:18.753Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-25T03:50:18.753Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml 2022-03-25T03:50:18.753Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:50:18.753Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:18.756Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:18.756Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180218753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:50:18.856Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:50:18.857Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:18.857Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:18.869Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:18.869Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:50:19.757Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 70469125-f57d-4ae8-805e-589458eb172f from URL: /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env 2022-03-25T03:50:19.757Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-25T03:50:19.758Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env 2022-03-25T03:50:20.075Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-25T03:50:20.076Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env 70469125-f57d-4ae8-805e-589458eb172f 2098 2022-03-25T03:50:20.076Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-25T03:50:20.077Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env 2022-03-25T03:50:20.077Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:50:20.077Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:20.079Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:20.079Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180220076, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:50:20.180Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:50:20.181Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:20.181Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:20.196Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:20.196Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:50:21.080Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 321d57f3-4026-426a-911b-da70f798cd5c 2022-03-25T03:50:21.081Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 35190d78-40f8 0 e1c2d9ed-5f94-432e-8987-d5ef673e15c5 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T03:50:21.100Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ac800c7, org.onap.sdc.toscaparser.api.parameters.Input@4b5fdb21, org.onap.sdc.toscaparser.api.parameters.Input@1fc6badf, org.onap.sdc.toscaparser.api.parameters.Input@60822026, org.onap.sdc.toscaparser.api.parameters.Input@aa6cac9] 2022-03-25T03:50:21.102Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.102Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:21.102Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-03-25T03:50:21.103Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8d8004a3-5904-419d-853e-0de1acc09ecf 2022-03-25T03:50:21.103Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8d8004a3-5904-419d-853e-0de1acc09ecf matches Tosca VF Customization UUID: 8d8004a3-5904-419d-853e-0de1acc09ecf 2022-03-25T03:50:21.103Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8d8004a3-5904-419d-853e-0de1acc09ecf matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-25T03:50:21.106Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.106Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:21.107Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8d8004a3-5904-419d-853e-0de1acc09ecf: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-03-25T03:50:21.107Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64dd5a83 2022-03-25T03:50:21.108Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.108Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T03:50:21.108Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1938161d-5f95-4c9f-904b-66c3d80df185 2022-03-25T03:50:21.109Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1938161d-5f95-4c9f-904b-66c3d80df185 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-25T03:50:21.111Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.111Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria 2022-03-25T03:50:21.112Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:50:21.112Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.113Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria 2022-03-25T03:50:21.113Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:50:21.113Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.114Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is not matching search criteria 2022-03-25T03:50:21.114Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:50:21.114Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-25T03:50:21.115Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:50:21.115Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:50:21.115Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:50:21.116Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:50:21.116Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:21.116Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:50:21.116Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:21.117Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:50:21.117Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:50:21.117Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1d34b537-3fa0-4055-8d8f-40d32b08a183 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T03:50:21.119Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.120Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria 2022-03-25T03:50:21.120Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:50:21.120Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.121Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is not matching search criteria 2022-03-25T03:50:21.121Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:50:21.121Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:50:21.122Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:50:21.122Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:21.122Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:50:21.123Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:50:21.123Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:50:21.123Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-25T03:50:21.123Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:50:21.124Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:21.124Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:50:21.124Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:50:21.125Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3b2117de-78a6-4b57-9bcf-3cdc13e89abf Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T03:50:21.127Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.127Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria 2022-03-25T03:50:21.127Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:50:21.130Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.130Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is not matching search criteria 2022-03-25T03:50:21.131Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:50:21.131Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:50:21.131Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:50:21.131Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:21.132Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:50:21.132Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:50:21.132Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:50:21.133Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:50:21.133Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:50:21.133Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:50:21.133Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:50:21.134Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-25T03:50:21.134Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=264aca56-263a-48f9-8e77-5a4c5c6c7228 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T03:50:21.136Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.136Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria 2022-03-25T03:50:21.136Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:50:21.136Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.137Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Node template vFW 35190d78-40f8 0 is matching search criteria 2022-03-25T03:50:21.137Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 35190d78-40f8 0] matching following query criteria: sdcType=VF, customizationUUID=8d8004a3-5904-419d-853e-0de1acc09ecf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T03:50:21.139Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.139Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:21.139Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 321d57f3-4026-426a-911b-da70f798cd5c: vFW 35190d78-40f8 2022-03-25T03:50:21.140Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.140Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:21.140Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.140Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:21.140Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.141Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:21.141Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.141Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:21.141Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:50:21.142Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-48-09 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:50:21.142Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-25 03-48-09 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:50:21.326Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 35190d78-40f8 e1c2d9ed-5f94-432e-8987-d5ef673e15c5 1 ASDC deployResourceStructure 2022-03-25T03:50:21.327Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json ASDC sendASDCNotification 2022-03-25T03:50:21.327Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json 2022-03-25T03:50:21.328Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:50:21.328Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:21.330Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:21.331Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180221327, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:50:21.431Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:50:21.432Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:21.432Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:21.444Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:21.444Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:50:22.331Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-25T03:50:22.332Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml 2022-03-25T03:50:22.332Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:50:22.333Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:22.335Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:22.335Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180222331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-25T03:50:22.436Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:50:22.437Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:22.437Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:22.449Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:22.450Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:50:23.337Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-25T03:50:23.337Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env 2022-03-25T03:50:23.337Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:50:23.338Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:23.341Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:23.341Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180223337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-25T03:50:23.441Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:50:23.443Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:23.443Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:23.460Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:23.460Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:50:24.344Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar ASDC sendASDCNotification 2022-03-25T03:50:24.345Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar 2022-03-25T03:50:24.345Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:50:24.345Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:50:24.347Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:50:24.347Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180224344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:50:24.448Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:50:24.449Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:50:24.449Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:24.461Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:24.461Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:50:25.348Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:50:25.359Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:50:25.361Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:50:25.362Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T03:50:25.362Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T03:50:55.362Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:50:55.375Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:50:55.378Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:50:55.378Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T03:50:55.378Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T03:50:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:50:56.501Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:50:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:50:56.531Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:50:56.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:50:56.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180136497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "NOTIFIED" } 2022-03-25T03:50:56.533Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:50:56.533Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:50:56.533Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180136497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T03:50:56.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:50:56.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:50:56.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180136497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:50:56.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:50:56.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:50:56.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180136497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T03:50:56.534Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:50:56.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:50:56.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180136497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:50:56.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:50:56.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:50:56.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180136497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:50:56.535Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:50:56.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:50:56.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180144690, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:50:56.535Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:50:56.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:50:56.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180149152, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:50:56.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:50:56.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:50:56.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180150649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:50:56.536Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:50:56.536Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:50:56.536Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180151803, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:50:56.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:50:56.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:50:56.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180153055, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/basic_onboard_xbylsy0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:50:56.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:50:56.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:50:56.537Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180154059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-25T03:50:56.537Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:50:56.537Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:50:56.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180155065, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/resourceInstances/basic_onboard_xbylsy0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-25T03:50:56.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:50:56.538Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:50:56.538Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180156071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXbylsy/1.0/artifacts/service-BasicOnboardXbylsy-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:50:56.538Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:25.379Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:51:25.390Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:51:25.392Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:51:25.394Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T03:51:25.395Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T03:51:55.395Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:51:55.404Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:51:55.406Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:51:55.406Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T03:51:55.406Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T03:51:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:51:56.501Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:51:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:51:57.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:51:57.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "cds", "timestamp": 1648180189133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "clamp", "timestamp": 1648180195404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "multicloud-k8s-id", "timestamp": 1648180189134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "policy-id", "timestamp": 1648180190899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "aai-ml", "timestamp": 1648180198708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "clamp", "timestamp": 1648180195404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "NOTIFIED" } 2022-03-25T03:51:57.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "multicloud-k8s-id", "timestamp": 1648180189134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "NOTIFIED" } 2022-03-25T03:51:57.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "cds", "timestamp": 1648180189133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "policy-id", "timestamp": 1648180190899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "aai-ml", "timestamp": 1648180198708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "clamp", "timestamp": 1648180195404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "cds", "timestamp": 1648180189133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "multicloud-k8s-id", "timestamp": 1648180189134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T03:51:57.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "policy-id", "timestamp": 1648180190899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T03:51:57.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180201148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "aai-ml", "timestamp": 1648180198708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "dcae-sch", "timestamp": 1648180200746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "clamp", "timestamp": 1648180195404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "cds", "timestamp": 1648180189133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "multicloud-k8s-id", "timestamp": 1648180189134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "policy-id", "timestamp": 1648180190899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180201148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "aai-ml", "timestamp": 1648180198708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "dcae-sch", "timestamp": 1648180200746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "clamp", "timestamp": 1648180195404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "cds", "timestamp": 1648180189133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "multicloud-k8s-id", "timestamp": 1648180189134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T03:51:57.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "policy-id", "timestamp": 1648180190899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180201148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "aai-ml", "timestamp": 1648180198708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "dcae-sch", "timestamp": 1648180200746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "clamp", "timestamp": 1648180195404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.051Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.051Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.051Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "cds", "timestamp": 1648180189133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.052Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.052Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "multicloud-k8s-id", "timestamp": 1648180189134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "policy-id", "timestamp": 1648180190899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.053Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.053Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180201148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.054Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "aai-ml", "timestamp": 1648180198708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "dcae-sch", "timestamp": 1648180200746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "clamp", "timestamp": 1648180195404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:51:57.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "cds", "timestamp": 1648180189133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:51:57.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "multicloud-k8s-id", "timestamp": 1648180189134, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:51:57.057Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "policy-id", "timestamp": 1648180190899, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:51:57.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "db8966e7-68a1-4a98-b9e7-c5ea80cc1c90", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180204475, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T03:51:57.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180201148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "aai-ml", "timestamp": 1648180198708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:51:57.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "dcae-sch", "timestamp": 1648180200746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "multicloud-k8s-id", "timestamp": 1648180205757, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:51:57.062Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "policy-id", "timestamp": 1648180205314, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:51:57.063Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "cds", "timestamp": 1648180205555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:51:57.064Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180205495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.065Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180201148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.065Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.065Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "dcae-sch", "timestamp": 1648180200746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.066Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.066Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "aai-ml", "timestamp": 1648180206695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:51:57.066Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.066Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "policy-id", "timestamp": 1648180206319, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:51:57.067Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.067Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.067Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "cds", "timestamp": 1648180206563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:51:57.076Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 353e8f34-891f-4d7e-bdb0-7ebc05695a7e 2022-03-25T03:51:57.077Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:51:57.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "multicloud-k8s-id", "timestamp": 1648180206964, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:51:57.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180205495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "NOTIFIED" } 2022-03-25T03:51:57.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180201148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:51:57.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "dcae-sch", "timestamp": 1648180200746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "ves-openapi-manager", "timestamp": 1648180206793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.088Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "policy-id", "timestamp": 1648180207322, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:51:57.093Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 353e8f34-891f-4d7e-bdb0-7ebc05695a7e 2022-03-25T03:51:57.093Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:51:57.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180205495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T03:51:57.100Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "multicloud-k8s-id", "timestamp": 1648180208447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:51:57.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180209160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:51:57.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "ves-openapi-manager", "timestamp": 1648180206793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.102Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.102Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180205495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "multicloud-k8s-id", "timestamp": 1648180209495, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:51:57.108Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 353e8f34-891f-4d7e-bdb0-7ebc05695a7e 2022-03-25T03:51:57.108Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-25T03:51:57.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "ves-openapi-manager", "timestamp": 1648180206793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.116Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180205495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T03:51:57.116Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.116Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "multicloud-k8s-id", "timestamp": 1648180210503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:51:57.117Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.117Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.117Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "ves-openapi-manager", "timestamp": 1648180206793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.117Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180205495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.118Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.118Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.118Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "ves-openapi-manager", "timestamp": 1648180206793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.119Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180205495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:51:57.119Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.119Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180212753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:51:57.120Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.120Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.120Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "ves-openapi-manager", "timestamp": 1648180206793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.121Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.121Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.121Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180213758, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:51:57.125Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 353e8f34-891f-4d7e-bdb0-7ebc05695a7e 2022-03-25T03:51:57.126Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:51:57.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180213594, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:51:57.134Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "ves-openapi-manager", "timestamp": 1648180206793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T03:51:57.134Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:51:57.134Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.134Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "clamp", "timestamp": 1648180216449, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:51:57.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180217297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:51:57.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.135Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180218753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:51:57.135Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.135Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "clamp", "timestamp": 1648180218458, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:51:57.136Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.136Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.136Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "clamp", "timestamp": 1648180219462, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:51:57.140Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 353e8f34-891f-4d7e-bdb0-7ebc05695a7e 2022-03-25T03:51:57.140Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:51:57.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180220076, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:51:57.145Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "aai-ml", "timestamp": 1648180220316, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:51:57.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "aai-ml", "timestamp": 1648180221321, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:51:57.149Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 353e8f34-891f-4d7e-bdb0-7ebc05695a7e 2022-03-25T03:51:57.150Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:51:57.155Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180221327, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/vfw35190d7840f80_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:51:57.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180222331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-25T03:51:57.156Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.156Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.156Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180223337, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/resourceInstances/vfw35190d7840f80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-25T03:51:57.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:51:57.157Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:51:57.157Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180224344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325034809/1.0/artifacts/service-Vfw20220325034809-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:51:57.157Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:52:25.406Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:52:25.419Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:52:25.424Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:52:25.425Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:52:25.425Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:52:25.425Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:52:25.429Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T03:52:55.429Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T03:52:55.439Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and serviceModelVersionId: 321d57f3-4026-426a-911b-da70f798cd5c 2022-03-25T03:52:55.439Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 92f427c2-94be-4a6e-8573-5fa0f3616b6e 2022-03-25T03:52:55.441Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/92f427c2-94be-4a6e-8573-5fa0f3616b6e/model-vers/model-ver/321d57f3-4026-426a-911b-da70f798cd5c?depth=0 2022-03-25T03:52:55.448Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T03:52:55.517Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92f427c2-94be-4a6e-8573-5fa0f3616b6e/model-vers/model-ver/321d57f3-4026-426a-911b-da70f798cd5c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-25T03:52:55.519Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92f427c2-94be-4a6e-8573-5fa0f3616b6e/model-vers/model-ver/321d57f3-4026-426a-911b-da70f798cd5c?depth=0|INFO|500||Invoke 2022-03-25T03:52:55.551Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92f427c2-94be-4a6e-8573-5fa0f3616b6e/model-vers/model-ver/321d57f3-4026-426a-911b-da70f798cd5c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T03:52:55.653Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92f427c2-94be-4a6e-8573-5fa0f3616b6e/model-vers/model-ver/321d57f3-4026-426a-911b-da70f798cd5c?depth=0|INFO|500||InvokeReturn 2022-03-25T03:52:55.655Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/92f427c2-94be-4a6e-8573-5fa0f3616b6e/model-vers/model-ver/321d57f3-4026-426a-911b-da70f798cd5c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-03:52:56:194-48351], vertex-id=[131160], Content-Length=[0], Date=[Fri, 25 Mar 2022 03:52:56 GMT], Content-Type=[application/json]} 2022-03-25T03:52:55.656Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T03:52:55.656Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T03:52:55.656Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T03:52:55.667Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T03:52:55.668Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 353e8f34-891f-4d7e-bdb0-7ebc05695a7e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T03:52:55.668Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T03:52:55.669Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:52:55.672Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:52:55.673Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180375668, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T03:52:55.773Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:52:55.774Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:52:55.774Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:52:55.786Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:52:55.786Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:52:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:52:56.500Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:52:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:52:56.629Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:52:56.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:52:56.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "353e8f34-891f-4d7e-bdb0-7ebc05695a7e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180375668, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T03:52:56.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:52:56.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:52:56.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "ves-openapi-manager", "timestamp": 1648180366793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:52:56.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:52:56.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:52:56.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "cds", "timestamp": 1648180369132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:52:56.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:52:56.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:52:56.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "policy-id", "timestamp": 1648180370898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:52:56.632Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:52:56.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:52:56.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "multicloud-k8s-id", "timestamp": 1648180369133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:52:56.633Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T03:52:56.689Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:52:56.690Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:52:56.690Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:01.086Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:01.088Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T03:53:01.088Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"9a27e019-9e53-4b8d-a894-715b82d23623","serviceName":"vFW 2022-03-25 03-51-06","serviceVersion":"1.0","serviceUUID":"41315675-e836-4796-bc2a-480bdb1dadb2","serviceDescription":"catalog service description","serviceInvariantUUID":"37a60240-042d-4fab-ac0e-fb7fec900bd9","resources":[{"resourceInstanceName":"vFW 8807b354-46e2 0","resourceName":"vFW 8807b354-46e2","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4ab21681-4f9a-47d5-aa41-9fdd12015dd1","resourceInvariantUUID":"4a92e649-440e-4a75-9b7f-9b6aaa5789a4","resourceCustomizationUUID":"85e20c7f-2c36-4576-953a-a0706750cbbd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml","artifactChecksum":"NjE0MjQ3YWYzNjBhY2YxN2I1NTAzMzY1MTliZjMxZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bde468a8-8df8-4020-b5df-4db432b7cd35","artifactVersion":"1"},{"artifactName":"vfw8807b35446e20_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json","artifactChecksum":"N2JmY2Q1YzVkYWJkOTAzZDE0NGY1ZmVhZjg4M2U0MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4d44ef7c-a2cd-44a1-9cf5-99bf8332ad98","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"00654fea-8a3a-4ca0-bbef-5e40748404a5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vendor-license-model.xml","artifactChecksum":"YjJiMzgyYzA0MTZlNWRkYzZkNzU3YzdmNzYwOGFhZWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ecada833-f3bc-4bac-9a4c-1b15e804947e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b22c7553-459d-44f2-a1f2-16ce0f0252ca","artifactVersion":"2","generatedFromUUID":"00654fea-8a3a-4ca0-bbef-5e40748404a5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220325035106-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-template.yml","artifactChecksum":"NmU0ZmRkYjQwMzNlM2FjZDgxMjcwYjI3MmEyMDE1ZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"850395df-24a1-41e5-bd69-3e0059fe9070","artifactVersion":"1"},{"artifactName":"service-Vfw20220325035106-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar","artifactChecksum":"MWM3MWQwMTE3YjM3MTRmODM3ZTAxNzNlMDRiYTFhZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b190954-dbe3-4ca9-a55a-085232ecce47","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T03:53:01.092Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:53:01.092Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:01.095Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:01.095Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180376689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:53:01.195Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:01.196Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:01.197Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:01.220Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:01.220Z||pool-35-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:53:02.095Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:53:02.097Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:02.099Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:02.099Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180376689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "NOTIFIED" } 2022-03-25T03:53:02.199Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:02.200Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:02.201Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:02.211Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:02.211Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:53:03.100Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:53:03.101Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:03.103Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:03.103Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180376689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T03:53:03.203Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:03.204Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:03.204Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:03.215Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:03.215Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:53:04.104Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:53:04.104Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:04.106Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:04.107Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180376689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:53:04.207Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:04.208Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:04.208Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:04.220Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:04.221Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-25T03:53:05.107Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:53:05.108Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:05.110Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:05.110Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180376689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T03:53:05.211Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:05.212Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:05.212Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:05.224Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:05.224Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:53:06.111Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:53:06.113Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:06.115Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:06.115Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180376689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:53:06.215Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:06.217Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:06.217Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:06.229Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:06.230Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:53:07.116Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T03:53:07.117Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:07.119Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:07.119Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180376689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:53:07.220Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:07.221Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:07.221Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:07.245Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:07.246Z||pool-41-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:53:08.121Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "serviceName": "vFW 2022-03-25 03-51-06", "serviceVersion": "1.0", "serviceUUID": "41315675-e836-4796-bc2a-480bdb1dadb2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "37a60240-042d-4fab-ac0e-fb7fec900bd9", "resources": [ { "resourceInstanceName": "vFW 8807b354-46e2 0", "resourceCustomizationUUID": "85e20c7f-2c36-4576-953a-a0706750cbbd", "resourceName": "vFW 8807b354-46e2", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4ab21681-4f9a-47d5-aa41-9fdd12015dd1", "resourceInvariantUUID": "4a92e649-440e-4a75-9b7f-9b6aaa5789a4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw8807b35446e20_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "artifactChecksum": "N2JmY2Q1YzVkYWJkOTAzZDE0NGY1ZmVhZjg4M2U0MWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4d44ef7c-a2cd-44a1-9cf5-99bf8332ad98", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "00654fea-8a3a-4ca0-bbef-5e40748404a5", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b22c7553-459d-44f2-a1f2-16ce0f0252ca", "generatedFromUUID": "00654fea-8a3a-4ca0-bbef-5e40748404a5" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b22c7553-459d-44f2-a1f2-16ce0f0252ca", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220325035106-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "artifactChecksum": "MWM3MWQwMTE3YjM3MTRmODM3ZTAxNzNlMDRiYTFhZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2b190954-dbe3-4ca9-a55a-085232ecce47" } ], "workloadContext": "Production" } 2022-03-25T03:53:08.122Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T03:53:08.122Z|353e8f34-891f-4d7e-bdb0-7ebc05695a7e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 41315675-e836-4796-bc2a-480bdb1dadb2 ASDC 2022-03-25T03:53:08.123Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:9a27e019-9e53-4b8d-a894-715b82d23623 ServiceName:vFW 2022-03-25 03-51-06 ServiceVersion:1.0 ServiceUUID:41315675-e836-4796-bc2a-480bdb1dadb2 ServiceInvariantUUID:37a60240-042d-4fab-ac0e-fb7fec900bd9 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220325035106-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar ArtifactUUID:2b190954-dbe3-4ca9-a55a-085232ecce47 ArtifactChecksum:MWM3MWQwMTE3YjM3MTRmODM3ZTAxNzNlMDRiYTFhZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 8807b354-46e2 0 ResourceCustomizationUUID:85e20c7f-2c36-4576-953a-a0706750cbbd ResourceInvariantUUID:4a92e649-440e-4a75-9b7f-9b6aaa5789a4 ResourceName:vFW 8807b354-46e2 ResourceType:VF ResourceUUID:4ab21681-4f9a-47d5-aa41-9fdd12015dd1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw8807b35446e20_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json ArtifactUUID:4d44ef7c-a2cd-44a1-9cf5-99bf8332ad98 ArtifactChecksum:N2JmY2Q1YzVkYWJkOTAzZDE0NGY1ZmVhZjg4M2U0MWU= 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/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml ArtifactUUID:00654fea-8a3a-4ca0-bbef-5e40748404a5 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/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env ArtifactUUID:b22c7553-459d-44f2-a1f2-16ce0f0252ca 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/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env ArtifactUUID:b22c7553-459d-44f2-a1f2-16ce0f0252ca ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T03:53:08.123Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41315675-e836-4796-bc2a-480bdb1dadb2 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:53:08.159Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T03:53:08.160Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-25T03:53:08.160Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-25T03:53:08.160Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 2b190954-dbe3-4ca9-a55a-085232ecce47 from URL: /sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:08.160Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-25T03:53:08.160Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:08.595Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-25T03:53:08.600Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar 2b190954-dbe3-4ca9-a55a-085232ecce47 98941 2022-03-25T03:53:08.600Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar ASDC sendASDCNotification 2022-03-25T03:53:08.600Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:08.600Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:53:08.601Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:08.603Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:08.603Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180388600, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:53:08.703Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:08.704Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:08.705Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:08.717Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:08.717Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:53:09.604Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T03:53:09.606Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-25T03:53:09.606Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 2b190954-dbe3-4ca9-a55a-085232ecce47, URL: /sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar to file: /app/ASDC/1/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:09.606Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220325035106-csar.csar 2022-03-25T03:53:09.607Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:09.607Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:09.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9279501757104361424/Definitions/service-Vfw20220325035106-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-03-25T03:53:11.754Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T03:53:11.755Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-25T03:53:11.755Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:11.755Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-25T03:53:11.756Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||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-Vfw20220325035106-csar.csar 2022-03-25T03:53:11.756Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||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-Vfw20220325035106-csar.csar 2022-03-25T03:53:11.756Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:11.756Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:11.756Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:11.756Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||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-Vfw20220325035106-csar.csar 2022-03-25T03:53:11.757Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:11.757Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:11.757Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:11.757Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:11.757Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8807b354-46e2 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-Vfw20220325035106-csar.csar 2022-03-25T03:53:11.757Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:11.758Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:11.758Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-25T03:53:11.758Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.758Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:11.758Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria 2022-03-25T03:53:11.759Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-25T03:53:11.759Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T03:53:11.759Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.760Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:11.760Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria 2022-03-25T03:53:11.760Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-25T03:53:11.760Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T03:53:11.760Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.761Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:11.761Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.761Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is not matching search criteria 2022-03-25T03:53:11.761Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:53:11.762Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:53:11.762Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:53:11.762Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:53:11.762Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:11.762Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:53:11.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:53:11.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:53:11.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:53:11.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:53:11.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:11.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:53:11.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:11.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:53:11.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:53:11.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T03:53:11.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T03:53:11.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria 2022-03-25T03:53:11.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:53:11.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria 2022-03-25T03:53:11.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:53:11.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria 2022-03-25T03:53:11.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:53:11.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is not matching search criteria 2022-03-25T03:53:11.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:53:11.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:53:11.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-25T03:53:11.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:53:11.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:53:11.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:53:11.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:11.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:53:11.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:11.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:53:11.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:53:11.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c570f5bd-b6ad-4885-9273-58d0d2120cde 2022-03-25T03:53:11.770Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.770Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is not matching search criteria 2022-03-25T03:53:11.770Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:53:11.770Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:53:11.771Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:53:11.771Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:53:11.771Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:11.771Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:53:11.771Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:53:11.772Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-25T03:53:11.772Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:53:11.772Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:11.772Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:53:11.772Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:53:11.773Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a6771a81-3a58-4d04-b507-90a5afe894a5 2022-03-25T03:53:11.773Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.773Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is not matching search criteria 2022-03-25T03:53:11.774Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:53:11.774Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:53:11.774Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:53:11.774Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:53:11.775Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:11.775Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:53:11.775Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:53:11.776Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:53:11.776Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:53:11.776Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:53:11.776Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:11.777Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-25T03:53:11.777Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a82297cc-df39-4264-89e7-7fad42038caa 2022-03-25T03:53:11.777Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.777Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:11.778Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.778Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:11.778Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.778Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:11.779Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:11.779Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:11.779Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-25 03-51-06 Description:catalog service description Model UUID:41315675-e836-4796-bc2a-480bdb1dadb2 Model Version:NULL Model InvariantUuid:37a60240-042d-4fab-ac0e-fb7fec900bd9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 8807b354-46e2 Model UUID:2806812d-0c2a-45dd-8777-9ccccc176aa6 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:4a92e649-440e-4a75-9b7f-9b6aaa5789a4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:85e20c7f-2c36-4576-953a-a0706750cbbd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:94d56165-2fe6-410e-9081-45e3c86bc3b5 ModelName:Vfw8807b35446e2..base_vfw..module-0 ModelUuid:97df415b-e92a-4cfc-83ff-31febb988ce5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c570f5bd-b6ad-4885-9273-58d0d2120cde ModelInvariantUuid:af9b4529-65ab-417f-9399-edbae85b880b ModelName:vFW 8807b354-46e2-nodes.vfwCvfc ModelUuid:9ea3f296-4ee0-4c8c-b6f7-ed8cde78f880 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:46b131a5-e99a-438c-a40d-1e6ab6559549 ModelInvariantUuid:02ae146d-0989-4f97-8c0d-5131e6103e37 ModelName:Vfw8807b35446e2.compute.nodes.heat.vfw ModelUuid:c420d695-0345-4ccb-810f-95ecab28f066 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a6771a81-3a58-4d04-b507-90a5afe894a5 ModelInvariantUuid:4559467c-489b-4cce-b8b4-2014b682293b ModelName:vFW 8807b354-46e2-nodes.vsnCvfc ModelUuid:0c6ac6ca-0cf1-429c-9c88-d47875fc55c0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:99deb929-1438-4b32-8622-3851a890bfdf ModelInvariantUuid:1d97d471-f37d-4395-8062-c548fd361a4c ModelName:Vfw8807b35446e2.compute.nodes.heat.vsn ModelUuid:b41caa3d-87c1-4f3c-aa2d-3d042fded4c7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a82297cc-df39-4264-89e7-7fad42038caa ModelInvariantUuid:434bc1c3-f671-4d45-9c48-39f65620a26d ModelName:vFW 8807b354-46e2-nodes.vpgCvfc ModelUuid:6d6eeb31-e0d7-4cc4-bb4e-90f04da13bf5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:bbe6b2ef-51b3-43cc-9acf-f95ded4ec4f0 ModelInvariantUuid:352b5cc0-c37d-4421-9efe-93449e5c5123 ModelName:Vfw8807b35446e2.compute.nodes.heat.vpg ModelUuid:8670d473-bf30-4ce0-9692-5dcf38d7675f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T03:53:11.786Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4ab21681-4f9a-47d5-aa41-9fdd12015dd1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T03:53:11.790Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||vFW 8807b354-46e2 0 2022-03-25T03:53:11.790Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4ab21681-4f9a-47d5-aa41-9fdd12015dd1 2022-03-25T03:53:11.790Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4d44ef7c-a2cd-44a1-9cf5-99bf8332ad98 from URL: /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json 2022-03-25T03:53:11.791Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-25T03:53:11.791Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json 2022-03-25T03:53:12.092Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-25T03:53:12.093Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json 4d44ef7c-a2cd-44a1-9cf5-99bf8332ad98 785 2022-03-25T03:53:12.093Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json ASDC sendASDCNotification 2022-03-25T03:53:12.094Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json 2022-03-25T03:53:12.094Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:53:12.094Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:12.097Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:12.097Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180392093, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:53:12.197Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:12.198Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:12.198Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:12.211Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:12.212Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:53:13.098Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8807b35446e2..base_vfw..module-0", "vfModuleModelInvariantUUID": "94d56165-2fe6-410e-9081-45e3c86bc3b5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "97df415b-e92a-4cfc-83ff-31febb988ce5", "vfModuleModelCustomizationUUID": "0fe21d8f-0395-4b81-b8da-b1ca11bec53c", "isBase": true, "artifacts": [ "00654fea-8a3a-4ca0-bbef-5e40748404a5", "b22c7553-459d-44f2-a1f2-16ce0f0252ca" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T03:53:13.102Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8807b35446e2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:97df415b-e92a-4cfc-83ff-31febb988ce5 VfModuleModelInvariantUUID:94d56165-2fe6-410e-9081-45e3c86bc3b5 VfModuleModelDescription:NULL Artifacts UUID List:{ 00654fea-8a3a-4ca0-bbef-5e40748404a5 , b22c7553-459d-44f2-a1f2-16ce0f0252ca } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T03:53:13.104Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8807b35446e2..base_vfw..module-0", "vfModuleModelInvariantUUID": "94d56165-2fe6-410e-9081-45e3c86bc3b5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "97df415b-e92a-4cfc-83ff-31febb988ce5", "vfModuleModelCustomizationUUID": "0fe21d8f-0395-4b81-b8da-b1ca11bec53c", "isBase": true, "artifacts": [ "00654fea-8a3a-4ca0-bbef-5e40748404a5", "b22c7553-459d-44f2-a1f2-16ce0f0252ca" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T03:53:13.104Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8807b35446e2..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:97df415b-e92a-4cfc-83ff-31febb988ce5 VfModuleModelInvariantUUID:94d56165-2fe6-410e-9081-45e3c86bc3b5 VfModuleModelDescription:NULL Artifacts UUID List:{ 00654fea-8a3a-4ca0-bbef-5e40748404a5 , b22c7553-459d-44f2-a1f2-16ce0f0252ca } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T03:53:13.105Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 00654fea-8a3a-4ca0-bbef-5e40748404a5 from URL: /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml 2022-03-25T03:53:13.105Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-25T03:53:13.105Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml 2022-03-25T03:53:13.299Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-25T03:53:13.300Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml 00654fea-8a3a-4ca0-bbef-5e40748404a5 20368 2022-03-25T03:53:13.301Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-25T03:53:13.301Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml 2022-03-25T03:53:13.301Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:53:13.301Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:13.304Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:13.304Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180393301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:53:13.404Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:13.405Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:13.405Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:13.422Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:13.423Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:53:14.305Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b22c7553-459d-44f2-a1f2-16ce0f0252ca from URL: /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env 2022-03-25T03:53:14.306Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-25T03:53:14.306Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env 2022-03-25T03:53:14.783Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-25T03:53:14.783Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env b22c7553-459d-44f2-a1f2-16ce0f0252ca 2098 2022-03-25T03:53:14.784Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-25T03:53:14.784Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env 2022-03-25T03:53:14.784Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T03:53:14.784Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:14.786Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:14.787Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180394784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:53:14.887Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:14.888Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:14.889Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:14.905Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:14.905Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:53:15.787Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 41315675-e836-4796-bc2a-480bdb1dadb2 2022-03-25T03:53:15.789Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8807b354-46e2 0 4ab21681-4f9a-47d5-aa41-9fdd12015dd1 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T03:53:15.805Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ccc01f6, org.onap.sdc.toscaparser.api.parameters.Input@44059af9, org.onap.sdc.toscaparser.api.parameters.Input@4c5cd8de, org.onap.sdc.toscaparser.api.parameters.Input@35b0a8de, org.onap.sdc.toscaparser.api.parameters.Input@793fdc2f] 2022-03-25T03:53:15.807Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.807Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:15.808Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-03-25T03:53:15.808Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 85e20c7f-2c36-4576-953a-a0706750cbbd 2022-03-25T03:53:15.808Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 85e20c7f-2c36-4576-953a-a0706750cbbd matches Tosca VF Customization UUID: 85e20c7f-2c36-4576-953a-a0706750cbbd 2022-03-25T03:53:15.808Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 85e20c7f-2c36-4576-953a-a0706750cbbd matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-25T03:53:15.810Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.811Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:15.812Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 85e20c7f-2c36-4576-953a-a0706750cbbd: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-03-25T03:53:15.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@b734a85 2022-03-25T03:53:15.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T03:53:15.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0fe21d8f-0395-4b81-b8da-b1ca11bec53c 2022-03-25T03:53:15.814Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0fe21d8f-0395-4b81-b8da-b1ca11bec53c Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-25T03:53:15.816Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.816Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria 2022-03-25T03:53:15.816Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:53:15.816Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.817Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria 2022-03-25T03:53:15.817Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:53:15.817Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.817Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is not matching search criteria 2022-03-25T03:53:15.818Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:53:15.818Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:53:15.818Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-25T03:53:15.818Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:53:15.819Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:53:15.819Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:53:15.819Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:15.820Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:53:15.820Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:15.820Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:53:15.820Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:53:15.821Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c570f5bd-b6ad-4885-9273-58d0d2120cde Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T03:53:15.823Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.823Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria 2022-03-25T03:53:15.823Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:53:15.824Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.824Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is not matching search criteria 2022-03-25T03:53:15.824Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:53:15.825Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:53:15.825Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:53:15.825Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:53:15.825Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:15.826Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:53:15.826Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:53:15.826Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-25T03:53:15.826Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T03:53:15.827Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:15.827Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T03:53:15.827Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:53:15.827Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a6771a81-3a58-4d04-b507-90a5afe894a5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T03:53:15.829Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.830Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria 2022-03-25T03:53:15.830Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:53:15.830Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.831Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is not matching search criteria 2022-03-25T03:53:15.832Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T03:53:15.832Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T03:53:15.832Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T03:53:15.832Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:53:15.833Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:15.833Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T03:53:15.833Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T03:53:15.833Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T03:53:15.834Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T03:53:15.834Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T03:53:15.834Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T03:53:15.834Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-25T03:53:15.835Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a82297cc-df39-4264-89e7-7fad42038caa Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T03:53:15.836Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.837Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria 2022-03-25T03:53:15.837Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T03:53:15.837Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.838Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Node template vFW 8807b354-46e2 0 is matching search criteria 2022-03-25T03:53:15.838Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 8807b354-46e2 0] matching following query criteria: sdcType=VF, customizationUUID=85e20c7f-2c36-4576-953a-a0706750cbbd Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T03:53:15.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:15.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 41315675-e836-4796-bc2a-480bdb1dadb2: vFW 8807b354-46e2 2022-03-25T03:53:15.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:15.841Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.841Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:15.841Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.841Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:15.842Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.842Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:15.842Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T03:53:15.842Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-25 03-51-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T03:53:15.843Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-25 03-51-06 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:53:15.989Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8807b354-46e2 4ab21681-4f9a-47d5-aa41-9fdd12015dd1 1 ASDC deployResourceStructure 2022-03-25T03:53:15.990Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json ASDC sendASDCNotification 2022-03-25T03:53:15.990Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json 2022-03-25T03:53:15.990Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:53:15.991Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:15.993Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:15.993Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180395990, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:53:16.093Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:16.095Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:16.095Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:16.105Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:16.106Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:53:16.994Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-25T03:53:16.994Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml 2022-03-25T03:53:16.995Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:53:16.995Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:16.997Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:16.997Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180396994, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-25T03:53:17.098Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:17.099Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:17.099Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:17.113Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:17.113Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:53:17.999Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-25T03:53:17.999Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env 2022-03-25T03:53:17.999Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:53:17.999Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:18.002Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:18.002Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180397999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-25T03:53:18.102Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:18.104Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:18.104Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:18.117Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:18.118Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:53:19.003Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar ASDC sendASDCNotification 2022-03-25T03:53:19.004Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar 2022-03-25T03:53:19.004Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T03:53:19.004Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:53:19.006Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:53:19.006Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180399003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:53:19.106Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T03:53:19.108Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:53:19.108Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:19.118Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:19.119Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T03:53:20.007Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:53:20.016Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:53:20.018Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:53:20.018Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T03:53:20.018Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T03:53:50.018Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:53:50.030Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:53:50.033Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:53:50.033Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T03:53:50.033Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T03:53:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:53:56.501Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:53:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:53:56.524Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:53:56.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:53:56.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "clamp", "timestamp": 1648180375404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:53:56.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:54:20.033Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:54:20.049Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:54:20.052Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:54:20.052Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T03:54:20.052Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T03:54:50.052Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:54:50.064Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:54:50.065Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:54:50.066Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T03:54:50.066Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T03:54:56.500Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:54:56.501Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:54:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:54:56.523Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:54:56.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:54:56.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "ves-openapi-manager", "timestamp": 1648180366793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:54:56.525Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:20.066Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:55:20.078Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:55:20.085Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:55:20.085Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T03:55:20.086Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T03:55:50.086Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:55:50.095Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:55:50.097Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:55:50.097Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T03:55:50.098Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T03:55:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:55:56.501Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:55:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:55:57.028Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:55:57.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "cds", "timestamp": 1648180369132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "policy-id", "timestamp": 1648180370898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "multicloud-k8s-id", "timestamp": 1648180369133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "NOTIFIED" } 2022-03-25T03:55:57.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "clamp", "timestamp": 1648180375404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "NOTIFIED" } 2022-03-25T03:55:57.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "ves-openapi-manager", "timestamp": 1648180366793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "cds", "timestamp": 1648180369132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.033Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "policy-id", "timestamp": 1648180370898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T03:55:57.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "multicloud-k8s-id", "timestamp": 1648180369133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T03:55:57.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "clamp", "timestamp": 1648180375404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "ves-openapi-manager", "timestamp": 1648180366793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "cds", "timestamp": 1648180369132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.035Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.035Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.035Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "policy-id", "timestamp": 1648180370898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "multicloud-k8s-id", "timestamp": 1648180369133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "aai-ml", "timestamp": 1648180378708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.036Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.036Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.036Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "clamp", "timestamp": 1648180375404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "ves-openapi-manager", "timestamp": 1648180366793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "cds", "timestamp": 1648180369132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.037Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.037Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.037Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "policy-id", "timestamp": 1648180370898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "multicloud-k8s-id", "timestamp": 1648180369133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T03:55:57.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.038Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "aai-ml", "timestamp": 1648180378708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.038Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.038Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "clamp", "timestamp": 1648180375404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "ves-openapi-manager", "timestamp": 1648180366793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.039Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.039Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "cds", "timestamp": 1648180369132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.039Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "policy-id", "timestamp": 1648180370898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "multicloud-k8s-id", "timestamp": 1648180369133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.040Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.040Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180376689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.040Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180381148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "aai-ml", "timestamp": 1648180378708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.041Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.041Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.041Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "dcae-sch", "timestamp": 1648180380746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "clamp", "timestamp": 1648180375404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "ves-openapi-manager", "timestamp": 1648180366793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.042Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "cds", "timestamp": 1648180369132, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:55:57.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "policy-id", "timestamp": 1648180370898, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:55:57.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "multicloud-k8s-id", "timestamp": 1648180369133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:55:57.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180376689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "NOTIFIED" } 2022-03-25T03:55:57.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180381148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.044Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "aai-ml", "timestamp": 1648180378708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "dcae-sch", "timestamp": 1648180380746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "clamp", "timestamp": 1648180375404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:55:57.045Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "cds", "timestamp": 1648180382643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:55:57.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "policy-id", "timestamp": 1648180382489, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:55:57.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "multicloud-k8s-id", "timestamp": 1648180383049, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:55:57.046Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180376689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T03:55:57.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180381148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.047Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "aai-ml", "timestamp": 1648180378708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.047Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.047Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "dcae-sch", "timestamp": 1648180380746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.048Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "cds", "timestamp": 1648180383649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:55:57.054Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9a27e019-9e53-4b8d-a894-715b82d23623 2022-03-25T03:55:57.054Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a27e019-9e53-4b8d-a894-715b82d23623 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:55:57.068Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.068Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "policy-id", "timestamp": 1648180383494, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:55:57.069Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180376689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.069Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.069Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180381148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.069Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "multicloud-k8s-id", "timestamp": 1648180384258, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:55:57.070Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "aai-ml", "timestamp": 1648180378708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.070Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.070Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "dcae-sch", "timestamp": 1648180380746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.070Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "policy-id", "timestamp": 1648180384497, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:55:57.075Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a27e019-9e53-4b8d-a894-715b82d23623 2022-03-25T03:55:57.075Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a27e019-9e53-4b8d-a894-715b82d23623 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:55:57.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180376689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T03:55:57.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180381148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "aai-ml", "timestamp": 1648180378708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:55:57.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "dcae-sch", "timestamp": 1648180380746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "multicloud-k8s-id", "timestamp": 1648180385556, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:55:57.085Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180376689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180381148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "dcae-sch", "timestamp": 1648180380746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "aai-ml", "timestamp": 1648180386503, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:55:57.087Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.088Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.088Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "multicloud-k8s-id", "timestamp": 1648180386583, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:55:57.092Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9a27e019-9e53-4b8d-a894-715b82d23623 2022-03-25T03:55:57.093Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a27e019-9e53-4b8d-a894-715b82d23623 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-25T03:55:57.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180376689, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:55:57.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180381148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "NOTIFIED" } 2022-03-25T03:55:57.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "dcae-sch", "timestamp": 1648180380746, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T03:55:57.099Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T03:55:57.099Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.099Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "multicloud-k8s-id", "timestamp": 1648180387593, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:55:57.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180388600, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:55:57.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.100Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.100Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180389193, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:55:57.100Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180392517, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:55:57.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.101Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180392093, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T03:55:57.101Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.101Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180393523, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:55:57.105Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9a27e019-9e53-4b8d-a894-715b82d23623 2022-03-25T03:55:57.105Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a27e019-9e53-4b8d-a894-715b82d23623 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:55:57.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180393301, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T03:55:57.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180394784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T03:55:57.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "clamp", "timestamp": 1648180394481, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T03:55:57.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180395990, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/vfw8807b35446e20_modules.json", "status": "DEPLOY_OK" } 2022-03-25T03:55:57.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "clamp", "timestamp": 1648180396490, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:55:57.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180396994, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-25T03:55:57.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "clamp", "timestamp": 1648180397494, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:55:57.119Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9a27e019-9e53-4b8d-a894-715b82d23623 2022-03-25T03:55:57.119Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a27e019-9e53-4b8d-a894-715b82d23623 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:55:57.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180397999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/resourceInstances/vfw8807b35446e20/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-25T03:55:57.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.126Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.126Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "aai-ml", "timestamp": 1648180398812, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:55:57.126Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180399003, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325035106/1.0/artifacts/service-Vfw20220325035106-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T03:55:57.127Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:55:57.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:55:57.127Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "aai-ml", "timestamp": 1648180399816, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:55:57.130Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9a27e019-9e53-4b8d-a894-715b82d23623 2022-03-25T03:55:57.130Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9a27e019-9e53-4b8d-a894-715b82d23623 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T03:56:20.098Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:56:20.108Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T03:56:20.111Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T03:56:20.111Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T03:56:20.111Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T03:56:20.111Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T03:56:20.112Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:56:20.112Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:56:20.112Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:56:20.112Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:56:20.112Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:56:20.112Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T03:56:20.112Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T03:56:20.116Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T03:56:50.117Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9a27e019-9e53-4b8d-a894-715b82d23623 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T03:56:50.123Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9a27e019-9e53-4b8d-a894-715b82d23623 and serviceModelVersionId: 41315675-e836-4796-bc2a-480bdb1dadb2 2022-03-25T03:56:50.123Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 37a60240-042d-4fab-ac0e-fb7fec900bd9 2022-03-25T03:56:50.125Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/37a60240-042d-4fab-ac0e-fb7fec900bd9/model-vers/model-ver/41315675-e836-4796-bc2a-480bdb1dadb2?depth=0 2022-03-25T03:56:50.136Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T03:56:50.203Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37a60240-042d-4fab-ac0e-fb7fec900bd9/model-vers/model-ver/41315675-e836-4796-bc2a-480bdb1dadb2?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-25T03:56:50.206Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37a60240-042d-4fab-ac0e-fb7fec900bd9/model-vers/model-ver/41315675-e836-4796-bc2a-480bdb1dadb2?depth=0|INFO|500||Invoke 2022-03-25T03:56:50.230Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37a60240-042d-4fab-ac0e-fb7fec900bd9/model-vers/model-ver/41315675-e836-4796-bc2a-480bdb1dadb2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T03:56:50.568Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37a60240-042d-4fab-ac0e-fb7fec900bd9/model-vers/model-ver/41315675-e836-4796-bc2a-480bdb1dadb2?depth=0|INFO|500||InvokeReturn 2022-03-25T03:56:50.569Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37a60240-042d-4fab-ac0e-fb7fec900bd9/model-vers/model-ver/41315675-e836-4796-bc2a-480bdb1dadb2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-03:56:50:889-30742], vertex-id=[372848], Content-Length=[0], Date=[Fri, 25 Mar 2022 03:56:50 GMT], Content-Type=[application/json]} 2022-03-25T03:56:50.569Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T03:56:50.570Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T03:56:50.570Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T03:56:50.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T03:56:50.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9a27e019-9e53-4b8d-a894-715b82d23623 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T03:56:50.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T03:56:50.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-25T03:56:50.578Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T03:56:50.578Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180610575, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T03:56:50.679Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T03:56:50.680Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T03:56:50.680Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T03:56:50.694Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:56:50.695Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T03:56:51.589Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:56:51.589Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:56:51.589Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:56:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:56:56.500Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:56:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:56:57.126Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:56:57.127Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T03:56:57.128Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9a27e019-9e53-4b8d-a894-715b82d23623", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180610575, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T03:56:57.128Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T03:57:01.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:57:01.814Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:57:01.815Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:57:01.815Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:57:11.361Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:57:11.362Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:57:11.362Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:57:11.363Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:57:20.925Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:57:20.926Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:57:20.927Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:57:20.929Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:57:30.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:57:30.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:57:30.466Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:57:30.466Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:57:40.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:57:40.006Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:57:40.007Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:57:40.007Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:57:49.545Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:57:56.497Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:57:56.498Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:57:56.498Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:57:56.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:57:56.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:57:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:58:06.031Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:58:06.044Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:58:56.498Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:58:56.500Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:58:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:58:56.507Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:58:56.508Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:58:56.508Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:59:06.046Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:59:06.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T03:59:56.497Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:59:56.499Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:59:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T03:59:56.499Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T03:59:56.500Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T03:59:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:00:06.040Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:00:06.048Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:00:56.497Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:00:56.499Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:00:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:00:56.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:00:56.501Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:00:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:01:06.050Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:01:06.052Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:01:56.497Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:01:56.499Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:01:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:01:56.499Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:01:56.500Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:01:56.500Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:01:57.128Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:01:57.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"12a05ff4-1b0a-4da3-880e-fb7a378b365c","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b5e9f471-1008-442c-93cf-eb7f329ab179","serviceDescription":"service","serviceInvariantUUID":"7314df7a-1d36-497d-b9ee-4f47a3b02de0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9fa45b72-a3b3-4691-8c65-a3e116279896","resourceInvariantUUID":"3c730d70-d3d1-47fd-8efa-8ed31ffbf574","resourceCustomizationUUID":"c7c96c56-046d-46ea-967e-8b87e64a1c60","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":"ZGFmNmNjZjBjMTU2NDEyYWEzNGE0NTg3NzVjMmZiYTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14d08283-dcff-4928-a92a-ed4ff2957db8","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjQxMjNiNWE2MjJhYjhhNzZhMmI5ZGI5YjFmM2JhMTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1587bbf2-62e9-481b-86f7-d3cd30f47217","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T04:01:57.131Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:01:57.133Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:01:57.133Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.133Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:01:57.133Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "dcae-sch", "timestamp": 1648180880746, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:01:57.134Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.134Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.135Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "clamp", "timestamp": 1648180885404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:01:57.135Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.135Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.135Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "cds", "timestamp": 1648180879133, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:01:57.136Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.136Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.136Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "ves-openapi-manager", "timestamp": 1648180886793, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:01:57.137Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.137Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.137Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:01:57.137Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180916497, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:01:57.137Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "aai-ml", "timestamp": 1648180888708, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:01:57.137Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.138Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.138Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "multicloud-k8s-id", "timestamp": 1648180889132, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:01:57.138Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.138Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.139Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "clamp", "timestamp": 1648180885404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:01:57.139Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.139Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.140Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "ves-openapi-manager", "timestamp": 1648180886793, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:01:57.140Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.140Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.140Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "cds", "timestamp": 1648180879133, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:01:57.141Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.141Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.141Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "dcae-sch", "timestamp": 1648180880746, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:01:57.142Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.142Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.142Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "aai-ml", "timestamp": 1648180888708, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:01:57.142Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.143Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.143Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "multicloud-k8s-id", "timestamp": 1648180889132, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:01:57.143Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.143Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.144Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180891148, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:01:57.144Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.144Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.144Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "cds", "timestamp": 1648180891237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:01:57.145Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:01:57.145Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.145Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "aai-ml", "timestamp": 1648180891592, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:01:57.146Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:01:57.146Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.146Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "policy-id", "timestamp": 1648180890898, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:01:57.146Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.146Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.147Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180891148, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:01:57.147Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.147Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.147Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "cds", "timestamp": 1648180892250, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:01:57.165Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 12a05ff4-1b0a-4da3-880e-fb7a378b365c 2022-03-25T04:01:57.165Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12a05ff4-1b0a-4da3-880e-fb7a378b365c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:01:57.176Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.176Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "policy-id", "timestamp": 1648180890898, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:01:57.176Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:01:57.177Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.177Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180894002, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:01:57.177Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:01:57.178Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.178Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "policy-id", "timestamp": 1648180893880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:01:57.178Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:01:57.178Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.179Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180895740, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:01:57.179Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:01:57.179Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.179Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "policy-id", "timestamp": 1648180894885, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:01:57.180Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:01:57.180Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.180Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180896743, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:01:57.185Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 12a05ff4-1b0a-4da3-880e-fb7a378b365c 2022-03-25T04:01:57.185Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12a05ff4-1b0a-4da3-880e-fb7a378b365c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:01:57.194Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.194Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "policy-id", "timestamp": 1648180895888, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:01:57.198Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 12a05ff4-1b0a-4da3-880e-fb7a378b365c 2022-03-25T04:01:57.198Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12a05ff4-1b0a-4da3-880e-fb7a378b365c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:01:57.206Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.206Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "aai-ml", "timestamp": 1648180896586, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:01:57.206Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:01:57.206Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.206Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "aai-ml", "timestamp": 1648180897591, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:01:57.210Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 12a05ff4-1b0a-4da3-880e-fb7a378b365c 2022-03-25T04:01:57.210Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12a05ff4-1b0a-4da3-880e-fb7a378b365c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:01:57.217Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.217Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "clamp", "timestamp": 1648180899566, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:01:57.218Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:01:57.218Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.218Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "clamp", "timestamp": 1648180901579, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:01:57.218Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:01:57.218Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:01:57.219Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "clamp", "timestamp": 1648180902584, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:01:57.223Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 12a05ff4-1b0a-4da3-880e-fb7a378b365c 2022-03-25T04:01:57.223Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 12a05ff4-1b0a-4da3-880e-fb7a378b365c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:01:57.237Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:01:57.238Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:01:57.238Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:01:57.252Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:01:57.253Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:01:58.138Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:01:58.139Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:01:58.141Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:01:58.141Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180916497, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:01:58.241Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:01:58.243Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:01:58.243Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:01:58.257Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:01:58.258Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:01:59.143Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "b5e9f471-1008-442c-93cf-eb7f329ab179", "serviceDescription": "service", "serviceInvariantUUID": "7314df7a-1d36-497d-b9ee-4f47a3b02de0", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "c7c96c56-046d-46ea-967e-8b87e64a1c60", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "9fa45b72-a3b3-4691-8c65-a3e116279896", "resourceInvariantUUID": "3c730d70-d3d1-47fd-8efa-8ed31ffbf574", "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": "NjQxMjNiNWE2MjJhYjhhNzZhMmI5ZGI5YjFmM2JhMTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1587bbf2-62e9-481b-86f7-d3cd30f47217" } ], "workloadContext": "Production" } 2022-03-25T04:01:59.143Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T04:01:59.143Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b5e9f471-1008-442c-93cf-eb7f329ab179 ASDC 2022-03-25T04:01:59.145Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:12a05ff4-1b0a-4da3-880e-fb7a378b365c ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:b5e9f471-1008-442c-93cf-eb7f329ab179 ServiceInvariantUUID:7314df7a-1d36-497d-b9ee-4f47a3b02de0 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:1587bbf2-62e9-481b-86f7-d3cd30f47217 ArtifactChecksum:NjQxMjNiNWE2MjJhYjhhNzZhMmI5ZGI5YjFmM2JhMTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:c7c96c56-046d-46ea-967e-8b87e64a1c60 ResourceInvariantUUID:3c730d70-d3d1-47fd-8efa-8ed31ffbf574 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:9fa45b72-a3b3-4691-8c65-a3e116279896 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-25T04:01:59.145Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5e9f471-1008-442c-93cf-eb7f329ab179 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T04:01:59.180Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:01:59.182Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:01:59.182Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:01:59.182Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1587bbf2-62e9-481b-86f7-d3cd30f47217 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T04:01:59.182Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:01:59.183Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T04:01:59.446Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:01:59.449Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1587bbf2-62e9-481b-86f7-d3cd30f47217 52483 2022-03-25T04:01:59.449Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-25T04:01:59.449Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T04:01:59.450Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:01:59.450Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:01:59.452Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:01:59.452Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180919449, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:01:59.553Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:01:59.554Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:01:59.554Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:01:59.621Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:01:59.621Z||pool-53-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:02:00.453Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:02:00.454Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:02:00.455Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1587bbf2-62e9-481b-86f7-d3cd30f47217, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:02:00.455Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-25T04:02:00.456Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:02:00.456Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:02:00.621Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10411211048426810974/Definitions/service-BasicNetwork-template.yml 2022-03-25T04:02:01.171Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T04:02:01.172Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-25T04:02:01.172Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:02:01.172Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-25T04:02:01.173Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:02:01.173Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:02:01.173Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:02:01.173Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:02:01.173Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:02:01.174Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:02:01.174Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:02:01.174Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T04:02:01.174Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-25T04:02:01.174Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:02:01.175Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:02:01.176Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-25T04:02:01.176Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-25T04:02:01.176Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:02:01.177Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:02:01.177Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:02:01.177Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-25T04:02:01.177Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-25T04:02:01.177Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:02:01.178Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:02:01.178Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:02:01.178Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:02:01.178Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:02:01.179Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:02:01.179Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:02:01.179Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:02:01.179Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:02:01.180Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:02:01.180Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:02:01.180Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:b5e9f471-1008-442c-93cf-eb7f329ab179 Model Version:NULL Model InvariantUuid:7314df7a-1d36-497d-b9ee-4f47a3b02de0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:3c730d70-d3d1-47fd-8efa-8ed31ffbf574 Model UUID:4e1e56cb-8111-479f-9f2c-39140e060121 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:c7c96c56-046d-46ea-967e-8b87e64a1c60 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T04:02:01.187Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 9fa45b72-a3b3-4691-8c65-a3e116279896 2022-03-25T04:02:01.188Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||No resources found for Service: b5e9f471-1008-442c-93cf-eb7f329ab179 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:02:01.196Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500|| 2022-03-25T04:02:01.197Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-25T04:02:01.198Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||No resources found for Service: b5e9f471-1008-442c-93cf-eb7f329ab179 2022-03-25T04:02:01.198Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b5e9f471-1008-442c-93cf-eb7f329ab179 2022-03-25T04:02:01.198Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-25T04:02:01.198Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:02:01.203Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b87d57b, org.onap.sdc.toscaparser.api.parameters.Input@cbd27a9, org.onap.sdc.toscaparser.api.parameters.Input@7d16a1fb, org.onap.sdc.toscaparser.api.parameters.Input@7be72f4e, org.onap.sdc.toscaparser.api.parameters.Input@7ece1144] 2022-03-25T04:02:01.205Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:02:01.205Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:02:01.205Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:02:01.205Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:02:01.206Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b5e9f471-1008-442c-93cf-eb7f329ab179: Generic NeutronNet 2022-03-25T04:02:01.206Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:02:01.206Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:02:01.206Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:02:01.206Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-03-25T04:02:01.252Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:02:01.253Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:02:01.253Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:02:01.253Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:02:01.254Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:02:01.254Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:02:01.254Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-25T04:02:01.327Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-25T04:02:01.327Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-25T04:02:01.328Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T04:02:01.328Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:02:01.328Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:02:01.330Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:02:01.330Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180921327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:02:01.430Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:02:01.432Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:02:01.432Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:02:01.468Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:02:01.468Z||pool-54-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:02:02.333Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 12a05ff4-1b0a-4da3-880e-fb7a378b365c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:02:02.346Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 12a05ff4-1b0a-4da3-880e-fb7a378b365c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:02:02.349Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:02:02.349Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T04:02:02.349Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T04:02:02.349Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T04:02:02.350Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:02:02.350Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:02:02.350Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:02:02.350Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:02:02.350Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:02:02.351Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:02:02.351Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:02:02.355Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T04:02:32.356Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 12a05ff4-1b0a-4da3-880e-fb7a378b365c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T04:02:32.362Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 12a05ff4-1b0a-4da3-880e-fb7a378b365c and serviceModelVersionId: b5e9f471-1008-442c-93cf-eb7f329ab179 2022-03-25T04:02:32.362Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7314df7a-1d36-497d-b9ee-4f47a3b02de0 2022-03-25T04:02:32.364Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7314df7a-1d36-497d-b9ee-4f47a3b02de0/model-vers/model-ver/b5e9f471-1008-442c-93cf-eb7f329ab179?depth=0 2022-03-25T04:02:32.371Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T04:02:32.426Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7314df7a-1d36-497d-b9ee-4f47a3b02de0/model-vers/model-ver/b5e9f471-1008-442c-93cf-eb7f329ab179?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-25T04:02:32.429Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7314df7a-1d36-497d-b9ee-4f47a3b02de0/model-vers/model-ver/b5e9f471-1008-442c-93cf-eb7f329ab179?depth=0|INFO|500||Invoke 2022-03-25T04:02:32.459Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7314df7a-1d36-497d-b9ee-4f47a3b02de0/model-vers/model-ver/b5e9f471-1008-442c-93cf-eb7f329ab179?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T04:02:33.027Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7314df7a-1d36-497d-b9ee-4f47a3b02de0/model-vers/model-ver/b5e9f471-1008-442c-93cf-eb7f329ab179?depth=0|INFO|500||InvokeReturn 2022-03-25T04:02:33.029Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7314df7a-1d36-497d-b9ee-4f47a3b02de0/model-vers/model-ver/b5e9f471-1008-442c-93cf-eb7f329ab179?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220325-04:02:33:151-66175], vertex-id=[217272], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:02:33 GMT], Content-Type=[application/json]} 2022-03-25T04:02:33.030Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T04:02:33.031Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T04:02:33.031Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:02:33.038Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T04:02:33.038Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 12a05ff4-1b0a-4da3-880e-fb7a378b365c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T04:02:33.039Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T04:02:33.039Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:02:33.041Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:02:33.042Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180953038, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:02:33.142Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:02:33.143Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:02:33.143Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:02:33.158Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:02:33.158Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T04:02:56.497Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:02:56.499Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:02:56.500Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:02:56.500Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:02:56.500Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:02:56.500Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:02:56.640Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:02:56.641Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:02:56.642Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180916497, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:02:56.643Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:02:57.405Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:02:57.406Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T04:02:57.406Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"267be79c-8b99-4dc2-8293-f33fab0a3f68","serviceName":"Demo_pNF_1Brrhk18Wz8adn8E1XAI","serviceVersion":"1.0","serviceUUID":"cda751ce-537f-4ae5-b9d3-028947437d7c","serviceDescription":"catalog service description","serviceInvariantUUID":"6ca2a0ab-4941-4f32-a1f2-bd309cb221be","resources":[{"resourceInstanceName":"pNF 12800f01-a0ab 0","resourceName":"pNF 12800f01-a0ab","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2b87490e-9077-4a8f-ac2d-1a3fc957c1a9","resourceInvariantUUID":"f6dc5eb3-b5d4-4b36-ad42-4cdb305ed1f0","resourceCustomizationUUID":"89a509e5-b043-4dab-aa26-c361a12a14e3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vf-license-model.xml","artifactChecksum":"MDUxYjdjYjUzZDk1YzJiYTdkMTE3YjQyNDk0MzYxZmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e3470c59-e501-443e-a7db-1263e9876d8f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/pNF.csar","artifactChecksum":"YjkwYTI5MmRmOWFhMTMyMjAxOWI3MmMzM2YyMzJkZGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e925c94f-9d41-46ba-b370-daa8756bccf2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5cea1286-b103-4f4f-a0a2-7f629162c374","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vendor-license-model.xml","artifactChecksum":"Nzg4YzE2ZGFiZTI3NzQ3OWViZjRmYzI3NjUwMGE0YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"851986cb-cc5b-409a-9878-3e2817b6597e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b41f7c3d-6612-4bb4-be5c-ddf4aba15606","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a7c1e9b3-d7cb-40e6-8451-91f15f708190","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf1brrhk18wz8adn8e1xai-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-template.yml","artifactChecksum":"MzQzZWM3ZWM0NGQ5YWJiNjQ1NGRhOWNiMzZlZWMwMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"568e322e-2fff-4e5c-b83f-7265f5afab93","artifactVersion":"1"},{"artifactName":"service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar","artifactChecksum":"Mzc0OTY1MmJmZTQ0NDUwZWNmZDUzZmQ1OTg2ZGVkNDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c18005cd-5a0d-4402-8cc2-0985d2ad820d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T04:02:57.409Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:02:57.409Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:02:57.411Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:02:57.412Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:02:57.512Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:02:57.513Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:02:57.513Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:02:57.539Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:02:57.540Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:02:58.412Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:02:58.413Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:02:58.415Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:02:58.416Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:02:58.516Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:02:58.517Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:02:58.517Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:02:58.531Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:02:58.532Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:02:59.416Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:02:59.417Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:02:59.420Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:02:59.420Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:02:59.521Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:02:59.522Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:02:59.522Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:02:59.538Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:02:59.539Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:03:00.421Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:03:00.421Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:03:00.424Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:03:00.424Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:03:00.524Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:03:00.525Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:03:00.526Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:03:00.553Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:03:00.554Z||pool-59-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:03:01.424Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:03:01.425Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:03:01.427Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:03:01.427Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:03:01.527Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:03:01.528Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:03:01.528Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:03:01.549Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:03:01.550Z||pool-60-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:03:02.428Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:03:02.429Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:03:02.432Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:03:02.432Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:03:02.531Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:03:02.532Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:03:02.533Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:03:02.560Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:03:02.560Z||pool-61-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:03:03.432Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:03:03.433Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:03:03.435Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:03:03.436Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:03:03.536Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:03:03.537Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:03:03.537Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:03:03.556Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:03:03.557Z||pool-62-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:03:04.436Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:03:04.437Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:03:04.440Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:03:04.440Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:03:04.541Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:03:04.542Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:03:04.542Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:03:04.551Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:03:04.551Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:03:05.442Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "serviceName": "Demo_pNF_1Brrhk18Wz8adn8E1XAI", "serviceVersion": "1.0", "serviceUUID": "cda751ce-537f-4ae5-b9d3-028947437d7c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6ca2a0ab-4941-4f32-a1f2-bd309cb221be", "resources": [ { "resourceInstanceName": "pNF 12800f01-a0ab 0", "resourceCustomizationUUID": "89a509e5-b043-4dab-aa26-c361a12a14e3", "resourceName": "pNF 12800f01-a0ab", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2b87490e-9077-4a8f-ac2d-1a3fc957c1a9", "resourceInvariantUUID": "f6dc5eb3-b5d4-4b36-ad42-4cdb305ed1f0", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "artifactChecksum": "Mzc0OTY1MmJmZTQ0NDUwZWNmZDUzZmQ1OTg2ZGVkNDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c18005cd-5a0d-4402-8cc2-0985d2ad820d" } ], "workloadContext": "Production" } 2022-03-25T04:03:05.442Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T04:03:05.443Z|12a05ff4-1b0a-4da3-880e-fb7a378b365c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cda751ce-537f-4ae5-b9d3-028947437d7c ASDC 2022-03-25T04:03:05.444Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:267be79c-8b99-4dc2-8293-f33fab0a3f68 ServiceName:Demo_pNF_1Brrhk18Wz8adn8E1XAI ServiceVersion:1.0 ServiceUUID:cda751ce-537f-4ae5-b9d3-028947437d7c ServiceInvariantUUID:6ca2a0ab-4941-4f32-a1f2-bd309cb221be ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar ArtifactUUID:c18005cd-5a0d-4402-8cc2-0985d2ad820d ArtifactChecksum:Mzc0OTY1MmJmZTQ0NDUwZWNmZDUzZmQ1OTg2ZGVkNDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 12800f01-a0ab 0 ResourceCustomizationUUID:89a509e5-b043-4dab-aa26-c361a12a14e3 ResourceInvariantUUID:f6dc5eb3-b5d4-4b36-ad42-4cdb305ed1f0 ResourceName:pNF 12800f01-a0ab ResourceType:PNF ResourceUUID:2b87490e-9077-4a8f-ac2d-1a3fc957c1a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-25T04:03:05.445Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cda751ce-537f-4ae5-b9d3-028947437d7c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:03:05.469Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:03:05.470Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:03:05.470Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:03:05.470Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c18005cd-5a0d-4402-8cc2-0985d2ad820d from URL: /sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:05.471Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:03:05.471Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:05.725Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:03:05.729Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar c18005cd-5a0d-4402-8cc2-0985d2ad820d 82613 2022-03-25T04:03:05.730Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar ASDC sendASDCNotification 2022-03-25T04:03:05.730Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:05.730Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:03:05.730Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:03:05.733Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:03:05.733Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180985730, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:03:05.833Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:03:05.834Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:03:05.834Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:03:05.848Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:03:05.849Z||pool-64-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:03:06.733Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:03:06.735Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:03:06.735Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: c18005cd-5a0d-4402-8cc2-0985d2ad820d, URL: /sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar to file: /app/ASDC/1/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:06.736Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:06.736Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:06.737Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:06.857Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13293243312902978806/Definitions/service-DemoPnf1brrhk18wz8adn8e1xai-template.yml 2022-03-25T04:03:07.524Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T04:03:07.525Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-25T04:03:07.525Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:07.525Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-25T04:03:07.525Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 12800f01-a0ab 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-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:07.525Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||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-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:07.526Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:07.526Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||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-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:07.526Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:07.526Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:07.526Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:07.526Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-25T04:03:07.526Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:03:07.527Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1Brrhk18Wz8adn8E1XAI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:03:07.527Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Node template pNF 12800f01-a0ab 0 is matching search criteria 2022-03-25T04:03:07.527Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-25T04:03:07.527Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 12800f01-a0ab 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:03:07.527Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:03:07.528Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1Brrhk18Wz8adn8E1XAI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:03:07.528Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Node template pNF 12800f01-a0ab 0 is matching search criteria 2022-03-25T04:03:07.528Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-25T04:03:07.528Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 12800f01-a0ab 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:03:07.528Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:03:07.528Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1Brrhk18Wz8adn8E1XAI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:03:07.528Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:03:07.529Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1Brrhk18Wz8adn8E1XAI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:03:07.529Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:03:07.529Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1Brrhk18Wz8adn8E1XAI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:03:07.529Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:03:07.529Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1Brrhk18Wz8adn8E1XAI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:03:07.529Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:03:07.529Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1Brrhk18Wz8adn8E1XAI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:03:07.530Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_1Brrhk18Wz8adn8E1XAI Description:catalog service description Model UUID:cda751ce-537f-4ae5-b9d3-028947437d7c Model Version:NULL Model InvariantUuid:6ca2a0ab-4941-4f32-a1f2-bd309cb221be Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T04:03:07.535Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2b87490e-9077-4a8f-ac2d-1a3fc957c1a9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:03:07.538Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||pNF 12800f01-a0ab 0 2022-03-25T04:03:07.538Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2b87490e-9077-4a8f-ac2d-1a3fc957c1a9 2022-03-25T04:03:07.538Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||No resources found for Service: cda751ce-537f-4ae5-b9d3-028947437d7c 2022-03-25T04:03:07.538Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: cda751ce-537f-4ae5-b9d3-028947437d7c 2022-03-25T04:03:07.538Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 12800f01-a0ab 0 2b87490e-9077-4a8f-ac2d-1a3fc957c1a9 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:03:07.542Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f8831d9, org.onap.sdc.toscaparser.api.parameters.Input@3f6553ad, org.onap.sdc.toscaparser.api.parameters.Input@579af197, org.onap.sdc.toscaparser.api.parameters.Input@14b22d4a, org.onap.sdc.toscaparser.api.parameters.Input@a2ad0fc] 2022-03-25T04:03:07.542Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:03:07.542Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1Brrhk18Wz8adn8E1XAI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:03:07.543Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid cda751ce-537f-4ae5-b9d3-028947437d7c: pNF 12800f01-a0ab 2022-03-25T04:03:07.543Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||Processing PNF resource: 2b87490e-9077-4a8f-ac2d-1a3fc957c1a9 2022-03-25T04:03:07.543Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:03:07.543Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_1Brrhk18Wz8adn8E1XAI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:03:07.543Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||Resource customization UUID: 89a509e5-b043-4dab-aa26-c361a12a14e3 is the same as notified resource customizationUUID: 89a509e5-b043-4dab-aa26-c361a12a14e3 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-25T04:03:07.586Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 12800f01-a0ab 2b87490e-9077-4a8f-ac2d-1a3fc957c1a9 0 ASDC deployResourceStructure 2022-03-25T04:03:07.586Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar ASDC sendASDCNotification 2022-03-25T04:03:07.586Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar 2022-03-25T04:03:07.586Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:03:07.587Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:03:07.589Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:03:07.589Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180987586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:03:07.691Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-25T04:03:07.694Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:03:07.694Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:03:07.719Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:03:07.720Z||pool-65-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:03:08.589Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 267be79c-8b99-4dc2-8293-f33fab0a3f68 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:03:08.598Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 267be79c-8b99-4dc2-8293-f33fab0a3f68 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:03:08.599Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:03:08.599Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:03:08.599Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:03:38.600Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 267be79c-8b99-4dc2-8293-f33fab0a3f68 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:03:38.617Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 267be79c-8b99-4dc2-8293-f33fab0a3f68 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:03:38.619Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:03:38.619Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:03:38.619Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:03:56.499Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:03:56.501Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:03:56.501Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:03:56.530Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:03:56.531Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:03:56.531Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180916497, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:03:56.533Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:03:56.533Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:03:56.533Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180919449, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:03:56.533Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:03:56.534Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:03:56.534Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180921327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:03:56.534Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:03:56.534Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:03:56.534Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "12a05ff4-1b0a-4da3-880e-fb7a378b365c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180953038, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:03:56.534Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:08.620Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 267be79c-8b99-4dc2-8293-f33fab0a3f68 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:04:08.632Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 267be79c-8b99-4dc2-8293-f33fab0a3f68 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:04:08.634Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:04:08.634Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:04:08.634Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:04:38.634Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 267be79c-8b99-4dc2-8293-f33fab0a3f68 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:04:38.644Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 267be79c-8b99-4dc2-8293-f33fab0a3f68 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:04:38.646Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:04:38.646Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:04:38.646Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:04:56.499Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:04:56.502Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:04:56.502Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:04:56.524Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:04:56.543Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.543Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "clamp", "timestamp": 1648180975404, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.544Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.545Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.545Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "cds", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.545Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.545Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.545Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.545Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.546Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.546Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "multicloud-k8s-id", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.546Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.546Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.546Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "policy-id", "timestamp": 1648180970898, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.546Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.547Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.547Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "clamp", "timestamp": 1648180975404, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.547Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.547Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.547Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "cds", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.547Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "multicloud-k8s-id", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "policy-id", "timestamp": 1648180970898, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "aai-ml", "timestamp": 1648180978708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "clamp", "timestamp": 1648180975404, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "cds", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "multicloud-k8s-id", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "policy-id", "timestamp": 1648180970898, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.552Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.552Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.552Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "aai-ml", "timestamp": 1648180978708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.552Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.552Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "clamp", "timestamp": 1648180975404, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.554Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.554Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "cds", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.554Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.554Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.554Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "multicloud-k8s-id", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.555Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.555Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.555Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "policy-id", "timestamp": 1648180970898, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.555Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.555Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.555Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180981148, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.556Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.556Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.556Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "aai-ml", "timestamp": 1648180978708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.556Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.556Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.557Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "dcae-sch", "timestamp": 1648180980746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.557Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.557Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.558Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "clamp", "timestamp": 1648180975404, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.558Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.558Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.558Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.558Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.558Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.558Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "cds", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.559Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.559Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.559Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "multicloud-k8s-id", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.560Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.560Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.560Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "policy-id", "timestamp": 1648180970898, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.560Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.560Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.561Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180981148, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.561Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.561Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.561Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "aai-ml", "timestamp": 1648180978708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.561Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.562Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.562Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "dcae-sch", "timestamp": 1648180980746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.562Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.562Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.563Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "clamp", "timestamp": 1648180975404, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.563Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.564Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.564Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.564Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.564Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.564Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "cds", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.564Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.565Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.565Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "multicloud-k8s-id", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.565Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.565Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.565Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "policy-id", "timestamp": 1648180970898, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.566Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.566Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.566Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180981148, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.566Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.566Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.566Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "aai-ml", "timestamp": 1648180978708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.567Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.567Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.567Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "dcae-sch", "timestamp": 1648180980746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.567Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.567Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.568Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "clamp", "timestamp": 1648180975404, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.568Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.568Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.568Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.568Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.568Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.569Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "multicloud-k8s-id", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.569Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.569Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.569Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "cds", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.569Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.569Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.570Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "policy-id", "timestamp": 1648180970898, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.570Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.570Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.570Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180981148, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.570Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.570Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.571Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "aai-ml", "timestamp": 1648180978708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.571Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.571Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.571Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "dcae-sch", "timestamp": 1648180980746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.571Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.571Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.571Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "clamp", "timestamp": 1648180975404, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.572Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.572Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.572Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180976497, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.573Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.573Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.573Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "cds", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.573Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.574Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.574Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "multicloud-k8s-id", "timestamp": 1648180969132, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.574Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.574Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.574Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "policy-id", "timestamp": 1648180970898, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180981148, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "aai-ml", "timestamp": 1648180978708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "dcae-sch", "timestamp": 1648180980746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180985730, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "cds", "timestamp": 1648180985441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "policy-id", "timestamp": 1648180985363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.578Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.578Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.578Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180981148, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.578Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.578Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.578Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "aai-ml", "timestamp": 1648180978708, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.579Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.579Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.579Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "dcae-sch", "timestamp": 1648180980746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.579Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.579Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.579Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "cds", "timestamp": 1648180986454, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.587Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 267be79c-8b99-4dc2-8293-f33fab0a3f68 2022-03-25T04:04:56.587Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 267be79c-8b99-4dc2-8293-f33fab0a3f68 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.597Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.597Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "policy-id", "timestamp": 1648180986367, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:04:56.597Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.598Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.598Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180981148, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.598Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.598Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.598Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "dcae-sch", "timestamp": 1648180980746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.598Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.599Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.599Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648180987586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:04:56.599Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.599Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.599Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "aai-ml", "timestamp": 1648180987675, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.599Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.599Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.600Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "ves-openapi-manager", "timestamp": 1648180986793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.600Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.600Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.600Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "policy-id", "timestamp": 1648180987370, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.604Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 267be79c-8b99-4dc2-8293-f33fab0a3f68 2022-03-25T04:04:56.604Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 267be79c-8b99-4dc2-8293-f33fab0a3f68 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.611Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.612Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180981148, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.612Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.612Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.613Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "dcae-sch", "timestamp": 1648180980746, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.613Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.613Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.613Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "ves-openapi-manager", "timestamp": 1648180986793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.614Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.614Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.615Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180990293, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.615Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.615Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.615Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "ves-openapi-manager", "timestamp": 1648180986793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.616Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.616Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.616Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "ves-openapi-manager", "timestamp": 1648180986793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.616Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.617Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.617Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180992322, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:04:56.617Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.617Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.617Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "ves-openapi-manager", "timestamp": 1648180986793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.617Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.618Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.618Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648180993327, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.623Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 267be79c-8b99-4dc2-8293-f33fab0a3f68 2022-03-25T04:04:56.623Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 267be79c-8b99-4dc2-8293-f33fab0a3f68 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.632Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.632Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "ves-openapi-manager", "timestamp": 1648180986793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-25T04:04:56.633Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.633Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.633Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "aai-ml", "timestamp": 1648180993519, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:04:56.633Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.633Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.633Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "ves-openapi-manager", "timestamp": 1648180986793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.633Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.634Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.634Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "aai-ml", "timestamp": 1648180994523, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.638Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 267be79c-8b99-4dc2-8293-f33fab0a3f68 2022-03-25T04:04:56.638Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 267be79c-8b99-4dc2-8293-f33fab0a3f68 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.646Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.646Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "ves-openapi-manager", "timestamp": 1648180986793, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.647Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.647Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.647Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "clamp", "timestamp": 1648180994584, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.647Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.648Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.648Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "ves-openapi-manager", "timestamp": 1648180996000, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.648Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.649Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.649Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "clamp", "timestamp": 1648180996591, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/artifacts/service-DemoPnf1brrhk18wz8adn8e1xai-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:04:56.649Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.649Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.649Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "ves-openapi-manager", "timestamp": 1648180997174, "artifactURL": "/sdc/v1/catalog/services/DemoPnf1brrhk18wz8adn8e1xai/1.0/resourceInstances/pnf12800f01a0ab0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:04:56.650Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.650Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.650Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "clamp", "timestamp": 1648180997595, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.655Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 267be79c-8b99-4dc2-8293-f33fab0a3f68 2022-03-25T04:04:56.655Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 267be79c-8b99-4dc2-8293-f33fab0a3f68 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.663Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.663Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "ves-openapi-manager", "timestamp": 1648180998180, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.667Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 267be79c-8b99-4dc2-8293-f33fab0a3f68 2022-03-25T04:04:56.667Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 267be79c-8b99-4dc2-8293-f33fab0a3f68 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.674Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.674Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "policy-id", "timestamp": 1648180990898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.674Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.674Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.674Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "cds", "timestamp": 1648180999132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.675Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.675Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.675Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "policy-id", "timestamp": 1648180990898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.675Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.675Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.675Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "cds", "timestamp": 1648180999132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.676Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.676Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.676Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "dcae-sch", "timestamp": 1648181000746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.676Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.676Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.676Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "policy-id", "timestamp": 1648180990898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:04:56.676Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.677Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.677Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "cds", "timestamp": 1648180999132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.677Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.677Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.677Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "dcae-sch", "timestamp": 1648181000746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.678Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.678Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.678Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "policy-id", "timestamp": 1648180990898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.678Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.678Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.678Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "cds", "timestamp": 1648180999132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.678Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.679Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.679Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "dcae-sch", "timestamp": 1648181000746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.679Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.679Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.679Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "policy-id", "timestamp": 1648180990898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.679Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.680Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.680Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "cds", "timestamp": 1648180999132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.680Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.680Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.680Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "dcae-sch", "timestamp": 1648181000746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.680Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.680Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.681Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "policy-id", "timestamp": 1648180990898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.681Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.681Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.681Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "cds", "timestamp": 1648180999132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.681Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.681Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.682Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "dcae-sch", "timestamp": 1648181000746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.682Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.682Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.682Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "policy-id", "timestamp": 1648180990898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.682Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.682Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.683Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "cds", "timestamp": 1648180999132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.683Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.683Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.683Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "dcae-sch", "timestamp": 1648181000746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.683Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.683Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.683Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "clamp", "timestamp": 1648181005404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.684Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.684Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.684Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "dcae-sch", "timestamp": 1648181000746, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.685Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.685Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.685Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "clamp", "timestamp": 1648181005404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:04:56.685Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.685Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.685Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "policy-id", "timestamp": 1648181007106, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.686Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.686Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.686Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "cds", "timestamp": 1648181007367, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.686Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.686Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.686Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "ves-openapi-manager", "timestamp": 1648181006793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.687Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.687Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.687Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "clamp", "timestamp": 1648181005404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.687Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.687Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.687Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "policy-id", "timestamp": 1648181008110, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:04:56.688Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.688Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.688Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "cds", "timestamp": 1648181008373, "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-03-25T04:04:56.700Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ef309f72-ae3d-4ae8-84f7-8405239b1b6c 2022-03-25T04:04:56.701Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef309f72-ae3d-4ae8-84f7-8405239b1b6c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.707Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.708Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "ves-openapi-manager", "timestamp": 1648181006793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.708Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.708Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.708Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.708Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.709Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.709Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "clamp", "timestamp": 1648181005404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.709Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.709Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.709Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "policy-id", "timestamp": 1648181009112, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.713Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef309f72-ae3d-4ae8-84f7-8405239b1b6c 2022-03-25T04:04:56.713Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef309f72-ae3d-4ae8-84f7-8405239b1b6c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.720Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.720Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "ves-openapi-manager", "timestamp": 1648181006793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.720Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.720Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.720Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.721Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.721Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.721Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.721Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.721Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.721Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "clamp", "timestamp": 1648181005404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.721Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.722Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.722Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "ves-openapi-manager", "timestamp": 1648181006793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.722Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.722Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.722Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:04:56.722Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.723Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.723Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.723Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.723Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.723Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.723Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.723Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.724Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "clamp", "timestamp": 1648181005404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.724Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.724Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.724Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "ves-openapi-manager", "timestamp": 1648181006793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.724Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.724Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.724Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:04:56.725Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.725Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.725Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "policy-id", "timestamp": 1648181010898, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.725Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.725Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.725Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.726Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.726Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.726Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.726Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.726Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.726Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "clamp", "timestamp": 1648181005404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.727Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.727Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.727Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "ves-openapi-manager", "timestamp": 1648181006793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.727Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.727Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.727Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.727Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.728Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.728Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "policy-id", "timestamp": 1648181010898, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.728Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.728Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.728Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.728Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.728Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.729Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.729Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.729Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.729Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "ves-openapi-manager", "timestamp": 1648181006793, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.729Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.729Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.729Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T04:04:56.730Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.730Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.730Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "policy-id", "timestamp": 1648181010898, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.730Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.730Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.730Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.731Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.731Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.731Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.731Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.731Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.731Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.731Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.732Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.732Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "policy-id", "timestamp": 1648181010898, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T04:04:56.732Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.732Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.732Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "cds", "timestamp": 1648181014132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.732Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.732Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.733Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.733Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.733Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.733Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.733Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.733Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.733Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.734Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.734Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.734Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "policy-id", "timestamp": 1648181010898, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.734Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.734Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.734Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "cds", "timestamp": 1648181014132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.735Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.735Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.735Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.735Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.735Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.735Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "aai-ml", "timestamp": 1648181016590, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.735Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.736Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.736Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "policy-id", "timestamp": 1648181010898, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.736Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.736Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.736Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "multicloud-k8s-id", "timestamp": 1648181017037, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.736Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.737Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.737Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "cds", "timestamp": 1648181014132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.737Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.737Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.737Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.737Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.737Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.738Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "policy-id", "timestamp": 1648181010898, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.738Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.738Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.738Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "clamp", "timestamp": 1648181017587, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.738Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.738Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.738Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "cds", "timestamp": 1648181014132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.739Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.739Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.739Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "multicloud-k8s-id", "timestamp": 1648181018833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.739Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.739Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.739Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "policy-id", "timestamp": 1648181010898, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.740Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.740Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.740Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "cds", "timestamp": 1648181014132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.740Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.740Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.740Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181019685, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.740Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.741Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.741Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "clamp", "timestamp": 1648181019595, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:04:56.741Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.741Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.741Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "cds", "timestamp": 1648181014132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.741Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.741Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.742Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "multicloud-k8s-id", "timestamp": 1648181020383, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.742Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.742Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.742Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "policy-id", "timestamp": 1648181020518, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.742Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.742Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.742Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "clamp", "timestamp": 1648181020599, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.746Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ef309f72-ae3d-4ae8-84f7-8405239b1b6c 2022-03-25T04:04:56.746Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef309f72-ae3d-4ae8-84f7-8405239b1b6c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.753Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.753Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "cds", "timestamp": 1648181014132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.753Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.753Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.754Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-03-25T04:04:56.754Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.754Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.754Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "multicloud-k8s-id", "timestamp": 1648181021408, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.758Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef309f72-ae3d-4ae8-84f7-8405239b1b6c 2022-03-25T04:04:56.758Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef309f72-ae3d-4ae8-84f7-8405239b1b6c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-25T04:04:56.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181022114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:04:56.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "policy-id", "timestamp": 1648181021523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:04:56.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "cds", "timestamp": 1648181014132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "multicloud-k8s-id", "timestamp": 1648181022411, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:04:56.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181023118, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef309f72-ae3d-4ae8-84f7-8405239b1b6c 2022-03-25T04:04:56.770Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef309f72-ae3d-4ae8-84f7-8405239b1b6c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.776Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.777Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "policy-id", "timestamp": 1648181022526, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.786Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be5c005e-d13a-4a99-bada-a7079154ae83 2022-03-25T04:04:56.786Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5c005e-d13a-4a99-bada-a7079154ae83 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.794Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.794Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.794Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.795Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.795Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.795Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.795Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.795Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "cds", "timestamp": 1648181023187, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.795Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.796Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.796Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.796Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.796Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.796Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.796Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.797Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.797Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.797Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.797Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.797Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "cds", "timestamp": 1648181024200, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.801Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be5c005e-d13a-4a99-bada-a7079154ae83 2022-03-25T04:04:56.801Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5c005e-d13a-4a99-bada-a7079154ae83 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.808Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.808Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.808Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.809Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.809Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.809Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.809Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.809Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:04:56.809Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.809Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.810Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.810Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.810Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.810Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.810Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.810Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.811Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T04:04:56.811Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.811Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.811Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.811Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.811Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.811Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.812Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.812Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.812Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.812Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.812Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.812Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "aai-ml", "timestamp": 1648181027717, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:04:56.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.814Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.814Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.814Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.814Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.814Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.815Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.815Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.815Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T04:04:56.815Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.815Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.815Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.815Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.816Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.816Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "aai-ml", "timestamp": 1648181028721, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.820Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef309f72-ae3d-4ae8-84f7-8405239b1b6c 2022-03-25T04:04:56.820Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef309f72-ae3d-4ae8-84f7-8405239b1b6c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.827Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.827Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.828Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.828Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.828Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.829Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.829Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.829Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.829Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.829Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.830Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.830Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.830Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.830Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.831Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.831Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.831Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "cds", "timestamp": 1648181029132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.831Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.831Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.832Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "multicloud-k8s-id", "timestamp": 1648181009132, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.832Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.832Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.832Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181011148, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:04:56.833Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.833Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.833Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.833Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.834Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.834Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.834Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.834Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.834Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "cds", "timestamp": 1648181029132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.835Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.835Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.835Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "dcae-sch", "timestamp": 1648181031581, "artifactURL": "/sdc/v1/catalog/services/663c187c-7458-4fb8-b935-573cb708a618/resourceInstances/basicclamp0/artifacts/8c92bc61-619b-406b-9a46-7ff4f0f8996d", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.835Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.835Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.836Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.836Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.837Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.837Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "multicloud-k8s-id", "timestamp": 1648181031759, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.838Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.838Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.838Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181032348, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.838Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.838Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.838Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.838Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.838Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.838Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "policy-id", "timestamp": 1648181030898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.838Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "cds", "timestamp": 1648181029132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "dcae-sch", "timestamp": 1648181032956, "artifactURL": "/sdc/v1/catalog/services/663c187c-7458-4fb8-b935-573cb708a618/resourceInstances/basicclamp0/artifacts/8c92bc61-619b-406b-9a46-7ff4f0f8996d", "status": "DEPLOY_OK" } 2022-03-25T04:04:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "policy-id", "timestamp": 1648181030898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "cds", "timestamp": 1648181029132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "multicloud-k8s-id", "timestamp": 1648181033257, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.840Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.841Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.841Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.841Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.841Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "dcae-sch", "timestamp": 1648181033961, "artifactURL": "/sdc/v1/catalog/services/663c187c-7458-4fb8-b935-573cb708a618/resourceInstances/basicclamp0/artifacts/8c92bc61-619b-406b-9a46-7ff4f0f8996d", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.845Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of be5c005e-d13a-4a99-bada-a7079154ae83 2022-03-25T04:04:56.845Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5c005e-d13a-4a99-bada-a7079154ae83 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.856Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.856Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "policy-id", "timestamp": 1648181030898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.857Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.857Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.857Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "cds", "timestamp": 1648181029132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.857Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.857Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.857Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181034801, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:04:56.858Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.858Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.858Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "multicloud-k8s-id", "timestamp": 1648181034461, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:04:56.858Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:04:56.858Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.858Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.858Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.859Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.859Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.859Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.859Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.859Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.859Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.859Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.859Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "policy-id", "timestamp": 1648181030898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.859Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.859Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.860Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "cds", "timestamp": 1648181029132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.860Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.860Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.860Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181035807, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.870Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be5c005e-d13a-4a99-bada-a7079154ae83 2022-03-25T04:04:56.871Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5c005e-d13a-4a99-bada-a7079154ae83 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:04:56.878Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.878Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "multicloud-k8s-id", "timestamp": 1648181035518, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:04:56.886Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of be5c005e-d13a-4a99-bada-a7079154ae83 2022-03-25T04:04:56.886Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5c005e-d13a-4a99-bada-a7079154ae83 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-25T04:04:56.892Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.892Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.892Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.892Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.892Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.893Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.893Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.893Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.893Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.893Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.893Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "policy-id", "timestamp": 1648181030898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T04:04:56.893Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:04:56.894Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:04:56.894Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "cds", "timestamp": 1648181029132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:04:56.894Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:08.647Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 267be79c-8b99-4dc2-8293-f33fab0a3f68 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:05:08.657Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 267be79c-8b99-4dc2-8293-f33fab0a3f68 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:05:08.659Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:05:08.659Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T04:05:08.659Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T04:05:08.659Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T04:05:08.660Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:05:08.660Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:05:08.660Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:05:08.660Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:05:08.660Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:05:08.660Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:05:08.660Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:05:08.660Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:05:08.665Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T04:05:38.665Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 267be79c-8b99-4dc2-8293-f33fab0a3f68 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T04:05:38.672Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 267be79c-8b99-4dc2-8293-f33fab0a3f68 and serviceModelVersionId: cda751ce-537f-4ae5-b9d3-028947437d7c 2022-03-25T04:05:38.672Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ca2a0ab-4941-4f32-a1f2-bd309cb221be 2022-03-25T04:05:38.681Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ca2a0ab-4941-4f32-a1f2-bd309cb221be/model-vers/model-ver/cda751ce-537f-4ae5-b9d3-028947437d7c?depth=0 2022-03-25T04:05:38.706Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T04:05:38.760Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ca2a0ab-4941-4f32-a1f2-bd309cb221be/model-vers/model-ver/cda751ce-537f-4ae5-b9d3-028947437d7c?depth=0|INFO|500||Invoke 2022-03-25T04:05:38.760Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ca2a0ab-4941-4f32-a1f2-bd309cb221be/model-vers/model-ver/cda751ce-537f-4ae5-b9d3-028947437d7c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ca2a0ab-4941-4f32-a1f2-bd309cb221be/model-vers/model-ver/cda751ce-537f-4ae5-b9d3-028947437d7c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[267be79c-8b99-4dc2-8293-f33fab0a3f68], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[19929cad-fbba-4887-ac03-ebae13332a21], X-ECOMP-RequestID=[267be79c-8b99-4dc2-8293-f33fab0a3f68], X-TransactionId=[], X-ONAP-RequestID=[267be79c-8b99-4dc2-8293-f33fab0a3f68], Content-Type=[application/merge-patch+json]} 2022-03-25T04:05:38.794Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ca2a0ab-4941-4f32-a1f2-bd309cb221be/model-vers/model-ver/cda751ce-537f-4ae5-b9d3-028947437d7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T04:05:39.522Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ca2a0ab-4941-4f32-a1f2-bd309cb221be/model-vers/model-ver/cda751ce-537f-4ae5-b9d3-028947437d7c?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/6ca2a0ab-4941-4f32-a1f2-bd309cb221be/model-vers/model-ver/cda751ce-537f-4ae5-b9d3-028947437d7c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220325-04:05:39:494-29820], vertex-id=[241680], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:05:39 GMT], Content-Type=[application/json]} 2022-03-25T04:05:39.523Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ca2a0ab-4941-4f32-a1f2-bd309cb221be/model-vers/model-ver/cda751ce-537f-4ae5-b9d3-028947437d7c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T04:05:39.523Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ca2a0ab-4941-4f32-a1f2-bd309cb221be/model-vers/model-ver/cda751ce-537f-4ae5-b9d3-028947437d7c?depth=0|INFO|500||InvokeReturn 2022-03-25T04:05:39.524Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T04:05:39.524Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:05:39.531Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T04:05:39.532Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 267be79c-8b99-4dc2-8293-f33fab0a3f68 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T04:05:39.532Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T04:05:39.532Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:39.535Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:39.535Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181139532, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:05:39.635Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:39.636Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:05:39.636Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:39.656Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:39.656Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T04:05:40.549Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:05:40.550Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:05:40.550Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:44.882Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:44.884Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T04:05:44.884Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ef309f72-ae3d-4ae8-84f7-8405239b1b6c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"c716c0b0-e20a-4ffa-860b-6e8b05f22971","serviceDescription":"service","serviceInvariantUUID":"cb497a9f-bc3d-4131-bb50-87c82726fa76","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dae42573-057f-4aeb-9f07-e57eb6a536c2","resourceInvariantUUID":"89bf63ea-aa7d-4fb9-af13-fc2ca14d5eda","resourceCustomizationUUID":"a43cbd52-a1d1-4c37-bafd-148d8fc32014","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":"YzA5MjZjMjNlNWRhNzZkYTJkYjUwMjE2ZjRhYmVkYjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c9ea5aa1-6264-49fd-8e91-02c55b5279cc","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":"ZWI1YzcxZjFmNzc4YWVjNWJjNTQ3MWRhMWZkNjc1Njk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b9e9a27e-6ab6-4c25-a10d-4f6a1956a7c2","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":"2146d60f-de8f-42a4-bf31-9f2282e0614f","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":"32e13545-87a8-4ebc-ad68-d6286af2b655","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":"109d788a-ba6b-46e2-be27-39031f81fe3d","artifactVersion":"2","generatedFromUUID":"2146d60f-de8f-42a4-bf31-9f2282e0614f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDQwOTM1MThmYjEzNDU2YzI5MTUzY2VlMjZlZDlmYWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"39f30e1b-1f0b-4009-a3c7-a31c0f89e88e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGMzZjcyNTRjM2E5MWZiMzExMDczYWY3Yzg0OWI1NzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0fc63ff-be95-4457-b513-e913584082a3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T04:05:44.886Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:05:44.887Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:44.889Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:44.889Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:05:44.989Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:44.990Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:05:44.990Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:45.007Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:45.007Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:05:45.889Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:05:45.891Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:45.893Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:45.893Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:05:45.993Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:45.994Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:05:45.994Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:46.007Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:46.007Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:05:46.893Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:05:46.894Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:46.896Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:46.897Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:05:46.997Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:46.998Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:05:46.998Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:47.011Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:47.012Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:05:47.897Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:05:47.898Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:47.900Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:47.900Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:05:48.000Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:48.001Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:05:48.001Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:48.029Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:48.029Z||pool-70-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:05:48.901Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:05:48.902Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:48.904Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:48.904Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T04:05:49.004Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:49.006Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:05:49.006Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:49.018Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:49.019Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:05:49.905Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:05:49.906Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:49.908Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:49.908Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:05:50.008Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:50.010Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:05:50.010Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:50.022Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:50.023Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:05:50.909Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:05:50.910Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:50.912Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:50.912Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:05:51.012Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:51.013Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:05:51.013Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:51.025Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:51.026Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:05:51.913Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "c716c0b0-e20a-4ffa-860b-6e8b05f22971", "serviceDescription": "service", "serviceInvariantUUID": "cb497a9f-bc3d-4131-bb50-87c82726fa76", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "a43cbd52-a1d1-4c37-bafd-148d8fc32014", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dae42573-057f-4aeb-9f07-e57eb6a536c2", "resourceInvariantUUID": "89bf63ea-aa7d-4fb9-af13-fc2ca14d5eda", "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": "ZWI1YzcxZjFmNzc4YWVjNWJjNTQ3MWRhMWZkNjc1Njk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b9e9a27e-6ab6-4c25-a10d-4f6a1956a7c2", "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": "2146d60f-de8f-42a4-bf31-9f2282e0614f", "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": "109d788a-ba6b-46e2-be27-39031f81fe3d", "generatedFromUUID": "2146d60f-de8f-42a4-bf31-9f2282e0614f" }, "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": "109d788a-ba6b-46e2-be27-39031f81fe3d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MGMzZjcyNTRjM2E5MWZiMzExMDczYWY3Yzg0OWI1NzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0fc63ff-be95-4457-b513-e913584082a3" } ], "workloadContext": "Production" } 2022-03-25T04:05:51.913Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T04:05:51.914Z|267be79c-8b99-4dc2-8293-f33fab0a3f68|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c716c0b0-e20a-4ffa-860b-6e8b05f22971 ASDC 2022-03-25T04:05:51.915Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:ef309f72-ae3d-4ae8-84f7-8405239b1b6c ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:c716c0b0-e20a-4ffa-860b-6e8b05f22971 ServiceInvariantUUID:cb497a9f-bc3d-4131-bb50-87c82726fa76 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:b0fc63ff-be95-4457-b513-e913584082a3 ArtifactChecksum:MGMzZjcyNTRjM2E5MWZiMzExMDczYWY3Yzg0OWI1NzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:a43cbd52-a1d1-4c37-bafd-148d8fc32014 ResourceInvariantUUID:89bf63ea-aa7d-4fb9-af13-fc2ca14d5eda ResourceName:basic_vm ResourceType:VF ResourceUUID:dae42573-057f-4aeb-9f07-e57eb6a536c2 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:b9e9a27e-6ab6-4c25-a10d-4f6a1956a7c2 ArtifactChecksum:ZWI1YzcxZjFmNzc4YWVjNWJjNTQ3MWRhMWZkNjc1Njk= 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:2146d60f-de8f-42a4-bf31-9f2282e0614f 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:109d788a-ba6b-46e2-be27-39031f81fe3d 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:109d788a-ba6b-46e2-be27-39031f81fe3d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T04:05:51.915Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c716c0b0-e20a-4ffa-860b-6e8b05f22971 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T04:05:51.949Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:05:51.950Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:05:51.950Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:05:51.950Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b0fc63ff-be95-4457-b513-e913584082a3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-25T04:05:51.950Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:05:51.951Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-25T04:05:52.263Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:05:52.267Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b0fc63ff-be95-4457-b513-e913584082a3 71050 2022-03-25T04:05:52.267Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-25T04:05:52.268Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-25T04:05:52.268Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:05:52.268Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:52.271Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:52.271Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181152267, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:05:52.372Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:05:52.373Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:05:52.373Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:52.384Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:52.384Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:05:53.272Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:05:53.274Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:05:53.274Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b0fc63ff-be95-4457-b513-e913584082a3, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:05:53.274Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-25T04:05:53.275Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:05:53.275Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:05:53.483Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7503302537567390293/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-25T04:05:54.727Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T04:05:54.728Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-25T04:05:54.728Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:05:54.728Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-25T04:05:54.728Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:05:54.728Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:05:54.728Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:05:54.729Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:05:54.729Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:05:54.729Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:05:54.729Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:05:54.729Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:05:54.729Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T04:05:54.729Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-25T04:05:54.730Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:54.730Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:54.730Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:05:54.730Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-25T04:05:54.731Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:05:54.731Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:54.731Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:54.732Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:05:54.732Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-25T04:05:54.732Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:05:54.732Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:54.732Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:54.733Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:54.733Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-25T04:05:54.733Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-25T04:05:54.733Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-25T04:05:54.733Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-25T04:05:54.734Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T04:05:54.734Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T04:05:54.734Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:54.734Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:05:54.734Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:54.735Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:05:54.735Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:05:54.735Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:54.735Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:05:54.736Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:05:54.736Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:54.736Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:05:54.736Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:05:54.736Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:54.737Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-25T04:05:54.737Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-25T04:05:54.737Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T04:05:54.737Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d8128b7d-c799-4579-9deb-9fc70d572da1 2022-03-25T04:05:54.737Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:54.738Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:54.738Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:54.738Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:54.738Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:54.738Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:54.738Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:54.739Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:54.739Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:c716c0b0-e20a-4ffa-860b-6e8b05f22971 Model Version:NULL Model InvariantUuid:cb497a9f-bc3d-4131-bb50-87c82726fa76 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:39c099f1-4fb6-4e64-809b-6571701a1538 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:89bf63ea-aa7d-4fb9-af13-fc2ca14d5eda Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a43cbd52-a1d1-4c37-bafd-148d8fc32014 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d6389f84-bc5d-4692-8e44-3bc88f003336 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:89d42125-ee2a-44cb-b027-367582617a05 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d8128b7d-c799-4579-9deb-9fc70d572da1 ModelInvariantUuid:626d9526-bcf3-46f3-a538-2fdd033d76d4 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:3c246aa6-d5f5-4bcc-8fa8-8bffdb2cb22c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a54f4cf6-b7a2-4d80-816b-614d8c528de3 ModelInvariantUuid:38b8f352-b8f0-48d7-8a1f-ecadaee790d8 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:1991ceb5-3454-4820-aa7f-809119b8a81b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T04:05:54.747Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: dae42573-057f-4aeb-9f07-e57eb6a536c2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:05:54.751Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||basic_vm 0 2022-03-25T04:05:54.752Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dae42573-057f-4aeb-9f07-e57eb6a536c2 2022-03-25T04:05:54.752Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b9e9a27e-6ab6-4c25-a10d-4f6a1956a7c2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-25T04:05:54.752Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:05:54.752Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-25T04:05:54.794Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:05:54.797Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b9e9a27e-6ab6-4c25-a10d-4f6a1956a7c2 787 2022-03-25T04:05:54.797Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-25T04:05:54.797Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-25T04:05:54.797Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:05:54.798Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:54.800Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:54.800Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181154797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:05:54.900Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:54.901Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:05:54.901Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:54.913Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:54.913Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:05:55.801Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d6389f84-bc5d-4692-8e44-3bc88f003336", "vfModuleModelVersion": "1", "vfModuleModelUUID": "89d42125-ee2a-44cb-b027-367582617a05", "vfModuleModelCustomizationUUID": "3dbc49e9-d42f-4525-ab2a-33ec4cc5a26f", "isBase": true, "artifacts": [ "2146d60f-de8f-42a4-bf31-9f2282e0614f", "109d788a-ba6b-46e2-be27-39031f81fe3d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T04:05:55.806Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:89d42125-ee2a-44cb-b027-367582617a05 VfModuleModelInvariantUUID:d6389f84-bc5d-4692-8e44-3bc88f003336 VfModuleModelDescription:NULL Artifacts UUID List:{ 2146d60f-de8f-42a4-bf31-9f2282e0614f , 109d788a-ba6b-46e2-be27-39031f81fe3d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T04:05:55.808Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d6389f84-bc5d-4692-8e44-3bc88f003336", "vfModuleModelVersion": "1", "vfModuleModelUUID": "89d42125-ee2a-44cb-b027-367582617a05", "vfModuleModelCustomizationUUID": "3dbc49e9-d42f-4525-ab2a-33ec4cc5a26f", "isBase": true, "artifacts": [ "2146d60f-de8f-42a4-bf31-9f2282e0614f", "109d788a-ba6b-46e2-be27-39031f81fe3d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T04:05:55.808Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:89d42125-ee2a-44cb-b027-367582617a05 VfModuleModelInvariantUUID:d6389f84-bc5d-4692-8e44-3bc88f003336 VfModuleModelDescription:NULL Artifacts UUID List:{ 2146d60f-de8f-42a4-bf31-9f2282e0614f , 109d788a-ba6b-46e2-be27-39031f81fe3d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T04:05:55.808Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2146d60f-de8f-42a4-bf31-9f2282e0614f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-25T04:05:55.808Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:05:55.808Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-25T04:05:55.927Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:05:55.928Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2146d60f-de8f-42a4-bf31-9f2282e0614f 5033 2022-03-25T04:05:55.928Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-25T04:05:55.928Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-25T04:05:55.928Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:05:55.929Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:55.931Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:55.931Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181155928, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:05:56.031Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:56.032Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:05:56.032Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:56.043Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:56.043Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:05:56.499Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:05:56.500Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:05:56.501Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:56.524Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:56.525Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:05:56.525Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:05:56.526Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:05:56.932Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 109d788a-ba6b-46e2-be27-39031f81fe3d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-25T04:05:56.933Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:05:56.933Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-25T04:05:56.982Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:05:56.982Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 109d788a-ba6b-46e2-be27-39031f81fe3d 903 2022-03-25T04:05:56.983Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-25T04:05:56.983Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-25T04:05:56.983Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:05:56.983Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:56.985Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:56.985Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181156983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:05:57.085Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:57.086Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:05:57.086Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:57.109Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:57.109Z||pool-77-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:05:57.985Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c716c0b0-e20a-4ffa-860b-6e8b05f22971 2022-03-25T04:05:57.986Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 dae42573-057f-4aeb-9f07-e57eb6a536c2 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:05:58.003Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61e18ea2, org.onap.sdc.toscaparser.api.parameters.Input@295641ae, org.onap.sdc.toscaparser.api.parameters.Input@73fe33dd, org.onap.sdc.toscaparser.api.parameters.Input@36aadcf4, org.onap.sdc.toscaparser.api.parameters.Input@5bd3c01d] 2022-03-25T04:05:58.004Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:58.004Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:58.005Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-25T04:05:58.005Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a43cbd52-a1d1-4c37-bafd-148d8fc32014 2022-03-25T04:05:58.005Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a43cbd52-a1d1-4c37-bafd-148d8fc32014 matches Tosca VF Customization UUID: a43cbd52-a1d1-4c37-bafd-148d8fc32014 2022-03-25T04:05:58.005Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a43cbd52-a1d1-4c37-bafd-148d8fc32014 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-25T04:05:58.008Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:58.008Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:58.009Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a43cbd52-a1d1-4c37-bafd-148d8fc32014: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-03-25T04:05:58.009Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@22dc2b3a 2022-03-25T04:05:58.009Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:58.009Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:05:58.009Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3dbc49e9-d42f-4525-ab2a-33ec4cc5a26f 2022-03-25T04:05:58.010Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3dbc49e9-d42f-4525-ab2a-33ec4cc5a26f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-25T04:05:58.012Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:58.012Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:05:58.012Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:05:58.013Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:58.013Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:05:58.013Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:05:58.013Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:58.013Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-25T04:05:58.013Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-25T04:05:58.014Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T04:05:58.014Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d8128b7d-c799-4579-9deb-9fc70d572da1 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T04:05:58.016Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:58.016Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:05:58.016Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:05:58.016Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:58.017Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T04:05:58.017Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a43cbd52-a1d1-4c37-bafd-148d8fc32014 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:05:58.018Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:58.018Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:58.019Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c716c0b0-e20a-4ffa-860b-6e8b05f22971: basic_vm 2022-03-25T04:05:58.019Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:58.019Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:58.019Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:58.019Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:58.020Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:58.020Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:58.020Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:58.020Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:58.020Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:05:58.020Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:05:58.021Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:05:58.086Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm dae42573-057f-4aeb-9f07-e57eb6a536c2 1 ASDC deployResourceStructure 2022-03-25T04:05:58.086Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-25T04:05:58.086Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-25T04:05:58.087Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:05:58.087Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:58.089Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:58.089Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181158086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:05:58.189Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:58.190Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:05:58.191Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:58.203Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:58.203Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:05:59.093Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-25T04:05:59.093Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-25T04:05:59.093Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:05:59.094Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:05:59.096Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:05:59.096Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181159093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:05:59.196Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:05:59.198Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:05:59.198Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:05:59.210Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:05:59.211Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:00.097Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-25T04:06:00.097Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-25T04:06:00.098Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:06:00.098Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:00.100Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:00.100Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181160097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-25T04:06:00.200Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:00.201Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:00.201Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:00.214Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:00.214Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:01.101Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-25T04:06:01.102Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-25T04:06:01.102Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:06:01.102Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:01.104Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:01.104Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181161101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:06:01.205Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:06:01.206Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:01.206Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:01.219Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:01.220Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:02.105Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef309f72-ae3d-4ae8-84f7-8405239b1b6c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:06:02.117Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef309f72-ae3d-4ae8-84f7-8405239b1b6c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:06:02.119Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:06:02.119Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T04:06:02.120Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T04:06:02.120Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T04:06:02.120Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:06:02.120Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:06:02.120Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:06:02.120Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:06:02.120Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:06:02.120Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:06:02.120Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:06:02.125Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T04:06:32.125Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef309f72-ae3d-4ae8-84f7-8405239b1b6c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T04:06:32.132Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef309f72-ae3d-4ae8-84f7-8405239b1b6c and serviceModelVersionId: c716c0b0-e20a-4ffa-860b-6e8b05f22971 2022-03-25T04:06:32.132Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cb497a9f-bc3d-4131-bb50-87c82726fa76 2022-03-25T04:06:32.133Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cb497a9f-bc3d-4131-bb50-87c82726fa76/model-vers/model-ver/c716c0b0-e20a-4ffa-860b-6e8b05f22971?depth=0 2022-03-25T04:06:32.138Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T04:06:32.184Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb497a9f-bc3d-4131-bb50-87c82726fa76/model-vers/model-ver/c716c0b0-e20a-4ffa-860b-6e8b05f22971?depth=0|INFO|500||Invoke 2022-03-25T04:06:32.185Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb497a9f-bc3d-4131-bb50-87c82726fa76/model-vers/model-ver/c716c0b0-e20a-4ffa-860b-6e8b05f22971?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb497a9f-bc3d-4131-bb50-87c82726fa76/model-vers/model-ver/c716c0b0-e20a-4ffa-860b-6e8b05f22971?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef309f72-ae3d-4ae8-84f7-8405239b1b6c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b4274bd7-66d1-4739-a522-dc62f7244d84], X-ECOMP-RequestID=[ef309f72-ae3d-4ae8-84f7-8405239b1b6c], X-TransactionId=[], X-ONAP-RequestID=[ef309f72-ae3d-4ae8-84f7-8405239b1b6c], Content-Type=[application/merge-patch+json]} 2022-03-25T04:06:32.204Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb497a9f-bc3d-4131-bb50-87c82726fa76/model-vers/model-ver/c716c0b0-e20a-4ffa-860b-6e8b05f22971?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T04:06:32.458Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb497a9f-bc3d-4131-bb50-87c82726fa76/model-vers/model-ver/c716c0b0-e20a-4ffa-860b-6e8b05f22971?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/cb497a9f-bc3d-4131-bb50-87c82726fa76/model-vers/model-ver/c716c0b0-e20a-4ffa-860b-6e8b05f22971?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220325-04:06:32:908-27834], vertex-id=[233704], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:06:32 GMT], Content-Type=[application/json]} 2022-03-25T04:06:32.459Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb497a9f-bc3d-4131-bb50-87c82726fa76/model-vers/model-ver/c716c0b0-e20a-4ffa-860b-6e8b05f22971?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T04:06:32.460Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cb497a9f-bc3d-4131-bb50-87c82726fa76/model-vers/model-ver/c716c0b0-e20a-4ffa-860b-6e8b05f22971?depth=0|INFO|500||InvokeReturn 2022-03-25T04:06:32.462Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T04:06:32.462Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:06:32.468Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T04:06:32.469Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef309f72-ae3d-4ae8-84f7-8405239b1b6c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T04:06:32.469Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T04:06:32.470Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:32.472Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:32.472Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181192469, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:06:32.572Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:32.573Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:32.573Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:32.588Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:32.588Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T04:06:33.485Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T04:06:33.485Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"be5c005e-d13a-4a99-bada-a7079154ae83","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"663c187c-7458-4fb8-b935-573cb708a618","serviceDescription":"service","serviceInvariantUUID":"119cda30-feaa-4b5c-b66d-e07576c8b2ae","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"12850e77-11fd-4c87-974f-68856899417e","resourceInvariantUUID":"e87c28fa-f5c7-4bf6-847f-ec4d30a18602","resourceCustomizationUUID":"39d268dc-7a82-4eaf-af33-e884b3336735","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8c92bc61-619b-406b-9a46-7ff4f0f8996d","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"Y2IxZjQzMGE4NDE4YzEzZmU0MGQwN2YxZjJkNzI2Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ba4c4062-4f83-4ea6-b64d-71f566d83be5","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"NTAzZDYwZDEwYmU4NjJlZDAwM2ZkZmJhZWQxMzA3ZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de22a3dc-fa25-467d-bf69-45d5e1399f61","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"af7a9aed-faaf-428b-922b-204a1ee665c6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"519a5c6a-bbd7-4f2f-9558-c462fffdd4d1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8ef692ea-d6c7-48bd-b6a4-433146096406","artifactVersion":"2","generatedFromUUID":"af7a9aed-faaf-428b-922b-204a1ee665c6"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZjFmN2EwOWMxMWY2YjdmMThiMzI0Y2RlYTdjOTkwMzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"73c02353-f724-45ad-a52a-f934c7138e66","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NzFlNjEzNjdiZWVkZTQxMDE1ZDdhYTAwNDA5NzM3NTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74a7d744-d024-4e7e-9f60-0769164803d7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T04:06:33.486Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:33.486Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:33.488Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:33.488Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:33.589Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:33.590Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:33.590Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:33.604Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:33.604Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:34.489Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:34.492Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:34.495Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:34.495Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:34.595Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:34.596Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:34.596Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:34.606Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:34.607Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:35.495Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:35.496Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:35.499Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:35.499Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:06:35.599Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:35.600Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:35.600Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:35.610Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:35.610Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:36.499Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:36.500Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:36.502Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:36.502Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T04:06:36.603Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:36.604Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:36.605Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:36.616Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:36.616Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:37.504Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:37.504Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:37.507Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:37.507Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:37.607Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:37.609Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:37.609Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:37.621Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:37.622Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:38.508Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:38.510Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:38.514Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:38.514Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T04:06:38.614Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:38.616Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:38.616Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:38.629Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:38.630Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:39.514Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:39.515Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:39.517Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:39.517Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:39.618Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:06:39.619Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:39.619Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:39.632Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:39.632Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:40.518Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:06:40.519Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:40.522Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:40.522Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:40.621Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:06:40.623Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:40.623Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:40.634Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:40.634Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:41.523Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "663c187c-7458-4fb8-b935-573cb708a618", "serviceDescription": "service", "serviceInvariantUUID": "119cda30-feaa-4b5c-b66d-e07576c8b2ae", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "39d268dc-7a82-4eaf-af33-e884b3336735", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "12850e77-11fd-4c87-974f-68856899417e", "resourceInvariantUUID": "e87c28fa-f5c7-4bf6-847f-ec4d30a18602", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "NTAzZDYwZDEwYmU4NjJlZDAwM2ZkZmJhZWQxMzA3ZjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "de22a3dc-fa25-467d-bf69-45d5e1399f61", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "af7a9aed-faaf-428b-922b-204a1ee665c6", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8ef692ea-d6c7-48bd-b6a4-433146096406", "generatedFromUUID": "af7a9aed-faaf-428b-922b-204a1ee665c6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8ef692ea-d6c7-48bd-b6a4-433146096406", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NzFlNjEzNjdiZWVkZTQxMDE1ZDdhYTAwNDA5NzM3NTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "74a7d744-d024-4e7e-9f60-0769164803d7" } ], "workloadContext": "Production" } 2022-03-25T04:06:41.524Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T04:06:41.524Z|ef309f72-ae3d-4ae8-84f7-8405239b1b6c|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 663c187c-7458-4fb8-b935-573cb708a618 ASDC 2022-03-25T04:06:41.525Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:be5c005e-d13a-4a99-bada-a7079154ae83 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:663c187c-7458-4fb8-b935-573cb708a618 ServiceInvariantUUID:119cda30-feaa-4b5c-b66d-e07576c8b2ae ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:74a7d744-d024-4e7e-9f60-0769164803d7 ArtifactChecksum:NzFlNjEzNjdiZWVkZTQxMDE1ZDdhYTAwNDA5NzM3NTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:39d268dc-7a82-4eaf-af33-e884b3336735 ResourceInvariantUUID:e87c28fa-f5c7-4bf6-847f-ec4d30a18602 ResourceName:basicclamp ResourceType:VF ResourceUUID:12850e77-11fd-4c87-974f-68856899417e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:de22a3dc-fa25-467d-bf69-45d5e1399f61 ArtifactChecksum:NTAzZDYwZDEwYmU4NjJlZDAwM2ZkZmJhZWQxMzA3ZjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:af7a9aed-faaf-428b-922b-204a1ee665c6 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:8ef692ea-d6c7-48bd-b6a4-433146096406 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:8ef692ea-d6c7-48bd-b6a4-433146096406 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T04:06:41.525Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 663c187c-7458-4fb8-b935-573cb708a618 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T04:06:41.557Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:06:41.557Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:06:41.558Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:06:41.558Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 74a7d744-d024-4e7e-9f60-0769164803d7 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-25T04:06:41.558Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:06:41.558Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-25T04:06:42.382Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:06:42.385Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 74a7d744-d024-4e7e-9f60-0769164803d7 73663 2022-03-25T04:06:42.385Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-25T04:06:42.385Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-25T04:06:42.385Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:06:42.386Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:42.388Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:42.388Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181202385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:42.488Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:42.489Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:42.490Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:42.500Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:42.501Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:06:43.389Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:06:43.390Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:06:43.391Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 74a7d744-d024-4e7e-9f60-0769164803d7, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:06:43.391Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-25T04:06:43.391Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:06:43.391Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:06:43.562Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16444102055387312947/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-03-25T04:06:44.632Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T04:06:44.633Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-25T04:06:44.633Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:06:44.633Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-25T04:06:44.633Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar 2022-03-25T04:06:44.633Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:06:44.634Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:06:44.634Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||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-Basicclamp-csar.csar 2022-03-25T04:06:44.634Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:06:44.634Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:06:44.634Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:06:44.635Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:06:44.635Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-25T04:06:44.635Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-25T04:06:44.635Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:44.636Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:44.636Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:06:44.636Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-25T04:06:44.636Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:06:44.637Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:44.637Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:44.637Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:06:44.637Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-25T04:06:44.638Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:06:44.638Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:44.638Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:44.638Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:44.638Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-25T04:06:44.639Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-25T04:06:44.639Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-25T04:06:44.639Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-25T04:06:44.639Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T04:06:44.640Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T04:06:44.640Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:44.640Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:06:44.640Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:44.641Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:06:44.641Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:06:44.641Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:44.641Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:06:44.642Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:06:44.642Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:44.642Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:06:44.642Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:06:44.642Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:44.643Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-25T04:06:44.643Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-25T04:06:44.643Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T04:06:44.643Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9da4863b-8861-4a94-82e2-1141cf5b4c6b 2022-03-25T04:06:44.643Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:44.644Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:44.644Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:44.644Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:44.644Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:44.645Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:44.645Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:44.645Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:44.645Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:663c187c-7458-4fb8-b935-573cb708a618 Model Version:NULL Model InvariantUuid:119cda30-feaa-4b5c-b66d-e07576c8b2ae Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:ef34cfa2-e56a-433f-8d8f-6ab0da706f50 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e87c28fa-f5c7-4bf6-847f-ec4d30a18602 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:39d268dc-7a82-4eaf-af33-e884b3336735 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:da25c6b5-9c2e-4702-b9ef-f1f0e42dbde6 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:f3c806cf-6152-42d5-99bb-4d7e2d7af20d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9da4863b-8861-4a94-82e2-1141cf5b4c6b ModelInvariantUuid:ec253ec2-ba0e-45a9-8ad7-707390f8ec7d ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:c81eac55-b869-44ea-b5ff-12171ab90054 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:764a6cd8-555f-45b8-9b29-315f7a7bf55f ModelInvariantUuid:0727f93d-92dc-47f6-bffe-a8808324c6fb ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:2a1372a7-0c28-45b0-850a-9cc4fef004c8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T04:06:44.650Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 12850e77-11fd-4c87-974f-68856899417e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:06:44.652Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||basicclamp 0 2022-03-25T04:06:44.653Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 12850e77-11fd-4c87-974f-68856899417e 2022-03-25T04:06:44.653Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: de22a3dc-fa25-467d-bf69-45d5e1399f61 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-25T04:06:44.653Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:06:44.653Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-25T04:06:44.959Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:06:44.959Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json de22a3dc-fa25-467d-bf69-45d5e1399f61 790 2022-03-25T04:06:44.960Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-25T04:06:44.960Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-25T04:06:44.960Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:06:44.960Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:44.963Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:44.963Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181204960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:45.063Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:45.065Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:45.065Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:45.084Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:45.084Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:45.963Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "da25c6b5-9c2e-4702-b9ef-f1f0e42dbde6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f3c806cf-6152-42d5-99bb-4d7e2d7af20d", "vfModuleModelCustomizationUUID": "0a258e14-a9cd-4e7b-8d23-7b6200ec289f", "isBase": true, "artifacts": [ "af7a9aed-faaf-428b-922b-204a1ee665c6", "8ef692ea-d6c7-48bd-b6a4-433146096406" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T04:06:45.968Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f3c806cf-6152-42d5-99bb-4d7e2d7af20d VfModuleModelInvariantUUID:da25c6b5-9c2e-4702-b9ef-f1f0e42dbde6 VfModuleModelDescription:NULL Artifacts UUID List:{ af7a9aed-faaf-428b-922b-204a1ee665c6 , 8ef692ea-d6c7-48bd-b6a4-433146096406 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T04:06:45.969Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "da25c6b5-9c2e-4702-b9ef-f1f0e42dbde6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f3c806cf-6152-42d5-99bb-4d7e2d7af20d", "vfModuleModelCustomizationUUID": "0a258e14-a9cd-4e7b-8d23-7b6200ec289f", "isBase": true, "artifacts": [ "af7a9aed-faaf-428b-922b-204a1ee665c6", "8ef692ea-d6c7-48bd-b6a4-433146096406" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T04:06:45.970Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f3c806cf-6152-42d5-99bb-4d7e2d7af20d VfModuleModelInvariantUUID:da25c6b5-9c2e-4702-b9ef-f1f0e42dbde6 VfModuleModelDescription:NULL Artifacts UUID List:{ af7a9aed-faaf-428b-922b-204a1ee665c6 , 8ef692ea-d6c7-48bd-b6a4-433146096406 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T04:06:45.970Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: af7a9aed-faaf-428b-922b-204a1ee665c6 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-25T04:06:45.970Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:06:45.970Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-25T04:06:46.271Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:06:46.271Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml af7a9aed-faaf-428b-922b-204a1ee665c6 5033 2022-03-25T04:06:46.272Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-25T04:06:46.272Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-25T04:06:46.272Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:06:46.272Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:46.274Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:46.275Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181206272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:46.375Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:46.376Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:46.376Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:46.390Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:46.390Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:47.275Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8ef692ea-d6c7-48bd-b6a4-433146096406 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-25T04:06:47.276Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:06:47.277Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-25T04:06:47.668Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:06:47.669Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 8ef692ea-d6c7-48bd-b6a4-433146096406 909 2022-03-25T04:06:47.669Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-25T04:06:47.669Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-25T04:06:47.670Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:06:47.670Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:47.672Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:47.672Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181207669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:47.773Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:06:47.774Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:47.774Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:47.786Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:47.786Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:48.673Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 663c187c-7458-4fb8-b935-573cb708a618 2022-03-25T04:06:48.674Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 12850e77-11fd-4c87-974f-68856899417e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:06:48.686Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@618429d3, org.onap.sdc.toscaparser.api.parameters.Input@134a02ff, org.onap.sdc.toscaparser.api.parameters.Input@26286281, org.onap.sdc.toscaparser.api.parameters.Input@5684aeed, org.onap.sdc.toscaparser.api.parameters.Input@168ecf5f] 2022-03-25T04:06:48.687Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:48.688Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:48.688Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-25T04:06:48.689Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 39d268dc-7a82-4eaf-af33-e884b3336735 2022-03-25T04:06:48.689Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 39d268dc-7a82-4eaf-af33-e884b3336735 matches Tosca VF Customization UUID: 39d268dc-7a82-4eaf-af33-e884b3336735 2022-03-25T04:06:48.689Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 39d268dc-7a82-4eaf-af33-e884b3336735 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-25T04:06:48.692Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:48.692Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:48.693Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 39d268dc-7a82-4eaf-af33-e884b3336735: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-25T04:06:48.693Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43c905e0 2022-03-25T04:06:48.694Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:48.694Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:06:48.694Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a258e14-a9cd-4e7b-8d23-7b6200ec289f 2022-03-25T04:06:48.695Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a258e14-a9cd-4e7b-8d23-7b6200ec289f Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-25T04:06:48.696Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:48.697Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:06:48.697Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:06:48.698Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:48.698Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:06:48.698Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:06:48.699Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:48.699Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-25T04:06:48.699Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-25T04:06:48.700Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T04:06:48.700Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9da4863b-8861-4a94-82e2-1141cf5b4c6b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T04:06:48.702Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:48.702Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:06:48.703Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:06:48.703Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:48.703Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-25T04:06:48.703Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=39d268dc-7a82-4eaf-af33-e884b3336735 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:06:48.707Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:48.707Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:48.707Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 663c187c-7458-4fb8-b935-573cb708a618: basicclamp 2022-03-25T04:06:48.707Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:48.708Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:48.708Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:48.708Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:48.708Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:48.708Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:48.708Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:48.709Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:48.709Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:06:48.709Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:06:48.709Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:48.782Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 12850e77-11fd-4c87-974f-68856899417e 1 ASDC deployResourceStructure 2022-03-25T04:06:48.782Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-25T04:06:48.782Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-25T04:06:48.783Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:06:48.783Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:48.785Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:48.785Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181208782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:06:48.886Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:06:48.887Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:48.887Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:48.897Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:48.898Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:49.787Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-25T04:06:49.787Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-25T04:06:49.788Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:06:49.788Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:49.791Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:49.791Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181209786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:06:49.893Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-25T04:06:49.894Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:49.895Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:49.907Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:49.907Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:06:50.793Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-25T04:06:50.794Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-25T04:06:50.794Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:06:50.795Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:50.797Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:50.797Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181210793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-25T04:06:50.902Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-25T04:06:50.903Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:50.903Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:50.924Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:50.925Z||pool-97-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:51.798Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-25T04:06:51.799Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-25T04:06:51.799Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:06:51.799Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:06:51.802Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:06:51.802Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181211798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:06:51.902Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:06:51.904Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:06:51.904Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:51.914Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:51.914Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:06:52.803Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be5c005e-d13a-4a99-bada-a7079154ae83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:06:52.811Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be5c005e-d13a-4a99-bada-a7079154ae83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:06:52.819Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:06:52.819Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T04:06:52.819Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T04:06:56.499Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:06:56.500Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:06:56.500Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:06:56.522Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:06:56.546Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.546Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "multicloud-k8s-id", "timestamp": 1648181036522, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.547Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.547Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.547Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "aai-ml", "timestamp": 1648181008708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.547Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.547Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "policy-id", "timestamp": 1648181030898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.548Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "cds", "timestamp": 1648181029132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "aai-ml", "timestamp": 1648181037825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.549Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "policy-id", "timestamp": 1648181030898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "cds", "timestamp": 1648181029132, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181037527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:06:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.551Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "policy-id", "timestamp": 1648181030898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.552Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.552Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.552Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181037527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-25T04:06:56.552Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.552Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.552Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "cds", "timestamp": 1648181039069, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.552Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.552Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.552Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "policy-id", "timestamp": 1648181030898, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.553Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.554Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181037527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-25T04:06:56.554Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.554Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.554Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "cds", "timestamp": 1648181040077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.568Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 2022-03-25T04:06:56.568Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181037527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:06:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181041148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.578Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "policy-id", "timestamp": 1648181040783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.578Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.578Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.578Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.578Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.578Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.579Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.579Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.579Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.579Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.579Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.579Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.580Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181037527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T04:06:56.580Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.580Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.580Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181041148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.580Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.581Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.581Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "policy-id", "timestamp": 1648181041787, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.581Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.581Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.581Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.581Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.581Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.582Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.582Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.582Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.582Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "dcae-sch", "timestamp": 1648181020746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.582Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.582Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.583Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181037527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.583Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.583Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.583Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181041148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.583Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.583Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.584Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "policy-id", "timestamp": 1648181042789, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:06:56.588Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 2022-03-25T04:06:56.588Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.595Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.595Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.595Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.595Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.596Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "ves-openapi-manager", "timestamp": 1648181026793, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.596Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.596Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.596Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181037527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-25T04:06:56.596Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.597Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.597Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181041148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.597Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.597Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.598Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "dcae-sch", "timestamp": 1648181044007, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.598Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.598Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.598Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "cds", "timestamp": 1648181044132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.599Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.599Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.599Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181037527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.599Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.599Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.600Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181041148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.600Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.602Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.602Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "dcae-sch", "timestamp": 1648181044007, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.602Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.602Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.603Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "cds", "timestamp": 1648181044132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.603Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.603Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.603Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181037527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.603Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.604Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.604Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181041148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.604Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.604Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.605Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "dcae-sch", "timestamp": 1648181044007, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.605Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.605Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.605Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "cds", "timestamp": 1648181044132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.606Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.606Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.606Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181041148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.606Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.607Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.607Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181047329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.607Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.607Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.608Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "aai-ml", "timestamp": 1648181047367, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.608Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.608Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.608Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "dcae-sch", "timestamp": 1648181044007, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.609Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.609Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.609Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "ves-openapi-manager", "timestamp": 1648181046793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.609Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.610Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.610Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "cds", "timestamp": 1648181044132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.610Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.610Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.610Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181041148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.611Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.611Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.611Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "aai-ml", "timestamp": 1648181048371, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:06:56.616Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be5c005e-d13a-4a99-bada-a7079154ae83 2022-03-25T04:06:56.616Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5c005e-d13a-4a99-bada-a7079154ae83 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.624Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.624Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "dcae-sch", "timestamp": 1648181044007, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.624Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.624Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.624Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "ves-openapi-manager", "timestamp": 1648181046793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.625Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.625Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.625Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181048833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.625Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.625Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.626Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "cds", "timestamp": 1648181044132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.626Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.626Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.626Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181041148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.626Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.627Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.627Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "dcae-sch", "timestamp": 1648181044007, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.627Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.627Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.627Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "ves-openapi-manager", "timestamp": 1648181046793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.627Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.628Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.628Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.628Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.628Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.628Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "cds", "timestamp": 1648181044132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.629Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.629Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.629Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181050271, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.629Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.629Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.630Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181051142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.630Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.630Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.630Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "dcae-sch", "timestamp": 1648181044007, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.630Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.630Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.631Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "ves-openapi-manager", "timestamp": 1648181046793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.631Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.631Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.631Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.631Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.632Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.632Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "clamp", "timestamp": 1648181050594, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.632Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.632Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.632Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "cds", "timestamp": 1648181044132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.633Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.633Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.633Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181051585, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.633Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.633Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.634Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "dcae-sch", "timestamp": 1648181044007, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.634Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.634Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.634Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "ves-openapi-manager", "timestamp": 1648181046793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.634Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.635Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.635Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.635Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.635Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.635Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "policy-id", "timestamp": 1648181050898, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.636Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.636Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.636Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "clamp", "timestamp": 1648181051598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.636Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.637Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.637Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "cds", "timestamp": 1648181044132, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.637Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.637Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.637Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181052649, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:06:56.643Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 2022-03-25T04:06:56.643Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-25T04:06:56.649Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.649Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "ves-openapi-manager", "timestamp": 1648181046793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.649Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.649Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.649Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181053475, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.650Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.650Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.650Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.650Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.650Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.651Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "policy-id", "timestamp": 1648181050898, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.651Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.651Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.651Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "cds", "timestamp": 1648181053287, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.651Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.651Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.651Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "multicloud-k8s-id", "timestamp": 1648181053651, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.652Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.652Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.652Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "ves-openapi-manager", "timestamp": 1648181046793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.652Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.652Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.653Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181054478, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:06:56.656Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 2022-03-25T04:06:56.656Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.665Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.665Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.665Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.666Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.666Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "policy-id", "timestamp": 1648181050898, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:06:56.666Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.666Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.667Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "ves-openapi-manager", "timestamp": 1648181046793, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.667Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.667Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.667Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.667Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.668Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.668Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "policy-id", "timestamp": 1648181050898, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.668Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.668Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.668Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "multicloud-k8s-id", "timestamp": 1648181054656, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.668Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.669Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.669Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "cds", "timestamp": 1648181055584, "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-03-25T04:06:56.679Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f8870337-1ab7-4f54-b687-8365853e251f 2022-03-25T04:06:56.679Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8870337-1ab7-4f54-b687-8365853e251f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.686Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.686Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.686Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.687Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.687Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "policy-id", "timestamp": 1648181050898, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.687Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.687Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.687Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "clamp", "timestamp": 1648181055676, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.688Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.688Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.688Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "multicloud-k8s-id", "timestamp": 1648181054656, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:06:56.689Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.689Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.689Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.690Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.690Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.690Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "policy-id", "timestamp": 1648181050898, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.690Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.690Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.691Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "clamp", "timestamp": 1648181056680, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.691Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.691Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.691Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "multicloud-k8s-id", "timestamp": 1648181054656, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:06:56.691Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.691Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.692Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.692Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.692Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.692Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "policy-id", "timestamp": 1648181050898, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.693Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.693Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.693Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "clamp", "timestamp": 1648181057685, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:06:56.698Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of be5c005e-d13a-4a99-bada-a7079154ae83 2022-03-25T04:06:56.698Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be5c005e-d13a-4a99-bada-a7079154ae83 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.706Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.706Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "multicloud-k8s-id", "timestamp": 1648181054656, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.706Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.707Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.707Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "policy-id", "timestamp": 1648181050898, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.707Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.707Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.707Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.708Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.708Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.708Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "aai-ml", "timestamp": 1648181059302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.708Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.708Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.709Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "multicloud-k8s-id", "timestamp": 1648181054656, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T04:06:56.709Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.709Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.709Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.709Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.709Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.710Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "policy-id", "timestamp": 1648181059795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.710Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.710Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.710Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "multicloud-k8s-id", "timestamp": 1648181054656, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.710Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.710Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.710Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.711Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.711Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.711Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "policy-id", "timestamp": 1648181060800, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.711Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.711Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.711Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "multicloud-k8s-id", "timestamp": 1648181054656, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.712Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.712Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.712Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:06:56.712Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.712Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.712Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "policy-id", "timestamp": 1648181061803, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:06:56.717Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8870337-1ab7-4f54-b687-8365853e251f 2022-03-25T04:06:56.717Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8870337-1ab7-4f54-b687-8365853e251f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.724Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.724Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "multicloud-k8s-id", "timestamp": 1648181054656, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.725Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.725Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.725Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.726Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.726Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.726Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "dcae-sch", "timestamp": 1648181060746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.726Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.726Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.727Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "cds", "timestamp": 1648181059132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.727Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.727Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.727Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "multicloud-k8s-id", "timestamp": 1648181063666, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.728Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.728Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.728Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.728Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.728Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.729Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "cds", "timestamp": 1648181059132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.729Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.729Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.729Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "dcae-sch", "timestamp": 1648181060746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.730Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.730Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.730Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "multicloud-k8s-id", "timestamp": 1648181064720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.730Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.731Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.731Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.731Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.731Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.732Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "cds", "timestamp": 1648181059132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.732Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.732Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.732Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "dcae-sch", "timestamp": 1648181060746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.733Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.733Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.733Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "multicloud-k8s-id", "timestamp": 1648181065771, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.733Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.734Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.734Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "aai-ml", "timestamp": 1648181066175, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.734Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.734Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.735Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.735Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.735Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.735Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "cds", "timestamp": 1648181059132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.735Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.736Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.736Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "dcae-sch", "timestamp": 1648181060746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.736Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.736Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.737Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "multicloud-k8s-id", "timestamp": 1648181066796, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:06:56.743Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f8870337-1ab7-4f54-b687-8365853e251f 2022-03-25T04:06:56.744Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8870337-1ab7-4f54-b687-8365853e251f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-25T04:06:56.750Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.750Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "aai-ml", "timestamp": 1648181067179, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:06:56.754Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 2022-03-25T04:06:56.754Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.761Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.761Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "clamp", "timestamp": 1648181035404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.762Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.762Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.762Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "cds", "timestamp": 1648181059132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.763Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "dcae-sch", "timestamp": 1648181060746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.764Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "ves-openapi-manager", "timestamp": 1648181066793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.765Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "multicloud-k8s-id", "timestamp": 1648181067799, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.766Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "cds", "timestamp": 1648181059132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.767Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "dcae-sch", "timestamp": 1648181060746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.768Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "ves-openapi-manager", "timestamp": 1648181066793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.769Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.770Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.770Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "cds", "timestamp": 1648181059132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.770Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.770Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.771Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "dcae-sch", "timestamp": 1648181060746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.771Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.771Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.771Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "ves-openapi-manager", "timestamp": 1648181066793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.772Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.772Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.772Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "multicloud-k8s-id", "timestamp": 1648181069133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.772Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.773Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.773Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.773Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.773Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.774Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "cds", "timestamp": 1648181059132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.774Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.774Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.774Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "dcae-sch", "timestamp": 1648181060746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.775Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.775Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.775Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "ves-openapi-manager", "timestamp": 1648181066793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.776Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.776Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.776Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "multicloud-k8s-id", "timestamp": 1648181069133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.776Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.777Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.777Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.777Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.778Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.778Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.778Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.778Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.779Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "cds", "timestamp": 1648181059132, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.779Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.779Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.779Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "dcae-sch", "timestamp": 1648181060746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.780Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.780Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.780Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "ves-openapi-manager", "timestamp": 1648181066793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.781Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.781Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.781Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "multicloud-k8s-id", "timestamp": 1648181069133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.782Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.782Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.782Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "policy-id", "timestamp": 1648181070898, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.782Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.783Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.783Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.783Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.783Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.784Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.784Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.784Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.785Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "ves-openapi-manager", "timestamp": 1648181066793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.785Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.785Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.785Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "multicloud-k8s-id", "timestamp": 1648181069133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.786Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.786Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.786Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "policy-id", "timestamp": 1648181070898, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.786Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.787Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.787Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "cds", "timestamp": 1648181072732, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.787Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.787Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.788Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.788Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.788Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.788Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.789Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.789Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.789Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "ves-openapi-manager", "timestamp": 1648181066793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-25T04:06:56.789Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.790Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.790Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "multicloud-k8s-id", "timestamp": 1648181069133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.790Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.790Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.791Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "policy-id", "timestamp": 1648181070898, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.791Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.791Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.791Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.792Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.792Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.792Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "cds", "timestamp": 1648181073960, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.804Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5dfbc060-9e64-4953-9d1a-72aea5848f20 2022-03-25T04:06:56.805Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dfbc060-9e64-4953-9d1a-72aea5848f20 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.813Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.814Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.814Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.814Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "ves-openapi-manager", "timestamp": 1648181066793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.815Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.815Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.816Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "multicloud-k8s-id", "timestamp": 1648181069133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.816Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.816Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.817Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "policy-id", "timestamp": 1648181070898, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.817Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.817Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.818Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "aai-ml", "timestamp": 1648181049374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.818Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.818Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.818Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.819Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.819Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.819Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "ves-openapi-manager", "timestamp": 1648181066793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.820Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.820Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.820Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "multicloud-k8s-id", "timestamp": 1648181069133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.821Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.821Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.821Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "policy-id", "timestamp": 1648181070898, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.821Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.822Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.822Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "clamp", "timestamp": 1648181075599, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.822Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.823Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.823Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.823Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.824Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.824Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "aai-ml", "timestamp": 1648181076478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.824Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.825Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.825Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "multicloud-k8s-id", "timestamp": 1648181069133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.825Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.825Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.825Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "ves-openapi-manager", "timestamp": 1648181076540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.825Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.825Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.825Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "policy-id", "timestamp": 1648181070898, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.825Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.826Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.826Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.826Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.826Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.826Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "multicloud-k8s-id", "timestamp": 1648181069133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.826Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.827Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.827Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "ves-openapi-manager", "timestamp": 1648181077574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.827Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.827Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.827Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "policy-id", "timestamp": 1648181070898, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.827Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.827Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.828Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "clamp", "timestamp": 1648181077608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.828Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.828Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.828Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.828Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.828Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.828Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "ves-openapi-manager", "timestamp": 1648181078578, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:06:56.832Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5dfbc060-9e64-4953-9d1a-72aea5848f20 2022-03-25T04:06:56.832Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dfbc060-9e64-4953-9d1a-72aea5848f20 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "policy-id", "timestamp": 1648181070898, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.839Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "clamp", "timestamp": 1648181078612, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:06:56.842Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 2022-03-25T04:06:56.842Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.849Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.849Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181080247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.849Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.849Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.849Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "policy-id", "timestamp": 1648181070898, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.849Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.849Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.849Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.849Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.850Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.850Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "policy-id", "timestamp": 1648181080824, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.850Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.850Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.850Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:06:56.850Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.850Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.850Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181082722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.850Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.850Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.850Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "policy-id", "timestamp": 1648181081828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.850Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.851Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.851Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.851Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.851Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.851Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181083729, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:06:56.856Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f8870337-1ab7-4f54-b687-8365853e251f 2022-03-25T04:06:56.857Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8870337-1ab7-4f54-b687-8365853e251f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.866Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.866Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "policy-id", "timestamp": 1648181082831, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:06:56.869Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5dfbc060-9e64-4953-9d1a-72aea5848f20 2022-03-25T04:06:56.870Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dfbc060-9e64-4953-9d1a-72aea5848f20 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.877Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.877Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.878Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.878Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.878Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.878Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.878Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.878Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.878Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.878Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.878Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.878Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.878Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.878Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.879Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.879Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.879Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.879Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.879Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.879Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.879Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.879Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.879Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.879Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.880Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.880Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "aai-ml", "timestamp": 1648181087524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.880Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.880Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.880Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.880Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.880Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.880Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.880Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.880Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.880Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "aai-ml", "timestamp": 1648181088527, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:06:56.889Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f8870337-1ab7-4f54-b687-8365853e251f 2022-03-25T04:06:56.889Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8870337-1ab7-4f54-b687-8365853e251f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:06:56.901Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.901Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.901Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.901Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.901Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "aai-ml", "timestamp": 1648181089530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.901Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.901Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "aai-ml", "timestamp": 1648181089530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "aai-ml", "timestamp": 1648181089530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181071148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.902Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.903Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "aai-ml", "timestamp": 1648181089530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.903Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.903Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.903Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181094138, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:06:56.903Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.903Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.903Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "aai-ml", "timestamp": 1648181089530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.903Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.903Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.903Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "aai-ml", "timestamp": 1648181089530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.903Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:06:56.903Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.904Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181096111, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:06:56.904Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:06:56.904Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:06:56.904Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "aai-ml", "timestamp": 1648181089530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:06:56.904Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:22.820Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be5c005e-d13a-4a99-bada-a7079154ae83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:07:22.830Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be5c005e-d13a-4a99-bada-a7079154ae83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:07:22.832Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:07:22.833Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T04:07:22.833Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T04:07:22.833Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T04:07:22.833Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:07:22.833Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:07:22.834Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:07:22.834Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:07:22.834Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:07:22.834Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:07:22.834Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:07:22.834Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:07:22.838Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T04:07:52.839Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be5c005e-d13a-4a99-bada-a7079154ae83 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T04:07:52.846Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be5c005e-d13a-4a99-bada-a7079154ae83 and serviceModelVersionId: 663c187c-7458-4fb8-b935-573cb708a618 2022-03-25T04:07:52.847Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 119cda30-feaa-4b5c-b66d-e07576c8b2ae 2022-03-25T04:07:52.848Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/119cda30-feaa-4b5c-b66d-e07576c8b2ae/model-vers/model-ver/663c187c-7458-4fb8-b935-573cb708a618?depth=0 2022-03-25T04:07:52.855Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T04:07:52.906Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/119cda30-feaa-4b5c-b66d-e07576c8b2ae/model-vers/model-ver/663c187c-7458-4fb8-b935-573cb708a618?depth=0|INFO|500||Invoke 2022-03-25T04:07:52.907Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/119cda30-feaa-4b5c-b66d-e07576c8b2ae/model-vers/model-ver/663c187c-7458-4fb8-b935-573cb708a618?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/119cda30-feaa-4b5c-b66d-e07576c8b2ae/model-vers/model-ver/663c187c-7458-4fb8-b935-573cb708a618?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be5c005e-d13a-4a99-bada-a7079154ae83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7978e2b7-ff6b-4ddf-8d19-d7c849d50dc9], X-ECOMP-RequestID=[be5c005e-d13a-4a99-bada-a7079154ae83], X-TransactionId=[], X-ONAP-RequestID=[be5c005e-d13a-4a99-bada-a7079154ae83], Content-Type=[application/merge-patch+json]} 2022-03-25T04:07:52.936Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/119cda30-feaa-4b5c-b66d-e07576c8b2ae/model-vers/model-ver/663c187c-7458-4fb8-b935-573cb708a618?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T04:07:53.129Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/119cda30-feaa-4b5c-b66d-e07576c8b2ae/model-vers/model-ver/663c187c-7458-4fb8-b935-573cb708a618?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/119cda30-feaa-4b5c-b66d-e07576c8b2ae/model-vers/model-ver/663c187c-7458-4fb8-b935-573cb708a618?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220325-04:07:53:646-20606], vertex-id=[422000], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:07:53 GMT], Content-Type=[application/json]} 2022-03-25T04:07:53.130Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/119cda30-feaa-4b5c-b66d-e07576c8b2ae/model-vers/model-ver/663c187c-7458-4fb8-b935-573cb708a618?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T04:07:53.130Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/119cda30-feaa-4b5c-b66d-e07576c8b2ae/model-vers/model-ver/663c187c-7458-4fb8-b935-573cb708a618?depth=0|INFO|500||InvokeReturn 2022-03-25T04:07:53.130Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T04:07:53.131Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:07:53.137Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T04:07:53.137Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be5c005e-d13a-4a99-bada-a7079154ae83 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T04:07:53.138Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T04:07:53.138Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:07:53.140Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:07:53.140Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181273137, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:07:53.240Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:07:53.242Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:07:53.242Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:07:53.264Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:07:53.265Z||pool-99-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T04:07:54.153Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T04:07:54.153Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7404bf56-d0c6-4a67-a55c-d752ec4b7a63","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"36e69430-9ede-49c3-be99-18de3e71a60c","serviceDescription":"service","serviceInvariantUUID":"9bde5218-53ce-464b-be25-9e42a4509ecb","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6cf9527b-373e-4db1-a3b5-848cbaa8330a","resourceInvariantUUID":"e37be66a-75b9-433b-b91f-7b0ce7d7e1dc","resourceCustomizationUUID":"496e79fe-7d57-4dd2-95f7-7b027e0da436","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":"MDk4YmY4NDZjODQyZWJkYmFlZTBiY2QyZmM1OGQyNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22805274-3f67-41ff-be1c-0a3109b472a9","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":"29c1edfc-b8f6-4e8c-86de-5447953cee86","artifactVersion":"2","generatedFromUUID":"8b751197-ee1a-446d-a47b-82a1d8628538"},{"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":"8b751197-ee1a-446d-a47b-82a1d8628538","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":"NmRjMWU2OGY0NTBiNjg1MTJkNWY4NTM0Y2I3MGUzNGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"92ebab03-30a1-4517-97c1-f9b37cf77e31","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":"1328f54d-8198-4be1-9199-f8adbfeaab64","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":"bb81f64f-b70e-4b2a-b616-3bfe4b4cb2dc","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":"d095d49c-32af-430c-b33a-3cc5b0ba8341","artifactVersion":"2","generatedFromUUID":"1328f54d-8198-4be1-9199-f8adbfeaab64"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmUyNTM1MjhiODgwM2ZhODkxNjlhZjg1MzFjNjliMjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41a743b6-0ee0-4796-8721-8b97d1ad626e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NDM1NWU1N2Y1NGZjMjY3NWViNTc0ZWNjYzIxMjFlNjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e183ba4c-12d7-485d-bd2c-d5bdd44c7346","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T04:07:54.154Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:07:54.154Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:07:54.156Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:07:54.156Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:54.256Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:07:54.257Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:07:54.257Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:07:54.280Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:07:54.281Z||pool-100-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:07:55.157Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:07:55.158Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:07:55.160Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:07:55.160Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-25T04:07:55.261Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:07:55.263Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:07:55.263Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:07:55.276Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:07:55.277Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:07:56.161Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:07:56.162Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:07:56.164Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:07:56.164Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-25T04:07:56.265Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:07:56.265Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:07:56.266Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:07:56.278Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:07:56.279Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:07:56.499Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:07:56.500Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:07:56.500Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:07:56.525Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:07:56.527Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.527Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648181097115, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:07:56.533Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5dfbc060-9e64-4953-9d1a-72aea5848f20 2022-03-25T04:07:56.533Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dfbc060-9e64-4953-9d1a-72aea5848f20 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:07:56.541Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.541Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "clamp", "timestamp": 1648181096604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:07:56.542Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:56.542Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.542Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "aai-ml", "timestamp": 1648181089530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:56.542Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.543Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.543Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "aai-ml", "timestamp": 1648181089530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:07:56.543Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.543Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.544Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "aai-ml", "timestamp": 1648181099467, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:07:56.544Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:56.544Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.545Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "clamp", "timestamp": 1648181099606, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:07:56.545Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:56.545Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.545Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "clamp", "timestamp": 1648181100610, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:07:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f8870337-1ab7-4f54-b687-8365853e251f 2022-03-25T04:07:56.550Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f8870337-1ab7-4f54-b687-8365853e251f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:07:56.557Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.557Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:56.558Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.558Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.558Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:56.558Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.559Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.559Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:56.559Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.559Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.560Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "aai-ml", "timestamp": 1648181105062, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:07:56.560Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:56.560Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.560Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:56.560Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.561Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.561Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "aai-ml", "timestamp": 1648181106066, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:07:56.565Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5dfbc060-9e64-4953-9d1a-72aea5848f20 2022-03-25T04:07:56.565Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dfbc060-9e64-4953-9d1a-72aea5848f20 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:07:56.572Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.573Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:56.573Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.573Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.573Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:56.573Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.574Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.574Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:56.574Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.574Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.574Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:56.574Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "clamp", "timestamp": 1648181079617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:07:56.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.575Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "clamp", "timestamp": 1648181120610, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:07:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "clamp", "timestamp": 1648181123612, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:07:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:56.576Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.577Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "clamp", "timestamp": 1648181124616, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:07:56.581Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5dfbc060-9e64-4953-9d1a-72aea5848f20 2022-03-25T04:07:56.581Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5dfbc060-9e64-4953-9d1a-72aea5848f20 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:07:56.588Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.589Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "267be79c-8b99-4dc2-8293-f33fab0a3f68", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181139532, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:07:56.589Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:56.589Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.590Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:56.590Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.590Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.590Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:07:56.590Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.591Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.591Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:07:56.591Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.591Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.591Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:56.592Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.592Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.592Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T04:07:56.592Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.592Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.592Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:56.592Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.592Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.593Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:07:56.593Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T04:07:56.594Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.594Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181152267, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:07:56.594Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:56.594Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.595Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181154797, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:07:56.595Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:56.595Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T04:07:56.596Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181155928, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:07:56.596Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:07:57.165Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:07:57.166Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:07:57.168Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:07:57.168Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:07:57.268Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:07:57.269Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:07:57.269Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:07:57.283Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:07:57.283Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:07:58.169Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:07:58.170Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:07:58.174Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:07:58.174Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T04:07:58.274Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:07:58.275Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:07:58.275Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:07:58.287Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:07:58.288Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:07:59.175Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:07:59.176Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:07:59.178Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:07:59.178Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:07:59.278Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:07:59.279Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:07:59.279Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:07:59.291Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:07:59.292Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:00.179Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:00.180Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:00.182Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:00.182Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-25T04:08:00.282Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:08:00.288Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:00.288Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:00.299Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:00.307Z||pool-106-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:01.183Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:01.184Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:01.186Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:01.186Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:01.286Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:01.287Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:01.287Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:01.299Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:01.299Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:02.187Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:02.188Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:02.190Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:02.190Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:08:02.291Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:08:02.292Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:02.292Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:02.303Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:02.304Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:03.192Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "36e69430-9ede-49c3-be99-18de3e71a60c", "serviceDescription": "service", "serviceInvariantUUID": "9bde5218-53ce-464b-be25-9e42a4509ecb", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "496e79fe-7d57-4dd2-95f7-7b027e0da436", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6cf9527b-373e-4db1-a3b5-848cbaa8330a", "resourceInvariantUUID": "e37be66a-75b9-433b-b91f-7b0ce7d7e1dc", "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": "29c1edfc-b8f6-4e8c-86de-5447953cee86", "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": "8b751197-ee1a-446d-a47b-82a1d8628538", "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": "NmRjMWU2OGY0NTBiNjg1MTJkNWY4NTM0Y2I3MGUzNGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "92ebab03-30a1-4517-97c1-f9b37cf77e31", "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": "1328f54d-8198-4be1-9199-f8adbfeaab64", "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": "d095d49c-32af-430c-b33a-3cc5b0ba8341", "generatedFromUUID": "1328f54d-8198-4be1-9199-f8adbfeaab64" }, "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": "d095d49c-32af-430c-b33a-3cc5b0ba8341", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NDM1NWU1N2Y1NGZjMjY3NWViNTc0ZWNjYzIxMjFlNjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e183ba4c-12d7-485d-bd2c-d5bdd44c7346" } ], "workloadContext": "Production" } 2022-03-25T04:08:03.193Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T04:08:03.193Z|be5c005e-d13a-4a99-bada-a7079154ae83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 36e69430-9ede-49c3-be99-18de3e71a60c ASDC 2022-03-25T04:08:03.194Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:7404bf56-d0c6-4a67-a55c-d752ec4b7a63 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:36e69430-9ede-49c3-be99-18de3e71a60c ServiceInvariantUUID:9bde5218-53ce-464b-be25-9e42a4509ecb 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:e183ba4c-12d7-485d-bd2c-d5bdd44c7346 ArtifactChecksum:NDM1NWU1N2Y1NGZjMjY3NWViNTc0ZWNjYzIxMjFlNjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:496e79fe-7d57-4dd2-95f7-7b027e0da436 ResourceInvariantUUID:e37be66a-75b9-433b-b91f-7b0ce7d7e1dc ResourceName:basic_cnf ResourceType:VF ResourceUUID:6cf9527b-373e-4db1-a3b5-848cbaa8330a 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:29c1edfc-b8f6-4e8c-86de-5447953cee86 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:8b751197-ee1a-446d-a47b-82a1d8628538 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:92ebab03-30a1-4517-97c1-f9b37cf77e31 ArtifactChecksum:NmRjMWU2OGY0NTBiNjg1MTJkNWY4NTM0Y2I3MGUzNGI= 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:1328f54d-8198-4be1-9199-f8adbfeaab64 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:d095d49c-32af-430c-b33a-3cc5b0ba8341 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:d095d49c-32af-430c-b33a-3cc5b0ba8341 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T04:08:03.194Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 36e69430-9ede-49c3-be99-18de3e71a60c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T04:08:03.226Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:08:03.226Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:08:03.226Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:08:03.227Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e183ba4c-12d7-485d-bd2c-d5bdd44c7346 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T04:08:03.227Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:08:03.227Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T04:08:03.820Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:08:03.824Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e183ba4c-12d7-485d-bd2c-d5bdd44c7346 68924 2022-03-25T04:08:03.825Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-25T04:08:03.825Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T04:08:03.825Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:08:03.825Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:03.828Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:03.828Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181283824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:03.928Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:08:03.929Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:03.930Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:03.940Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:03.941Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:04.829Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:08:04.830Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:08:04.830Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e183ba4c-12d7-485d-bd2c-d5bdd44c7346, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:08:04.831Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-25T04:08:04.831Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:08:04.831Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:08:04.985Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1093872370450548943/Definitions/service-BasicCnf-template.yml 2022-03-25T04:08:06.089Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T04:08:06.089Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-25T04:08:06.089Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:08:06.090Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-25T04:08:06.090Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:08:06.090Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:08:06.090Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:08:06.090Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T04:08:06.090Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-25T04:08:06.091Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:06.091Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:06.091Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:08:06.091Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-25T04:08:06.092Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:08:06.092Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:06.092Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:06.092Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:08:06.093Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-25T04:08:06.093Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:08:06.093Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:06.093Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:06.094Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:06.094Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-25T04:08:06.094Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-25T04:08:06.094Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-25T04:08:06.094Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T04:08:06.095Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:06.095Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:08:06.095Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:06.095Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:08:06.096Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:08:06.096Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:06.096Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:08:06.097Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:08:06.097Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:06.097Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:08:06.097Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:08:06.098Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:06.098Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-25T04:08:06.098Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-25T04:08:06.098Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=11fadfca-c898-4ffa-a62a-8296bff4318b 2022-03-25T04:08:06.098Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:06.099Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:06.099Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:06.099Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:06.099Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:06.100Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:06.100Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:06.100Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:06.100Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:36e69430-9ede-49c3-be99-18de3e71a60c Model Version:NULL Model InvariantUuid:9bde5218-53ce-464b-be25-9e42a4509ecb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:e0bad854-482b-43a0-844c-9cc15ae8d3bf Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e37be66a-75b9-433b-b91f-7b0ce7d7e1dc Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:496e79fe-7d57-4dd2-95f7-7b027e0da436 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:22ee84b8-a6bd-477e-9a06-c4fa8e21a60c ModelName:BasicCnf..base_dummy..module-0 ModelUuid:09b3d175-c6dd-4b7f-ba58-9c43d3cc6f40 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:11fadfca-c898-4ffa-a62a-8296bff4318b ModelInvariantUuid:d7871d64-3832-415e-b112-dcb2bc07aa4c ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:4b9cd8d1-4b0f-4160-b1f4-6dd22d817d4e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:62c0758e-4b82-49db-a663-13c0bdf57dbd ModelInvariantUuid:77a2f32b-b172-4372-81ee-96b8584b92d4 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:e6d5f65b-0ec0-4daf-9142-65921b2b1775 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T04:08:06.107Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6cf9527b-373e-4db1-a3b5-848cbaa8330a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:08:06.110Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-03-25T04:08:06.110Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6cf9527b-373e-4db1-a3b5-848cbaa8330a 2022-03-25T04:08:06.110Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 29c1edfc-b8f6-4e8c-86de-5447953cee86 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-25T04:08:06.111Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:08:06.111Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-25T04:08:06.313Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:08:06.314Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 29c1edfc-b8f6-4e8c-86de-5447953cee86 12 2022-03-25T04:08:06.314Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-25T04:08:06.315Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-25T04:08:06.315Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:08:06.315Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:06.317Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:06.317Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181286314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:06.417Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:06.418Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:06.418Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:06.429Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:06.430Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:07.318Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8b751197-ee1a-446d-a47b-82a1d8628538 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-25T04:08:07.318Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:08:07.319Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-25T04:08:07.524Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:08:07.525Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 8b751197-ee1a-446d-a47b-82a1d8628538 2688 2022-03-25T04:08:07.525Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-25T04:08:07.525Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-25T04:08:07.525Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:08:07.525Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:07.527Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:07.527Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181287525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:07.628Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:08:07.629Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:07.629Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:07.641Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:07.642Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:08.529Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 92ebab03-30a1-4517-97c1-f9b37cf77e31 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-25T04:08:08.529Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:08:08.529Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-25T04:08:08.972Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:08:08.973Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 92ebab03-30a1-4517-97c1-f9b37cf77e31 828 2022-03-25T04:08:08.973Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-25T04:08:08.973Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-25T04:08:08.973Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:08:08.973Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:08.975Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:08.975Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181288973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:09.076Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:09.077Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:09.077Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:09.092Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:09.092Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:09.976Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "22ee84b8-a6bd-477e-9a06-c4fa8e21a60c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "09b3d175-c6dd-4b7f-ba58-9c43d3cc6f40", "vfModuleModelCustomizationUUID": "0a16a77e-7838-4a4f-a793-e90f72d82d4b", "isBase": true, "artifacts": [ "8b751197-ee1a-446d-a47b-82a1d8628538", "1328f54d-8198-4be1-9199-f8adbfeaab64", "d095d49c-32af-430c-b33a-3cc5b0ba8341" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T04:08:09.980Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:09b3d175-c6dd-4b7f-ba58-9c43d3cc6f40 VfModuleModelInvariantUUID:22ee84b8-a6bd-477e-9a06-c4fa8e21a60c VfModuleModelDescription:NULL Artifacts UUID List:{ 8b751197-ee1a-446d-a47b-82a1d8628538 , 1328f54d-8198-4be1-9199-f8adbfeaab64 , d095d49c-32af-430c-b33a-3cc5b0ba8341 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T04:08:09.981Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "22ee84b8-a6bd-477e-9a06-c4fa8e21a60c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "09b3d175-c6dd-4b7f-ba58-9c43d3cc6f40", "vfModuleModelCustomizationUUID": "0a16a77e-7838-4a4f-a793-e90f72d82d4b", "isBase": true, "artifacts": [ "8b751197-ee1a-446d-a47b-82a1d8628538", "1328f54d-8198-4be1-9199-f8adbfeaab64", "d095d49c-32af-430c-b33a-3cc5b0ba8341" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T04:08:09.981Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:09b3d175-c6dd-4b7f-ba58-9c43d3cc6f40 VfModuleModelInvariantUUID:22ee84b8-a6bd-477e-9a06-c4fa8e21a60c VfModuleModelDescription:NULL Artifacts UUID List:{ 8b751197-ee1a-446d-a47b-82a1d8628538 , 1328f54d-8198-4be1-9199-f8adbfeaab64 , d095d49c-32af-430c-b33a-3cc5b0ba8341 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T04:08:09.981Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1328f54d-8198-4be1-9199-f8adbfeaab64 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-25T04:08:09.982Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:08:09.982Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-25T04:08:10.265Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:08:10.265Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1328f54d-8198-4be1-9199-f8adbfeaab64 1164 2022-03-25T04:08:10.265Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-25T04:08:10.266Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-25T04:08:10.266Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:08:10.266Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:10.268Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:10.268Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181290265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:10.368Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:10.369Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:10.370Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:10.382Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:10.383Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:11.268Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d095d49c-32af-430c-b33a-3cc5b0ba8341 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-25T04:08:11.269Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:08:11.269Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-25T04:08:11.478Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:08:11.478Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d095d49c-32af-430c-b33a-3cc5b0ba8341 200 2022-03-25T04:08:11.479Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-25T04:08:11.479Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-25T04:08:11.479Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:08:11.479Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:11.481Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:11.481Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181291479, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:11.582Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T04:08:11.583Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:11.583Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:11.594Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:11.595Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:12.482Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 36e69430-9ede-49c3-be99-18de3e71a60c 2022-03-25T04:08:12.483Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 6cf9527b-373e-4db1-a3b5-848cbaa8330a 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=? 2022-03-25T04:08:12.496Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:08:12.500Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c45bc81, org.onap.sdc.toscaparser.api.parameters.Input@e7b9b16, org.onap.sdc.toscaparser.api.parameters.Input@5374c9f5, org.onap.sdc.toscaparser.api.parameters.Input@1d5cf4d, org.onap.sdc.toscaparser.api.parameters.Input@3045da42] 2022-03-25T04:08:12.501Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:12.501Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:12.502Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-25T04:08:12.502Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 496e79fe-7d57-4dd2-95f7-7b027e0da436 2022-03-25T04:08:12.502Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 496e79fe-7d57-4dd2-95f7-7b027e0da436 matches Tosca VF Customization UUID: 496e79fe-7d57-4dd2-95f7-7b027e0da436 2022-03-25T04:08:12.502Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 496e79fe-7d57-4dd2-95f7-7b027e0da436 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-25T04:08:12.503Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:12.504Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:12.504Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 496e79fe-7d57-4dd2-95f7-7b027e0da436: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-03-25T04:08:12.504Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@387a08a0 2022-03-25T04:08:12.504Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:12.505Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:08:12.505Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a16a77e-7838-4a4f-a793-e90f72d82d4b 2022-03-25T04:08:12.505Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a16a77e-7838-4a4f-a793-e90f72d82d4b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-25T04:08:12.507Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:12.507Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:08:12.507Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:08:12.508Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:12.508Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:08:12.508Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:08:12.508Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:12.509Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-25T04:08:12.509Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-25T04:08:12.509Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=11fadfca-c898-4ffa-a62a-8296bff4318b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T04:08:12.511Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:12.511Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:08:12.511Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:08:12.512Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:12.512Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T04:08:12.512Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=496e79fe-7d57-4dd2-95f7-7b027e0da436 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:08:12.514Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:12.514Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:12.514Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 36e69430-9ede-49c3-be99-18de3e71a60c: basic_cnf 2022-03-25T04:08:12.514Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:12.515Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:12.515Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:12.515Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:12.515Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:12.516Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:12.516Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:12.516Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:12.516Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:08:12.517Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:08:12.517Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T04:08:12.567Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 6cf9527b-373e-4db1-a3b5-848cbaa8330a 1 ASDC deployResourceStructure 2022-03-25T04:08:12.568Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-25T04:08:12.568Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-03-25T04:08:12.568Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-25T04:08:12.568Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:12.570Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:12.570Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181292567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-25T04:08:12.670Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:12.672Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:12.672Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:12.686Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:12.686Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:13.571Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-25T04:08:13.571Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-25T04:08:13.572Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-25T04:08:13.572Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:13.574Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:13.574Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-25T04:08:13.674Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:13.677Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:13.677Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:13.693Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:13.693Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:08:14.575Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-25T04:08:14.575Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-25T04:08:14.576Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:08:14.576Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:14.578Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:14.578Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181294575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:08:14.678Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:14.679Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:14.680Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:14.693Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:14.694Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:15.579Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-25T04:08:15.580Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-25T04:08:15.580Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:08:15.580Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:15.582Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:15.582Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181295579, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:08:15.682Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:15.684Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:15.684Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:15.695Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:15.696Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:16.583Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-25T04:08:16.583Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-25T04:08:16.583Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:08:16.584Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:16.586Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:16.586Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181296583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-25T04:08:16.687Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:16.688Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:16.688Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:16.702Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:16.702Z||pool-119-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:17.587Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-25T04:08:17.588Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T04:08:17.588Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:08:17.589Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:17.591Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:17.591Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181297587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:08:17.691Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:17.693Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:17.693Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:17.706Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:17.707Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:18.591Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:08:18.602Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:08:18.605Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:08:18.605Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T04:08:18.605Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T04:08:18.605Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T04:08:18.605Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:08:18.606Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:08:18.606Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:08:18.606Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:08:18.606Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:08:18.606Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:08:18.606Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:08:18.610Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T04:08:48.611Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T04:08:48.620Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 and serviceModelVersionId: 36e69430-9ede-49c3-be99-18de3e71a60c 2022-03-25T04:08:48.621Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9bde5218-53ce-464b-be25-9e42a4509ecb 2022-03-25T04:08:48.622Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9bde5218-53ce-464b-be25-9e42a4509ecb/model-vers/model-ver/36e69430-9ede-49c3-be99-18de3e71a60c?depth=0 2022-03-25T04:08:48.626Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T04:08:48.668Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bde5218-53ce-464b-be25-9e42a4509ecb/model-vers/model-ver/36e69430-9ede-49c3-be99-18de3e71a60c?depth=0|INFO|500||Invoke 2022-03-25T04:08:48.668Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bde5218-53ce-464b-be25-9e42a4509ecb/model-vers/model-ver/36e69430-9ede-49c3-be99-18de3e71a60c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bde5218-53ce-464b-be25-9e42a4509ecb/model-vers/model-ver/36e69430-9ede-49c3-be99-18de3e71a60c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7404bf56-d0c6-4a67-a55c-d752ec4b7a63], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd7b088a-d6a2-4a69-a3ac-bc2718631084], X-ECOMP-RequestID=[7404bf56-d0c6-4a67-a55c-d752ec4b7a63], X-TransactionId=[], X-ONAP-RequestID=[7404bf56-d0c6-4a67-a55c-d752ec4b7a63], Content-Type=[application/merge-patch+json]} 2022-03-25T04:08:48.687Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bde5218-53ce-464b-be25-9e42a4509ecb/model-vers/model-ver/36e69430-9ede-49c3-be99-18de3e71a60c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T04:08:49.253Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bde5218-53ce-464b-be25-9e42a4509ecb/model-vers/model-ver/36e69430-9ede-49c3-be99-18de3e71a60c?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/9bde5218-53ce-464b-be25-9e42a4509ecb/model-vers/model-ver/36e69430-9ede-49c3-be99-18de3e71a60c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220325-04:08:49:403-84797], vertex-id=[266256], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:08:49 GMT], Content-Type=[application/json]} 2022-03-25T04:08:49.254Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bde5218-53ce-464b-be25-9e42a4509ecb/model-vers/model-ver/36e69430-9ede-49c3-be99-18de3e71a60c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T04:08:49.256Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bde5218-53ce-464b-be25-9e42a4509ecb/model-vers/model-ver/36e69430-9ede-49c3-be99-18de3e71a60c?depth=0|INFO|500||InvokeReturn 2022-03-25T04:08:49.256Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T04:08:49.256Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:08:49.282Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T04:08:49.282Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7404bf56-d0c6-4a67-a55c-d752ec4b7a63 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T04:08:49.282Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T04:08:49.283Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:49.285Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:49.285Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181329282, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:08:49.385Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:49.386Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:49.386Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:49.404Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:49.404Z||pool-121-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T04:08:50.296Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T04:08:50.297Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f8870337-1ab7-4f54-b687-8365853e251f","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9d251636-ca46-4a64-93f9-91130434739b","serviceDescription":"service","serviceInvariantUUID":"f320a19a-2bf3-4e1a-afda-1cfab9fa2e72","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ca67164-7a82-46e8-9a65-907116cb3d32","resourceInvariantUUID":"af21549d-845c-442f-b51a-345c93497ebf","resourceCustomizationUUID":"31ceeaad-eebb-4b02-9fa9-768d0d1095a4","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":"ZDQ5MTFjMDgzZDcyM2FjZGFkOTg2NTJiNzY3N2EyMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"309a0f98-c1ae-48e1-98dd-4548b766baab","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":"NGY5OTc2YTVjOGMxNzgwMjc0ZmI4ZjU3NjE0ZjBhZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"60474db3-1adb-466a-a2da-a81c28483c25","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":"5fab2d86-0e96-4306-a5a3-62a7f9955314","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":"b187ff50-8cd9-441b-802a-a9078e7d220c","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":"dc235464-c988-4c62-b206-d8f4fed859ab","artifactVersion":"2","generatedFromUUID":"5fab2d86-0e96-4306-a5a3-62a7f9955314"},{"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":"OGI0NGI0NjAyODI4N2M5ODIxZWY5MjQ3OWIwNzkwNDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8c6f3fd2-3863-4358-bf43-6da3502874a0","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":"YzUyZGRiYzI0YWU1MzIzOTRlMjI2N2ZmYjM3NWYwMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f6a3642-8ea1-4e22-ab64-1fd762904586","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzFmMTY1ZTg3MTVmNDEyMDgwOGJmZDk2ZWYxMjQ3YWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"daa6ac03-e4ef-4e91-b290-338c9abf9c7f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T04:08:50.297Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:50.297Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:50.299Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:50.299Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:50.399Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:50.401Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:50.401Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:50.420Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:50.421Z||pool-122-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:51.300Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:51.300Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:51.302Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:51.302Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:08:51.402Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:08:51.403Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:51.403Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:51.419Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:51.419Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:52.303Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:52.304Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:52.306Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:52.306Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:08:52.406Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:52.407Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:52.407Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:52.417Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:52.418Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:53.307Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:53.307Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:53.309Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:53.310Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:53.409Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:08:53.411Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:53.411Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:53.421Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:53.421Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:54.310Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:54.311Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:54.313Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:54.313Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T04:08:54.413Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:08:54.414Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:54.414Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:54.429Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:54.430Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:08:55.313Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:55.315Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:55.318Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:55.318Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:55.417Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:08:55.418Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:55.419Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:55.429Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:55.430Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:56.319Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:56.319Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:56.321Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:56.321Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:56.421Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:08:56.423Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:56.423Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:56.434Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:56.434Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:56.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:08:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:08:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:56.527Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:56.528Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.528Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181156983, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:56.529Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:56.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181158086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:08:56.530Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:56.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.530Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181159093, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:08:56.530Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:56.530Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181160097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-25T04:08:56.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:56.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181161101, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:08:56.531Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:56.531Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.531Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ef309f72-ae3d-4ae8-84f7-8405239b1b6c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181192469, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:08:56.532Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:56.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:56.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:56.532Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.532Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:56.532Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:56.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:08:56.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:56.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.533Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T04:08:56.533Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:56.533Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:56.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:56.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T04:08:56.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:56.534Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.534Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:08:56.534Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:56.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:08:56.535Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-25T04:08:56.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.535Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181202385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:56.535Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:56.535Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181204960, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:56.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:56.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.536Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181206272, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:56.536Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:56.536Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181207669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:56.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:56.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181208782, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:08:56.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:56.537Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.537Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181209786, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:08:56.537Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:56.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181210793, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-25T04:08:56.538Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:56.538Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:08:56.538Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181211798, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:08:56.538Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:08:57.322Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:08:57.322Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:57.324Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:57.325Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:08:57.424Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:08:57.426Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:57.426Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:57.437Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:57.437Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:58.325Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "9d251636-ca46-4a64-93f9-91130434739b", "serviceDescription": "service", "serviceInvariantUUID": "f320a19a-2bf3-4e1a-afda-1cfab9fa2e72", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "31ceeaad-eebb-4b02-9fa9-768d0d1095a4", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0ca67164-7a82-46e8-9a65-907116cb3d32", "resourceInvariantUUID": "af21549d-845c-442f-b51a-345c93497ebf", "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": "NGY5OTc2YTVjOGMxNzgwMjc0ZmI4ZjU3NjE0ZjBhZmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "60474db3-1adb-466a-a2da-a81c28483c25", "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": "5fab2d86-0e96-4306-a5a3-62a7f9955314", "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": "dc235464-c988-4c62-b206-d8f4fed859ab", "generatedFromUUID": "5fab2d86-0e96-4306-a5a3-62a7f9955314" }, "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": "dc235464-c988-4c62-b206-d8f4fed859ab", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzFmMTY1ZTg3MTVmNDEyMDgwOGJmZDk2ZWYxMjQ3YWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "daa6ac03-e4ef-4e91-b290-338c9abf9c7f" } ], "workloadContext": "Production" } 2022-03-25T04:08:58.326Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T04:08:58.326Z|7404bf56-d0c6-4a67-a55c-d752ec4b7a63|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9d251636-ca46-4a64-93f9-91130434739b ASDC 2022-03-25T04:08:58.326Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:f8870337-1ab7-4f54-b687-8365853e251f ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:9d251636-ca46-4a64-93f9-91130434739b ServiceInvariantUUID:f320a19a-2bf3-4e1a-afda-1cfab9fa2e72 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:daa6ac03-e4ef-4e91-b290-338c9abf9c7f ArtifactChecksum:YzFmMTY1ZTg3MTVmNDEyMDgwOGJmZDk2ZWYxMjQ3YWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:31ceeaad-eebb-4b02-9fa9-768d0d1095a4 ResourceInvariantUUID:af21549d-845c-442f-b51a-345c93497ebf ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:0ca67164-7a82-46e8-9a65-907116cb3d32 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:60474db3-1adb-466a-a2da-a81c28483c25 ArtifactChecksum:NGY5OTc2YTVjOGMxNzgwMjc0ZmI4ZjU3NjE0ZjBhZmI= 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:5fab2d86-0e96-4306-a5a3-62a7f9955314 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:dc235464-c988-4c62-b206-d8f4fed859ab 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:dc235464-c988-4c62-b206-d8f4fed859ab ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T04:08:58.326Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9d251636-ca46-4a64-93f9-91130434739b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T04:08:58.354Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:08:58.354Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:08:58.355Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:08:58.355Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: daa6ac03-e4ef-4e91-b290-338c9abf9c7f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-25T04:08:58.355Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:08:58.355Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-25T04:08:58.458Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:08:58.462Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar daa6ac03-e4ef-4e91-b290-338c9abf9c7f 78801 2022-03-25T04:08:58.463Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-25T04:08:58.463Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-25T04:08:58.463Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:08:58.463Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:08:58.467Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:08:58.467Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181338463, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:08:58.566Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:08:58.567Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:08:58.568Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:08:58.581Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:08:58.582Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:08:59.468Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:08:59.469Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:08:59.469Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: daa6ac03-e4ef-4e91-b290-338c9abf9c7f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T04:08:59.469Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-25T04:08:59.469Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T04:08:59.470Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T04:08:59.653Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9527043127975345031/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-03-25T04:09:00.697Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T04:09:00.697Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-25T04:09:00.698Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T04:09:00.698Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-25T04:09:00.698Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:00.698Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:00.698Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T04:09:00.698Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:00.698Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T04:09:00.698Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:00.698Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T04:09:00.698Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:00.698Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T04:09:00.699Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-25T04:09:00.699Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:00.699Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:00.699Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:09:00.699Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-25T04:09:00.699Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:09:00.700Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:00.700Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:00.700Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:09:00.700Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-25T04:09:00.700Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:09:00.700Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:00.701Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:00.701Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:00.701Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-25T04:09:00.701Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-25T04:09:00.701Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-25T04:09:00.701Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-25T04:09:00.701Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T04:09:00.702Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T04:09:00.702Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:00.702Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:09:00.702Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:00.702Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:09:00.702Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:09:00.703Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:00.703Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:09:00.703Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:09:00.703Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:00.703Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:09:00.703Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:09:00.704Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:00.704Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-25T04:09:00.704Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-25T04:09:00.704Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T04:09:00.704Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ea696f47-60c3-4c5a-bcc9-4a896f208f28 2022-03-25T04:09:00.704Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:00.704Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:00.705Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:00.705Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:00.705Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:00.705Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:00.705Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:00.705Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:00.705Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:9d251636-ca46-4a64-93f9-91130434739b Model Version:NULL Model InvariantUuid:f320a19a-2bf3-4e1a-afda-1cfab9fa2e72 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:5c398a71-f414-4831-86b6-a1fce782bb2c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:af21549d-845c-442f-b51a-345c93497ebf Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:31ceeaad-eebb-4b02-9fa9-768d0d1095a4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0ea9ae90-52c8-4319-af0d-fa97c40f5784 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:12cc30e3-da0f-4e73-aa24-87d29dfaecbe ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ea696f47-60c3-4c5a-bcc9-4a896f208f28 ModelInvariantUuid:c03da3e6-ec1f-478e-9901-522c02001d78 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:8941fe03-a8d3-4ef2-9cfe-c028a45be8cd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d8c36004-eb39-4cda-86a2-53d53ddc549e ModelInvariantUuid:cacd742e-e945-4156-a9bd-7728ca684034 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:42e85cc6-25d9-4be8-a52e-666a3698cd7e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T04:09:00.711Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 0ca67164-7a82-46e8-9a65-907116cb3d32 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:09:00.713Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2022-03-25T04:09:00.713Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0ca67164-7a82-46e8-9a65-907116cb3d32 2022-03-25T04:09:00.713Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 60474db3-1adb-466a-a2da-a81c28483c25 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-25T04:09:00.713Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:09:00.713Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:00.854Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:09:00.855Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 60474db3-1adb-466a-a2da-a81c28483c25 792 2022-03-25T04:09:00.856Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:00.856Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:00.856Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:09:00.857Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:00.859Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:00.859Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181340856, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:09:00.959Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:09:00.960Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:00.960Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:00.982Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:00.982Z||pool-131-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:01.860Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0ea9ae90-52c8-4319-af0d-fa97c40f5784", "vfModuleModelVersion": "1", "vfModuleModelUUID": "12cc30e3-da0f-4e73-aa24-87d29dfaecbe", "vfModuleModelCustomizationUUID": "eed841cd-a6c5-440b-ac9c-622f459a16fe", "isBase": true, "artifacts": [ "5fab2d86-0e96-4306-a5a3-62a7f9955314", "dc235464-c988-4c62-b206-d8f4fed859ab" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T04:09:01.864Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:12cc30e3-da0f-4e73-aa24-87d29dfaecbe VfModuleModelInvariantUUID:0ea9ae90-52c8-4319-af0d-fa97c40f5784 VfModuleModelDescription:NULL Artifacts UUID List:{ 5fab2d86-0e96-4306-a5a3-62a7f9955314 , dc235464-c988-4c62-b206-d8f4fed859ab } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T04:09:01.866Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "0ea9ae90-52c8-4319-af0d-fa97c40f5784", "vfModuleModelVersion": "1", "vfModuleModelUUID": "12cc30e3-da0f-4e73-aa24-87d29dfaecbe", "vfModuleModelCustomizationUUID": "eed841cd-a6c5-440b-ac9c-622f459a16fe", "isBase": true, "artifacts": [ "5fab2d86-0e96-4306-a5a3-62a7f9955314", "dc235464-c988-4c62-b206-d8f4fed859ab" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T04:09:01.866Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:12cc30e3-da0f-4e73-aa24-87d29dfaecbe VfModuleModelInvariantUUID:0ea9ae90-52c8-4319-af0d-fa97c40f5784 VfModuleModelDescription:NULL Artifacts UUID List:{ 5fab2d86-0e96-4306-a5a3-62a7f9955314 , dc235464-c988-4c62-b206-d8f4fed859ab } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T04:09:01.866Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5fab2d86-0e96-4306-a5a3-62a7f9955314 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-25T04:09:01.867Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:09:01.867Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:02.020Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:09:02.021Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5fab2d86-0e96-4306-a5a3-62a7f9955314 5033 2022-03-25T04:09:02.021Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:02.021Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:02.021Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:09:02.022Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:02.024Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:02.024Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181342021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:09:02.124Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:09:02.125Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:02.125Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:02.156Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:02.157Z||pool-132-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:03.025Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dc235464-c988-4c62-b206-d8f4fed859ab from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-25T04:09:03.026Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:09:03.026Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:03.219Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:09:03.220Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env dc235464-c988-4c62-b206-d8f4fed859ab 903 2022-03-25T04:09:03.221Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:03.221Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:03.221Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:09:03.222Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:03.224Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:03.224Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181343221, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:09:03.324Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:09:03.325Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:03.325Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:03.340Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:03.340Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:04.225Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9d251636-ca46-4a64-93f9-91130434739b 2022-03-25T04:09:04.225Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0ca67164-7a82-46e8-9a65-907116cb3d32 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:09:04.235Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ece537c, org.onap.sdc.toscaparser.api.parameters.Input@5a4b652c, org.onap.sdc.toscaparser.api.parameters.Input@3b973cf6, org.onap.sdc.toscaparser.api.parameters.Input@4fa56237, org.onap.sdc.toscaparser.api.parameters.Input@734c8d0c] 2022-03-25T04:09:04.237Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:04.237Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:04.237Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-25T04:09:04.238Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 31ceeaad-eebb-4b02-9fa9-768d0d1095a4 2022-03-25T04:09:04.238Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31ceeaad-eebb-4b02-9fa9-768d0d1095a4 matches Tosca VF Customization UUID: 31ceeaad-eebb-4b02-9fa9-768d0d1095a4 2022-03-25T04:09:04.238Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 31ceeaad-eebb-4b02-9fa9-768d0d1095a4 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-25T04:09:04.240Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:04.240Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:04.241Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 31ceeaad-eebb-4b02-9fa9-768d0d1095a4: {\"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-03-25T04:09:04.241Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@140d6695 2022-03-25T04:09:04.241Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:04.241Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T04:09:04.242Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : eed841cd-a6c5-440b-ac9c-622f459a16fe 2022-03-25T04:09:04.242Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID eed841cd-a6c5-440b-ac9c-622f459a16fe Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-25T04:09:04.244Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:04.244Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:09:04.244Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:09:04.244Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:04.245Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:09:04.245Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:09:04.245Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:04.245Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-25T04:09:04.246Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-25T04:09:04.246Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T04:09:04.246Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ea696f47-60c3-4c5a-bcc9-4a896f208f28 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T04:09:04.248Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:04.248Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:09:04.248Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T04:09:04.248Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:04.249Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T04:09:04.249Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=31ceeaad-eebb-4b02-9fa9-768d0d1095a4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:09:04.250Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:04.250Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:04.251Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9d251636-ca46-4a64-93f9-91130434739b: basic_vm_macro 2022-03-25T04:09:04.251Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:04.251Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:04.251Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:04.251Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:04.252Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:04.252Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:04.252Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:04.252Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:04.253Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:04.253Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:04.253Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:04.322Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0ca67164-7a82-46e8-9a65-907116cb3d32 1 ASDC deployResourceStructure 2022-03-25T04:09:04.323Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:04.323Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:04.323Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:09:04.324Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:04.326Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:04.326Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181344323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:09:04.426Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:09:04.427Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:04.427Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:04.440Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:04.440Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:05.327Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:05.328Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:05.328Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:09:05.329Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:05.331Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:05.331Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181345327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:09:05.431Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:09:05.432Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:05.432Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:05.447Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:05.448Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:06.332Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:06.332Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||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-03-25T04:09:06.332Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:09:06.333Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:06.335Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:06.335Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181346332, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-25T04:09:06.435Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:09:06.436Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:06.436Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:06.450Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:06.450Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:07.336Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-25T04:09:07.336Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-25T04:09:07.337Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:09:07.337Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:07.339Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:07.340Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181347336, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:09:07.439Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:09:07.441Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:07.441Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:07.455Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:07.455Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:08.340Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f8870337-1ab7-4f54-b687-8365853e251f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:09:08.352Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f8870337-1ab7-4f54-b687-8365853e251f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:09:08.355Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:09:08.355Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T04:09:08.355Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T04:09:08.356Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T04:09:08.356Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:09:08.356Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:09:08.357Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:09:08.357Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:09:08.357Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:09:08.357Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:09:08.358Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:09:08.362Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T04:09:38.363Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f8870337-1ab7-4f54-b687-8365853e251f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T04:09:38.371Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f8870337-1ab7-4f54-b687-8365853e251f and serviceModelVersionId: 9d251636-ca46-4a64-93f9-91130434739b 2022-03-25T04:09:38.371Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f320a19a-2bf3-4e1a-afda-1cfab9fa2e72 2022-03-25T04:09:38.373Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f320a19a-2bf3-4e1a-afda-1cfab9fa2e72/model-vers/model-ver/9d251636-ca46-4a64-93f9-91130434739b?depth=0 2022-03-25T04:09:38.378Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T04:09:38.420Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f320a19a-2bf3-4e1a-afda-1cfab9fa2e72/model-vers/model-ver/9d251636-ca46-4a64-93f9-91130434739b?depth=0|INFO|500||Invoke 2022-03-25T04:09:38.420Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f320a19a-2bf3-4e1a-afda-1cfab9fa2e72/model-vers/model-ver/9d251636-ca46-4a64-93f9-91130434739b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f320a19a-2bf3-4e1a-afda-1cfab9fa2e72/model-vers/model-ver/9d251636-ca46-4a64-93f9-91130434739b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f8870337-1ab7-4f54-b687-8365853e251f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0fef87aa-04dd-4d06-8fb8-98f87359c5de], X-ECOMP-RequestID=[f8870337-1ab7-4f54-b687-8365853e251f], X-TransactionId=[], X-ONAP-RequestID=[f8870337-1ab7-4f54-b687-8365853e251f], Content-Type=[application/merge-patch+json]} 2022-03-25T04:09:38.443Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f320a19a-2bf3-4e1a-afda-1cfab9fa2e72/model-vers/model-ver/9d251636-ca46-4a64-93f9-91130434739b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T04:09:38.813Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f320a19a-2bf3-4e1a-afda-1cfab9fa2e72/model-vers/model-ver/9d251636-ca46-4a64-93f9-91130434739b?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/f320a19a-2bf3-4e1a-afda-1cfab9fa2e72/model-vers/model-ver/9d251636-ca46-4a64-93f9-91130434739b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-04:09:39:162-48611], vertex-id=[462896], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:09:39 GMT], Content-Type=[application/json]} 2022-03-25T04:09:38.814Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f320a19a-2bf3-4e1a-afda-1cfab9fa2e72/model-vers/model-ver/9d251636-ca46-4a64-93f9-91130434739b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T04:09:38.815Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f320a19a-2bf3-4e1a-afda-1cfab9fa2e72/model-vers/model-ver/9d251636-ca46-4a64-93f9-91130434739b?depth=0|INFO|500||InvokeReturn 2022-03-25T04:09:38.817Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T04:09:38.818Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:09:38.822Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T04:09:38.823Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f8870337-1ab7-4f54-b687-8365853e251f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T04:09:38.823Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T04:09:38.823Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:38.826Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:38.826Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181378823, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:09:38.926Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:09:38.927Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:38.927Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:38.946Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:38.947Z||pool-138-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T04:09:39.838Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T04:09:39.838Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"5dfbc060-9e64-4953-9d1a-72aea5848f20","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f1f912f4-b87c-4f08-ad4d-725b5d2854bb","serviceDescription":"service","serviceInvariantUUID":"a6fe9e8e-ab43-4a6c-a35f-2babd00b678e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c434393e-5d21-46cc-a4a8-c61bdec30962","resourceInvariantUUID":"98fdbe31-1836-410e-9a1c-c56d93d27abc","resourceCustomizationUUID":"91aae537-f0fc-4110-8bae-0e8d855b51d8","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":"YWQ2ZDgyNzc0ODAyMGI2YmU5MGYwMDZjZDdkOGU4Mzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"468b9b8a-d9cd-403c-a63d-fc4ecedd51f9","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":"411b0d83-c821-4740-a7a6-2ebc8ad80e11","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":"36f975db-761c-4234-86d4-3535f89f5123","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":"MWY1MWYyYmIwYzZlNDA2ZWE1MzlmYzFlMTc5ZmVkNWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b9277d54-550f-4595-b861-152f8f3582d2","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":"b50d3629-776a-4bd4-a740-aa7b314a2d8a","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":"6dd634f5-150b-4db9-b07d-42ad20a30b5c","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":"a890e59a-80f3-437e-8dc4-177c58240502","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":"ODNiMDA1NzYyYTc1OGU3YWRmOTg2NmFlOGIwZTRjMDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"02886f2d-683e-4676-9bbd-ea0a941e6f51","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NjY3YWIwNDlhYzVmMDM3NTc2MTAzYzY3MmMyNDhkMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60b25f45-3179-466f-af78-4f7bc00e836f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T04:09:39.838Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:09:39.839Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:39.841Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:39.841Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:39.940Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:09:39.942Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:39.942Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:39.953Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:39.954Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:40.841Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:09:40.842Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:40.844Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:40.844Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:40.944Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:09:40.945Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:40.945Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:40.963Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:40.964Z||pool-140-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:09:41.845Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:09:41.845Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:41.849Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:41.849Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:41.949Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:09:41.950Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:41.950Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:41.981Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:41.982Z||pool-141-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:42.850Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:09:42.850Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:42.852Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:42.852Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:42.952Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:09:42.953Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:42.953Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:42.976Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:42.977Z||pool-142-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-03-25T04:09:43.853Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:09:43.853Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:43.855Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:43.855Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:43.955Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:09:43.956Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:43.956Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:43.967Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:43.968Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:44.856Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:09:44.857Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:44.859Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:44.859Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:44.959Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:09:44.960Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:44.960Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:44.986Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:44.987Z||pool-144-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:45.860Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:09:45.860Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:45.862Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:45.862Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:45.962Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:09:45.963Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:45.963Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:45.981Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:45.981Z||pool-145-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:46.863Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:09:46.864Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:46.866Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:46.866Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:46.966Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T04:09:46.967Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:46.967Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:46.989Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:46.989Z||pool-146-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:47.866Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T04:09:47.867Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:47.869Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:47.869Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:09:47.969Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:09:47.970Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:47.970Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:47.985Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:47.985Z||pool-147-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:48.870Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "f1f912f4-b87c-4f08-ad4d-725b5d2854bb", "serviceDescription": "service", "serviceInvariantUUID": "a6fe9e8e-ab43-4a6c-a35f-2babd00b678e", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "91aae537-f0fc-4110-8bae-0e8d855b51d8", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c434393e-5d21-46cc-a4a8-c61bdec30962", "resourceInvariantUUID": "98fdbe31-1836-410e-9a1c-c56d93d27abc", "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": "NjY3YWIwNDlhYzVmMDM3NTc2MTAzYzY3MmMyNDhkMTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "60b25f45-3179-466f-af78-4f7bc00e836f" } ], "workloadContext": "Production" } 2022-03-25T04:09:48.871Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T04:09:48.871Z|f8870337-1ab7-4f54-b687-8365853e251f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f1f912f4-b87c-4f08-ad4d-725b5d2854bb ASDC 2022-03-25T04:09:48.871Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:5dfbc060-9e64-4953-9d1a-72aea5848f20 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:f1f912f4-b87c-4f08-ad4d-725b5d2854bb ServiceInvariantUUID:a6fe9e8e-ab43-4a6c-a35f-2babd00b678e 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:60b25f45-3179-466f-af78-4f7bc00e836f ArtifactChecksum:NjY3YWIwNDlhYzVmMDM3NTc2MTAzYzY3MmMyNDhkMTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:91aae537-f0fc-4110-8bae-0e8d855b51d8 ResourceInvariantUUID:98fdbe31-1836-410e-9a1c-c56d93d27abc ResourceName:test-pnf ResourceType:PNF ResourceUUID:c434393e-5d21-46cc-a4a8-c61bdec30962 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-25T04:09:48.871Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f1f912f4-b87c-4f08-ad4d-725b5d2854bb ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T04:09:48.897Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:09:48.898Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:09:48.898Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:09:48.898Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 60b25f45-3179-466f-af78-4f7bc00e836f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T04:09:48.898Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-25T04:09:48.898Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T04:09:49.556Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-25T04:09:49.561Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 60b25f45-3179-466f-af78-4f7bc00e836f 105640 2022-03-25T04:09:49.561Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-25T04:09:49.561Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T04:09:49.561Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T04:09:49.561Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:49.568Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:49.568Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181389561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:09:49.663Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-03-25T04:09:49.664Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:49.664Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:49.676Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:49.677Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:50.569Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T04:09:50.570Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-25T04:09:50.570Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 60b25f45-3179-466f-af78-4f7bc00e836f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:09:50.571Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-25T04:09:50.571Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:09:50.572Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:09:50.719Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11664261519023786904/Definitions/service-TestPnfMacro-template.yml 2022-03-25T04:09:51.431Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T04:09:51.432Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-25T04:09:51.432Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:09:51.432Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-25T04:09:51.432Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:09:51.432Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:09:51.432Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:09:51.432Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:09:51.432Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:09:51.433Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:09:51.433Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T04:09:51.433Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-25T04:09:51.433Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:51.433Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:51.433Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-25T04:09:51.433Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-25T04:09:51.433Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:09:51.434Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:51.434Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:51.434Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-25T04:09:51.434Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-25T04:09:51.434Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T04:09:51.434Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:51.434Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:51.435Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:51.435Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:51.435Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:51.435Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:51.435Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:51.435Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:51.435Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:51.435Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:51.436Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:f1f912f4-b87c-4f08-ad4d-725b5d2854bb Model Version:NULL Model InvariantUuid:a6fe9e8e-ab43-4a6c-a35f-2babd00b678e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T04:09:51.440Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: c434393e-5d21-46cc-a4a8-c61bdec30962 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:09:51.443Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||test-pnf 0 2022-03-25T04:09:51.443Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c434393e-5d21-46cc-a4a8-c61bdec30962 2022-03-25T04:09:51.443Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||No resources found for Service: f1f912f4-b87c-4f08-ad4d-725b5d2854bb 2022-03-25T04:09:51.443Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f1f912f4-b87c-4f08-ad4d-725b5d2854bb 2022-03-25T04:09:51.443Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c434393e-5d21-46cc-a4a8-c61bdec30962 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:09:51.446Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b37742d, org.onap.sdc.toscaparser.api.parameters.Input@9d634f3, org.onap.sdc.toscaparser.api.parameters.Input@13184c4e, org.onap.sdc.toscaparser.api.parameters.Input@19b24e6d, org.onap.sdc.toscaparser.api.parameters.Input@6954d76a] 2022-03-25T04:09:51.447Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:51.447Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:51.447Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f1f912f4-b87c-4f08-ad4d-725b5d2854bb: test-pnf 2022-03-25T04:09:51.447Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||Processing PNF resource: c434393e-5d21-46cc-a4a8-c61bdec30962 2022-03-25T04:09:51.448Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T04:09:51.449Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T04:09:51.450Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||Resource customization UUID: 91aae537-f0fc-4110-8bae-0e8d855b51d8 is the same as notified resource customizationUUID: 91aae537-f0fc-4110-8bae-0e8d855b51d8 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-25T04:09:51.476Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c434393e-5d21-46cc-a4a8-c61bdec30962 0 ASDC deployResourceStructure 2022-03-25T04:09:51.477Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-25T04:09:51.477Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T04:09:51.477Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T04:09:51.477Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:09:51.481Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:09:51.481Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181391477, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:09:51.580Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:09:51.581Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:09:51.582Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:51.593Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:51.593Z||pool-149-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T04:09:52.483Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5dfbc060-9e64-4953-9d1a-72aea5848f20 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:09:52.494Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5dfbc060-9e64-4953-9d1a-72aea5848f20 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T04:09:52.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T04:09:52.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T04:09:52.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T04:09:52.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T04:09:52.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:09:52.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:09:52.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:09:52.499Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:09:52.499Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:09:52.499Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:09:52.500Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T04:09:52.500Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T04:09:52.504Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T04:09:56.500Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:09:56.501Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:09:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:09:56.520Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:09:56.521Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:09:56.521Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "be5c005e-d13a-4a99-bada-a7079154ae83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181273137, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:09:56.522Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:09:56.523Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:09:56.523Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:09:56.523Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:56.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:09:56.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-25T04:09:56.524Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-25T04:09:56.524Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T04:09:56.524Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-25T04:09:56.525Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-25T04:10:22.505Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5dfbc060-9e64-4953-9d1a-72aea5848f20 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T04:10:22.511Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5dfbc060-9e64-4953-9d1a-72aea5848f20 and serviceModelVersionId: f1f912f4-b87c-4f08-ad4d-725b5d2854bb 2022-03-25T04:10:22.511Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6fe9e8e-ab43-4a6c-a35f-2babd00b678e 2022-03-25T04:10:22.512Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6fe9e8e-ab43-4a6c-a35f-2babd00b678e/model-vers/model-ver/f1f912f4-b87c-4f08-ad4d-725b5d2854bb?depth=0 2022-03-25T04:10:22.517Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T04:10:22.569Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6fe9e8e-ab43-4a6c-a35f-2babd00b678e/model-vers/model-ver/f1f912f4-b87c-4f08-ad4d-725b5d2854bb?depth=0|INFO|500||Invoke 2022-03-25T04:10:22.570Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6fe9e8e-ab43-4a6c-a35f-2babd00b678e/model-vers/model-ver/f1f912f4-b87c-4f08-ad4d-725b5d2854bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6fe9e8e-ab43-4a6c-a35f-2babd00b678e/model-vers/model-ver/f1f912f4-b87c-4f08-ad4d-725b5d2854bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5dfbc060-9e64-4953-9d1a-72aea5848f20], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4571acb1-72c0-4fd5-917f-7c74c4b86a11], X-ECOMP-RequestID=[5dfbc060-9e64-4953-9d1a-72aea5848f20], X-TransactionId=[], X-ONAP-RequestID=[5dfbc060-9e64-4953-9d1a-72aea5848f20], Content-Type=[application/merge-patch+json]} 2022-03-25T04:10:22.593Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6fe9e8e-ab43-4a6c-a35f-2babd00b678e/model-vers/model-ver/f1f912f4-b87c-4f08-ad4d-725b5d2854bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T04:10:23.150Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6fe9e8e-ab43-4a6c-a35f-2babd00b678e/model-vers/model-ver/f1f912f4-b87c-4f08-ad4d-725b5d2854bb?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/a6fe9e8e-ab43-4a6c-a35f-2babd00b678e/model-vers/model-ver/f1f912f4-b87c-4f08-ad4d-725b5d2854bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220325-04:10:23:314-2088], vertex-id=[200792], Content-Length=[0], Date=[Fri, 25 Mar 2022 04:10:23 GMT], Content-Type=[application/json]} 2022-03-25T04:10:23.150Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6fe9e8e-ab43-4a6c-a35f-2babd00b678e/model-vers/model-ver/f1f912f4-b87c-4f08-ad4d-725b5d2854bb?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T04:10:23.152Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6fe9e8e-ab43-4a6c-a35f-2babd00b678e/model-vers/model-ver/f1f912f4-b87c-4f08-ad4d-725b5d2854bb?depth=0|INFO|500||InvokeReturn 2022-03-25T04:10:23.152Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T04:10:23.152Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T04:10:23.159Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T04:10:23.159Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5dfbc060-9e64-4953-9d1a-72aea5848f20 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T04:10:23.160Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T04:10:23.160Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-25T04:10:23.162Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T04:10:23.162Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181423160, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:10:23.262Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T04:10:23.263Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T04:10:23.263Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 09WCoQOCrJgVMc3M) ... 2022-03-25T04:10:23.278Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:10:23.279Z||pool-150-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-03-25T04:10:24.175Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:10:24.175Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:10:24.176Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:10:34.410Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:10:34.411Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:10:34.412Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:10:34.412Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:10:43.956Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:10:43.958Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:10:43.958Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:10:43.959Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:10:53.515Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:10:53.516Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:10:53.517Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:10:53.517Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:10:56.501Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:10:56.502Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:10:56.502Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:10:56.531Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:10:56.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:10:56.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:10:56.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T04:10:56.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:10:56.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:10:56.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:10:56.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-25T04:10:56.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:10:56.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:10:56.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:10:56.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:10:56.534Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:10:56.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181283824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:10:56.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:10:56.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181286314, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:10:56.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:10:56.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181287525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-25T04:10:56.534Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:10:56.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181288973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:10:56.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:10:56.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181290265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:10:56.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:10:56.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181291479, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:10:56.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:10:56.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181292567, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-25T04:10:56.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:10:56.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181293571, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-25T04:10:56.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:10:56.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181294575, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:10:56.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:10:56.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181295579, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:10:56.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:10:56.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181296583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-25T04:10:56.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:10:56.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181297587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:10:56.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:10:56.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "7404bf56-d0c6-4a67-a55c-d752ec4b7a63", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181329282, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:10:56.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:10:56.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:10:56.537Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:10:56.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-25T04:10:56.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:10:56.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T04:10:56.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:10:56.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:10:56.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:10:56.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T04:10:56.538Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:10:56.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:10:56.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:10:56.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:10:56.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:10:56.539Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:03.066Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:11:03.067Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:11:03.068Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:11:03.068Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:11:12.601Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:11:12.602Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:11:12.602Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:11:12.603Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:11:22.159Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:11:22.161Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:11:22.161Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:11:22.162Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:11:31.696Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:11:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:11:56.499Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:11:56.501Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:11:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:11:56.505Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:11:56.505Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:11:56.533Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:11:56.534Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.534Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:11:56.535Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:56.535Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.535Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181338463, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:56.535Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:56.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181340856, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:56.536Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:56.536Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.536Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181342021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:56.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:56.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181343221, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:56.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:56.537Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.537Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181344323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T04:11:56.537Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:56.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181345327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-25T04:11:56.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:56.538Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.538Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181346332, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-25T04:11:56.538Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:56.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181347336, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:11:56.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:56.539Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.539Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f8870337-1ab7-4f54-b687-8365853e251f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181378823, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:11:56.539Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:56.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:56.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:56.540Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.540Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:56.540Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:56.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:56.541Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:56.541Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.541Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:56.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:56.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:56.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:56.542Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.542Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:56.542Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:56.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:56.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:56.543Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.543Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T04:11:56.543Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:56.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181140549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T04:11:56.544Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T04:11:56.544Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.544Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181389561, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T04:11:56.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:11:56.545Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T04:11:56.545Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181391477, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T04:11:56.545Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:12:06.050Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:56.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:12:56.499Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:12:56.499Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:12:56.499Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:12:56.500Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:12:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:12:57.031Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:12:57.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T04:12:57.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5dfbc060-9e64-4953-9d1a-72aea5848f20", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648181423160, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T04:12:57.033Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T04:13:06.046Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:13:56.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:13:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:13:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:13:56.499Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:13:56.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:13:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:14:06.036Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:14:06.039Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:14:56.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:14:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:14:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:14:56.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:14:56.500Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:14:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:15:06.042Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:15:06.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:15:56.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:15:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:15:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:15:56.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:15:56.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:15:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:16:06.042Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:16:06.042Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:16:56.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:16:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:16:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:16:56.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:16:56.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:16:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:17:06.040Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:17:06.042Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:17:56.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:17:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:17:56.499Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:17:56.499Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:17:56.505Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:17:56.505Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:18:06.048Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:18:06.052Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:18:56.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:18:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:18:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:18:56.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:18:56.499Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:18:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:19:06.039Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:19:06.041Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:19:56.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:19:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:19:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:19:56.499Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:19:56.500Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:19:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:20:06.040Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:20:06.040Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:20:56.497Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:20:56.499Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:20:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:20:56.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:20:56.501Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:20:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:21:06.054Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:21:06.054Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:21:56.497Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:21:56.498Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:21:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:21:56.499Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:21:56.500Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:21:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:22:06.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:22:06.041Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:22:56.497Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:22:56.498Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:22:56.498Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:22:56.500Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:22:56.500Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:22:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:23:06.036Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:23:06.040Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:23:56.497Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:23:56.498Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:23:56.498Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:23:56.499Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:23:56.500Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:23:56.500Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:24:06.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:24:06.043Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:24:56.497Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:24:56.498Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:24:56.498Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:24:56.499Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:24:56.500Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:24:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:25:06.037Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:25:06.037Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:25:56.497Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:25:56.498Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:25:56.498Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:25:56.499Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:25:56.500Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:25:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:26:06.041Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:26:06.042Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:26:56.497Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:26:56.498Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:26:56.498Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:26:56.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:26:56.499Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:26:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:27:06.039Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:27:06.042Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:27:56.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:27:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:27:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:27:56.500Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:27:56.501Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:27:56.501Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:28:06.040Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:28:06.040Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:28:56.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:28:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:28:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:28:56.499Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:28:56.499Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:28:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:29:06.037Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:29:06.038Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:29:56.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:29:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:29:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:29:56.499Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:29:56.500Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:29:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:30:06.034Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:30:06.053Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:30:56.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:30:56.499Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:30:56.499Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:30:56.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:30:56.500Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:30:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:31:06.047Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:06.048Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:31:56.497Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:31:56.498Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:31:56.499Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:31:56.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:31:56.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:31:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:32:06.066Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:32:06.067Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:32:56.497Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:32:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:32:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:32:56.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:32:56.500Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:32:56.501Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:33:06.045Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:33:06.049Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:33:56.497Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:33:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:33:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:33:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:33:56.500Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:33:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:34:06.035Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:06.037Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:34:56.497Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:34:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:34:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:34:56.499Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:34:56.500Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:34:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:35:06.038Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:35:06.043Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:35:56.497Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:35:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:35:56.499Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:35:56.499Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:35:56.500Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:35:56.500Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:36:06.070Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:36:06.070Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:36:56.497Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:36:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:36:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:36:56.499Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:36:56.500Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:36:56.500Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:37:06.045Z|5dfbc060-9e64-4953-9d1a-72aea5848f20|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:37:06.046Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:37:56.497Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:37:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:37:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:37:56.499Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:37:56.500Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:37:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:38:06.052Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:38:06.069Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:38:56.497Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:38:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:38:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:38:56.499Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:38:56.499Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:38:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:39:06.037Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:39:06.037Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:39:56.497Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:39:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:39:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:39:56.499Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:39:56.499Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:39:56.499Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:40:06.037Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:40:06.037Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:40:56.497Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:40:56.499Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:40:56.500Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:40:56.500Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:40:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:40:56.500Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:41:06.046Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:41:06.048Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:41:52.451Z||http-nio-8085-exec-9|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T04:41:56.497Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:41:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:41:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:41:56.499Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:41:56.499Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:41:56.500Z||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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:42:06.045Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:42:06.068Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T04:42:56.497Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:42:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:42:56.498Z|9a27e019-9e53-4b8d-a894-715b82d23623|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 09WCoQOCrJgVMc3M) ... 2022-03-25T04:42:56.499Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T04:42:56.500Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T04:42:56.500Z||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 09WCoQOCrJgVMc3M) ...