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-02-17T03:09:10.328Z||main|||||INFO|500||The following profiles are active: basic 2022-02-17T03:09:19.869Z||main|||||INFO|500||Starting service [Tomcat] 2022-02-17T03:09:19.869Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-02-17T03:09:19.947Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-02-17T03:09:22.391Z||main|||||INFO|500||catdb-pool - Starting... 2022-02-17T03:09:22.570Z||main|||||INFO|500||catdb-pool - Start completed. 2022-02-17T03:09:22.989Z||main|||||INFO|500||reqdb-pool - Starting... 2022-02-17T03:09:22.996Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-02-17T03:09:23.181Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-02-17T03:09:23.330Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-02-17T03:09:23.684Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-02-17T03:09:24.545Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-02-17T03:09:26.438Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-02-17T03:09:26.503Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-02-17T03:09:26.931Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-02-17T03:09:27.040Z||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-02-17T03:09:28.217Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-02-17T03:09:29.200Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-02-17T03:09:29.216Z||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$$2ed5412.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-02-17T03:09:29.216Z||main|||||WARN|500||The sdc end point is not alive 2022-02-17T03:09:32.027Z||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-02-17T03:09:34.797Z||main|||||WARN|500||--- 2022-02-17T03:09:34.797Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-02-17T03:09:34.797Z||main|||||WARN|500||--- 2022-02-17T03:09:35.180Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-02-17T03:09:39.590Z||main|||||INFO|500||Started Application in 33.604 seconds (JVM running for 34.759) 2022-02-17T03:09:39.603Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-02-17T03:09:39.605Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-02-17T03:09:39.616Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-02-17T03:09:39.681Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-02-17T03:09:39.723Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f8505ed8-1970-4bf1-97c3-168cbf721eef url= /sdc/v1/artifactTypes 2022-02-17T03:09:39.723Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-02-17T03:09:40.006Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-02-17T03:09:40.029Z||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-02-17T03:09:40.049Z||scheduling-1|||||DEBUG|500||create keys 2022-02-17T03:09:40.056Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-02-17T03:09:41.280Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:09:41.300Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4e71d1ce-0c7d-43a0-a2ac-3d5dc97b72b0 url= /sdc/v1/registerForDistribution 2022-02-17T03:09:41.869Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4e71d1ce-0c7d-43a0-a2ac-3d5dc97b72b0 url= /sdc/v1/registerForDistribution 2022-02-17T03:09:41.870Z||scheduling-1|||||INFO|500||start DistributionClient 2022-02-17T03:09:41.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:09:41.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:09:41.884Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-02-17T03:09:41.885Z||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-02-17T03:09:41.885Z||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-02-17T03:09:41.886Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:09:41.886Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:09:52.958Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:09:52.968Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:10:41.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:10:41.878Z||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-02-17T03:10:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:10:41.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:10:41.879Z||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-02-17T03:10:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:10:51.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:10:51.433Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:11:41.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:11:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:11:41.879Z||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-02-17T03:11:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:11:41.879Z||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-02-17T03:11:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:11:51.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:11:51.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:12:41.877Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:12:41.879Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-17T03:12:41.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:12:41.879Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ... 2022-02-17T03:12:41.880Z||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-02-17T03:12:41.883Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:12:51.428Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:12:51.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:13:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:13:41.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:13:41.881Z||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-02-17T03:13:41.881Z||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-02-17T03:13:41.881Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:13:41.881Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:13:51.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:13:51.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:14:41.878Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:14:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:14:41.880Z||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-02-17T03:14:41.880Z||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-02-17T03:14:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:14:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:14:51.430Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:14:51.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:15:41.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:15:41.878Z||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-02-17T03:15:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:15:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:15:41.883Z||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-02-17T03:15:41.883Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:15:51.425Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:15:51.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:16:41.877Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:16:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:16:41.880Z||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-02-17T03:16:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:16:41.882Z||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-02-17T03:16:41.882Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:16:51.429Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:16:51.429Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:17:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:17:41.879Z||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-02-17T03:17:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:17:41.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:17:41.880Z||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-02-17T03:17:41.884Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:17:51.432Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:17:51.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:18:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:18:41.878Z||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-02-17T03:18:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:18:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:18:41.879Z||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-02-17T03:18:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:18:51.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:18:51.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:19:32.285Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-02-17T03:19:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:19:41.878Z||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-02-17T03:19:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:19:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:19:41.879Z||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-02-17T03:19:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:19:51.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:19:51.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:20:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:20:41.878Z||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-02-17T03:20:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:20:41.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:20:41.881Z||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-02-17T03:20:41.881Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:20:51.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:20:51.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:21:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:21:41.878Z||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-02-17T03:21:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:21:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:21:41.879Z||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-02-17T03:21:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:21:51.420Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:21:51.421Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:22:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:22:41.878Z||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-02-17T03:22:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:22:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:22:41.880Z||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-02-17T03:22:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:22:51.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:22:51.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:23:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:23:41.878Z||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-02-17T03:23:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:23:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:23:41.879Z||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-02-17T03:23:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:23:51.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:23:51.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:24:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:24:41.878Z||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-02-17T03:24:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:24:41.879Z||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-02-17T03:24:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:24:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:24:51.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:24:51.427Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:25:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:25:41.878Z||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-02-17T03:25:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:25:41.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:25:41.880Z||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-02-17T03:25:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:25:51.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:25:51.429Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:26:41.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:26:41.878Z||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-02-17T03:26:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:26:41.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:26:41.880Z||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-02-17T03:26:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:26:51.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:26:51.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:27:41.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:27:41.878Z||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-02-17T03:27:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:27:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:27:41.880Z||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-02-17T03:27:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:27:51.420Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:27:51.423Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:28:41.877Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:28:41.878Z||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-02-17T03:28:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:28:41.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:28:41.879Z||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-02-17T03:28:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:28:51.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:28:51.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:29:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:29:41.878Z||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-02-17T03:29:41.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:29:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:29:41.879Z||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-02-17T03:29:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:29:51.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:29:51.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:30:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:30:41.878Z||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-02-17T03:30:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:30:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:30:41.880Z||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-02-17T03:30:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:30:51.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:30:51.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:31:41.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:31:41.878Z||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-02-17T03:31:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:31:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:31:41.880Z||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-02-17T03:31:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:31:51.430Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:31:51.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:32:41.878Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:32:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:32:41.880Z||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-02-17T03:32:41.880Z||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-02-17T03:32:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:32:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:32:51.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:32:51.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:33:41.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:33:41.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:33:41.879Z||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-02-17T03:33:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:33:41.879Z||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-02-17T03:33:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:33:51.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:33:51.426Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:34:41.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:34:41.878Z||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-02-17T03:34:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:34:41.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:34:41.880Z||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-02-17T03:34:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:34:51.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:34:51.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:35:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:35:41.878Z||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-02-17T03:35:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:35:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:35:41.880Z||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-02-17T03:35:41.881Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:35:51.423Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:35:51.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:36:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:36:41.878Z||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-02-17T03:36:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:36:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:36:41.880Z||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-02-17T03:36:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:36:51.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:36:51.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:37:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:37:41.878Z||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-02-17T03:37:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:37:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:37:41.879Z||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-02-17T03:37:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:37:51.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:37:51.424Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:38:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:38:41.878Z||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-02-17T03:38:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:38:41.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:38:41.879Z||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-02-17T03:38:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:38:51.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:38:51.427Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:39:41.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:39:41.878Z||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-02-17T03:39:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:39:41.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:39:41.880Z||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-02-17T03:39:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:39:51.423Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:39:51.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:40:41.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:40:41.878Z||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-02-17T03:40:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:40:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:40:41.879Z||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-02-17T03:40:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:40:51.422Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:40:51.424Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:41:41.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:41:41.878Z||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-02-17T03:41:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:41:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:41:41.879Z||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-02-17T03:41:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:41:51.417Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:41:51.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:42:41.877Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:42:41.878Z||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-02-17T03:42:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:42:41.879Z||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-02-17T03:42:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:42:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:42:51.424Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:42:51.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:43:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:43:41.878Z||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-02-17T03:43:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:43:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:43:41.880Z||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-02-17T03:43:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:43:51.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:43:51.421Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:44:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:44:41.878Z||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-02-17T03:44:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:44:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:44:41.879Z||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-02-17T03:44:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:44:51.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:44:51.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:45:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:45:41.878Z||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-02-17T03:45:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:45:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:45:41.879Z||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-02-17T03:45:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:45:51.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:45:51.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:46:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:46:41.878Z||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-02-17T03:46:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:46:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:46:41.880Z||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-02-17T03:46:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:46:51.419Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:46:51.425Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:47:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:47:41.878Z||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-02-17T03:47:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:47:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:47:41.880Z||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-02-17T03:47:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:47:51.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:47:51.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:48:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:48:41.878Z||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-02-17T03:48:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:48:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:48:41.879Z||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-02-17T03:48:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:48:51.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:48:51.426Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:49:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:49:41.878Z||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-02-17T03:49:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:49:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:49:41.880Z||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-02-17T03:49:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:49:51.420Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:49:51.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:50:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:50:41.878Z||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-02-17T03:50:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:50:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:50:41.880Z||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-02-17T03:50:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:50:51.421Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:50:51.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:51:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:51:41.878Z||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-02-17T03:51:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:51:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:51:41.879Z||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-02-17T03:51:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:51:51.417Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:51:51.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:52:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:52:41.878Z||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-02-17T03:52:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:52:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:52:41.879Z||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-02-17T03:52:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:52:51.424Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:52:51.430Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:53:41.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:53:41.878Z||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-02-17T03:53:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:53:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:53:41.880Z||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-02-17T03:53:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:53:51.426Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:53:51.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:54:41.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:54:41.878Z||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-02-17T03:54:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:54:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:54:41.880Z||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-02-17T03:54:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:54:51.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:54:51.426Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:55:41.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:55:41.878Z||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-02-17T03:55:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:55:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:55:41.879Z||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-02-17T03:55:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:55:51.423Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:55:51.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:56:41.877Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:56:41.878Z||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-02-17T03:56:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:56:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:56:41.879Z||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-02-17T03:56:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:56:51.424Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:56:51.426Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:57:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:57:41.878Z||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-02-17T03:57:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:57:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:57:41.879Z||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-02-17T03:57:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:57:51.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:57:51.425Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:58:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:58:41.878Z||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-02-17T03:58:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:58:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:58:41.879Z||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-02-17T03:58:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:58:51.425Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:58:51.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:41.877Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:59:41.878Z||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-02-17T03:59:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T03:59:41.879Z||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-02-17T03:59:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:42.063Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:42.070Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.070Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "multicloud-k8s-id", "timestamp": 1645070360880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "ves-openapi-manager", "timestamp": 1645070359378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.087Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.087Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.087Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "aai-ml", "timestamp": 1645070359100, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "policy-id", "timestamp": 1645070359428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "aai-ml", "timestamp": 1645070359100, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "multicloud-k8s-id", "timestamp": 1645070360880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "NOTIFIED" } 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "ves-openapi-manager", "timestamp": 1645070359378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.088Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "policy-id", "timestamp": 1645070359428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "aai-ml", "timestamp": 1645070359100, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "ves-openapi-manager", "timestamp": 1645070359378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "multicloud-k8s-id", "timestamp": 1645070360880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-17T03:59:42.089Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.089Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "policy-id", "timestamp": 1645070359428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-17T03:59:42.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "aai-ml", "timestamp": 1645070359100, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "ves-openapi-manager", "timestamp": 1645070359378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.090Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "multicloud-k8s-id", "timestamp": 1645070360880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.090Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.090Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "policy-id", "timestamp": 1645070359428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.091Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "dcae-sch", "timestamp": 1645070368145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.091Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.091Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "aai-ml", "timestamp": 1645070359100, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "multicloud-k8s-id", "timestamp": 1645070360880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-17T03:59:42.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "ves-openapi-manager", "timestamp": 1645070359378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.092Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.092Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "policy-id", "timestamp": 1645070359428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.092Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "dcae-sch", "timestamp": 1645070368145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "aai-ml", "timestamp": 1645070359100, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "multicloud-k8s-id", "timestamp": 1645070360880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.093Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.093Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "ves-openapi-manager", "timestamp": 1645070359378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "policy-id", "timestamp": 1645070359428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "cds", "timestamp": 1645070369578, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "dcae-sch", "timestamp": 1645070368145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.094Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "aai-ml", "timestamp": 1645070359100, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "NOTIFIED" } 2022-02-17T03:59:42.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "ves-openapi-manager", "timestamp": 1645070359378, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "multicloud-k8s-id", "timestamp": 1645070360880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "NOTIFIED" } 2022-02-17T03:59:42.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "policy-id", "timestamp": 1645070359428, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "NOTIFIED" } 2022-02-17T03:59:42.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "cds", "timestamp": 1645070369578, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.095Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "dcae-sch", "timestamp": 1645070368145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "cds", "timestamp": 1645070369578, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "multicloud-k8s-id", "timestamp": 1645070372385, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T03:59:42.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "aai-ml", "timestamp": 1645070372419, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T03:59:42.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T03:59:42.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "policy-id", "timestamp": 1645070372397, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T03:59:42.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "dcae-sch", "timestamp": 1645070368145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "cds", "timestamp": 1645070369578, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.097Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "policy-id", "timestamp": 1645070373404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T03:59:42.097Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "multicloud-k8s-id", "timestamp": 1645070373464, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T03:59:42.098Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T03:59:42.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "dcae-sch", "timestamp": 1645070368145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "cds", "timestamp": 1645070369578, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.098Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "policy-id", "timestamp": 1645070374407, "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-02-17T03:59:42.252Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d582275-d4a1-423d-bc22-0d7a2329d5b9 2022-02-17T03:59:42.269Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d582275-d4a1-423d-bc22-0d7a2329d5b9 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-02-17T03:59:42.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "multicloud-k8s-id", "timestamp": 1645070374648, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-17T03:59:42.288Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T03:59:42.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "dcae-sch", "timestamp": 1645070368145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "cds", "timestamp": 1645070369578, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "multicloud-k8s-id", "timestamp": 1645070375707, "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-02-17T03:59:42.305Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d582275-d4a1-423d-bc22-0d7a2329d5b9 2022-02-17T03:59:42.305Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d582275-d4a1-423d-bc22-0d7a2329d5b9 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-02-17T03:59:42.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645070375250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "cds", "timestamp": 1645070369578, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "NOTIFIED" } 2022-02-17T03:59:42.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "multicloud-k8s-id", "timestamp": 1645070376712, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "DEPLOY_OK" } 2022-02-17T03:59:42.315Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T03:59:42.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645070375250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "cds", "timestamp": 1645070377605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T03:59:42.316Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T03:59:42.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645070375250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "clamp", "timestamp": 1645070377908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "cds", "timestamp": 1645070378621, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-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-02-17T03:59:42.322Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d582275-d4a1-423d-bc22-0d7a2329d5b9 2022-02-17T03:59:42.322Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d582275-d4a1-423d-bc22-0d7a2329d5b9 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-02-17T03:59:42.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645070375250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "clamp", "timestamp": 1645070377908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "NOTIFIED" } 2022-02-17T03:59:42.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645070375250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "clamp", "timestamp": 1645070377908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645070375250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "clamp", "timestamp": 1645070377908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T03:59:42.508Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:42.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T03:59:42.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d582275-d4a1-423d-bc22-0d7a2329d5b9","serviceName":"vFW 2022-02-17 03-56-58","serviceVersion":"1.0","serviceUUID":"14b0f271-fe1b-4bdf-bec5-846d5f152358","serviceDescription":"catalog service description","serviceInvariantUUID":"3b3c5315-10d9-4bc9-b3a0-eb97f7812587","resources":[{"resourceInstanceName":"vFW d353d905-2a48 0","resourceName":"vFW d353d905-2a48","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"57dfc7c0-000a-4cfb-95d9-7f8d6b5437d6","resourceInvariantUUID":"23c020c1-fbab-4f17-bc06-5825c976b112","resourceCustomizationUUID":"98222663-de25-4bef-9234-1768a3a1370a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml","artifactChecksum":"YmQ4NGM5YjQwNDRkYWVmMjdjYjYwNDIxOGEzNmNjMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9a226c95-9928-4440-bc62-3f8040fafdef","artifactVersion":"1"},{"artifactName":"vfwd353d9052a480_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json","artifactChecksum":"NTFiNWUzMzc4OTU1ZTRkZTMwYzdiOTRiNTc4MmM2NmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe4dca69-f348-44b0-bf0e-586a36454d02","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2ff5212e-4064-4db1-a5d4-ea14eb70bf42","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml","artifactChecksum":"MWVlNTE4MmI1NTgyOTYyYWQ1NDUzYWE1Njg4MDRmZDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"023cc826-284e-4d61-8b92-f0f8e2c6cdce","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d01e41f7-a75f-4536-bf48-ff1e5373be00","artifactVersion":"2","generatedFromUUID":"2ff5212e-4064-4db1-a5d4-ea14eb70bf42"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220217035658-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml","artifactChecksum":"OWExYTFlMDc4Njc1NDY2NDE3ZDU5ZDA5ZWVjOTlmOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a300d733-85a0-4d37-bfb1-5257e23c3b70","artifactVersion":"1"},{"artifactName":"service-Vfw20220217035658-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar","artifactChecksum":"NjkxNWRmNWE3OGQ1ZjY0ZWVjOWJiZWY1OTNjMTM1MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e68cbc9-461a-4d4f-a908-7d078aa1c6d0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-17T03:59:42.519Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T03:59:42.523Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T03:59:42.530Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T03:59:42.530Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070381877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:42.630Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-02-17T03:59:42.636Z||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-02-17T03:59:42.636Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:42.649Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:42.650Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T03:59:43.536Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T03:59:43.536Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T03:59:43.538Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T03:59:43.538Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070381877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "NOTIFIED" } 2022-02-17T03:59:43.638Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T03:59:43.639Z||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-02-17T03:59:43.639Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:43.653Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:43.653Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-02-17T03:59:44.539Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T03:59:44.540Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T03:59:44.542Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T03:59:44.543Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070381877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-17T03:59:44.642Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-17T03:59:44.643Z||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-02-17T03:59:44.644Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:44.658Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:44.658Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T03:59:45.543Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T03:59:45.544Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T03:59:45.547Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T03:59:45.547Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070381877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:45.647Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T03:59:45.648Z||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-02-17T03:59:45.648Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:45.662Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:45.662Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-02-17T03:59:46.547Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T03:59:46.548Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T03:59:46.549Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T03:59:46.550Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070381877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-17T03:59:46.650Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T03:59:46.651Z||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-02-17T03:59:46.651Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:46.664Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:46.665Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T03:59:47.550Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T03:59:47.551Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T03:59:47.553Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T03:59:47.553Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070381877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T03:59:47.653Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T03:59:47.654Z||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-02-17T03:59:47.654Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:47.668Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:47.668Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-02-17T03:59:48.554Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T03:59:48.555Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T03:59:48.557Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T03:59:48.557Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070381877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "NOTIFIED" } 2022-02-17T03:59:48.658Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T03:59:48.659Z||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-02-17T03:59:48.659Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:48.672Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:48.672Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T03:59:49.560Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "serviceName": "vFW 2022-02-17 03-56-58", "serviceVersion": "1.0", "serviceUUID": "14b0f271-fe1b-4bdf-bec5-846d5f152358", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3b3c5315-10d9-4bc9-b3a0-eb97f7812587", "resources": [ { "resourceInstanceName": "vFW d353d905-2a48 0", "resourceCustomizationUUID": "98222663-de25-4bef-9234-1768a3a1370a", "resourceName": "vFW d353d905-2a48", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "57dfc7c0-000a-4cfb-95d9-7f8d6b5437d6", "resourceInvariantUUID": "23c020c1-fbab-4f17-bc06-5825c976b112", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwd353d9052a480_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "artifactChecksum": "NTFiNWUzMzc4OTU1ZTRkZTMwYzdiOTRiNTc4MmM2NmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe4dca69-f348-44b0-bf0e-586a36454d02", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2ff5212e-4064-4db1-a5d4-ea14eb70bf42", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d01e41f7-a75f-4536-bf48-ff1e5373be00", "generatedFromUUID": "2ff5212e-4064-4db1-a5d4-ea14eb70bf42" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d01e41f7-a75f-4536-bf48-ff1e5373be00", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220217035658-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "artifactChecksum": "NjkxNWRmNWE3OGQ1ZjY0ZWVjOWJiZWY1OTNjMTM1MWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9e68cbc9-461a-4d4f-a908-7d078aa1c6d0" } ], "workloadContext": "Production" } 2022-02-17T03:59:49.561Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-17T03:59:49.562Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 14b0f271-fe1b-4bdf-bec5-846d5f152358 ASDC 2022-02-17T03:59:49.680Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:0d582275-d4a1-423d-bc22-0d7a2329d5b9 ServiceName:vFW 2022-02-17 03-56-58 ServiceVersion:1.0 ServiceUUID:14b0f271-fe1b-4bdf-bec5-846d5f152358 ServiceInvariantUUID:3b3c5315-10d9-4bc9-b3a0-eb97f7812587 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220217035658-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar ArtifactUUID:9e68cbc9-461a-4d4f-a908-7d078aa1c6d0 ArtifactChecksum:NjkxNWRmNWE3OGQ1ZjY0ZWVjOWJiZWY1OTNjMTM1MWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW d353d905-2a48 0 ResourceCustomizationUUID:98222663-de25-4bef-9234-1768a3a1370a ResourceInvariantUUID:23c020c1-fbab-4f17-bc06-5825c976b112 ResourceName:vFW d353d905-2a48 ResourceType:VF ResourceUUID:57dfc7c0-000a-4cfb-95d9-7f8d6b5437d6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwd353d9052a480_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json ArtifactUUID:fe4dca69-f348-44b0-bf0e-586a36454d02 ArtifactChecksum:NTFiNWUzMzc4OTU1ZTRkZTMwYzdiOTRiNTc4MmM2NmI= 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/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml ArtifactUUID:2ff5212e-4064-4db1-a5d4-ea14eb70bf42 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/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env ArtifactUUID:d01e41f7-a75f-4536-bf48-ff1e5373be00 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/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env ArtifactUUID:d01e41f7-a75f-4536-bf48-ff1e5373be00 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-17T03:59:49.680Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14b0f271-fe1b-4bdf-bec5-846d5f152358 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-02-17T03:59:49.724Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T03:59:49.725Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-02-17T03:59:49.726Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-02-17T03:59:49.726Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9e68cbc9-461a-4d4f-a908-7d078aa1c6d0 from URL: /sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:49.727Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-02-17T03:59:49.728Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:50.155Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-02-17T03:59:50.179Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar 9e68cbc9-461a-4d4f-a908-7d078aa1c6d0 98964 2022-02-17T03:59:50.180Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar ASDC sendASDCNotification 2022-02-17T03:59:50.180Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:50.181Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T03:59:50.182Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T03:59:50.184Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T03:59:50.184Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070390179, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T03:59:50.284Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T03:59:50.286Z||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-02-17T03:59:50.286Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:50.298Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:50.299Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T03:59:51.184Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T03:59:51.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-02-17T03:59:51.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 9e68cbc9-461a-4d4f-a908-7d078aa1c6d0, URL: /sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar to file: /app/ASDC/1/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:51.187Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220217035658-csar.csar 2022-02-17T03:59:51.249Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:51.249Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:52.030Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18245822148298297962/Definitions/service-Vfw20220217035658-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-02-17T03:59:54.787Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-17T03:59:54.791Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-02-17T03:59:54.791Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:54.791Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-02-17T03:59:54.791Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||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-Vfw20220217035658-csar.csar 2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||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-Vfw20220217035658-csar.csar 2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||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-Vfw20220217035658-csar.csar 2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:54.792Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:54.793Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220217035658-csar.csar 2022-02-17T03:59:54.793Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW d353d905-2a48 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-Vfw20220217035658-csar.csar 2022-02-17T03:59:54.793Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-02-17T03:59:54.798Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.799Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:54.802Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria 2022-02-17T03:59:54.802Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-02-17T03:59:54.803Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T03:59:54.804Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.804Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:54.805Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria 2022-02-17T03:59:54.805Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-02-17T03:59:54.805Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T03:59:54.805Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.805Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:54.808Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.808Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is not matching search criteria 2022-02-17T03:59:54.808Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-17T03:59:54.808Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-17T03:59:54.808Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-17T03:59:54.808Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:54.808Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-17T03:59:54.809Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-17T03:59:54.810Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-17T03:59:54.810Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.810Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-17T03:59:54.810Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.811Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria 2022-02-17T03:59:54.811Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T03:59:54.811Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.811Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria 2022-02-17T03:59:54.811Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T03:59:54.811Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria 2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is not matching search criteria 2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-02-17T03:59:54.812Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-17T03:59:54.813Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=873eeccd-59ab-4f9b-a7bd-928d76850f8c 2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is not matching search criteria 2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-17T03:59:54.814Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a2ad536-7920-4ea4-bef6-5b3be04033aa 2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.815Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is not matching search criteria 2022-02-17T03:59:54.816Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-17T03:59:54.816Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-17T03:59:54.816Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-17T03:59:54.816Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:54.816Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-17T03:59:54.816Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-17T03:59:54.816Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=25a2e5b1-0ee4-4744-92e8-e41df5677f47 2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:54.817Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.818Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:54.818Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.818Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:54.818Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:54.818Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:54.818Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-02-17 03-56-58 Description:catalog service description Model UUID:14b0f271-fe1b-4bdf-bec5-846d5f152358 Model Version:NULL Model InvariantUuid:3b3c5315-10d9-4bc9-b3a0-eb97f7812587 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW d353d905-2a48 Model UUID:1c32918d-2996-456f-94c7-d7f985fcf502 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:23c020c1-fbab-4f17-bc06-5825c976b112 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:98222663-de25-4bef-9234-1768a3a1370a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:347a366b-7c11-4747-b1eb-d054e6854f43 ModelName:VfwD353d9052a48..base_vfw..module-0 ModelUuid:e354c060-13fc-4bc1-b777-0c14152464aa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:873eeccd-59ab-4f9b-a7bd-928d76850f8c ModelInvariantUuid:ca691165-2df6-403c-9b02-3407fe69cf92 ModelName:vFW d353d905-2a48-nodes.vfwCvfc ModelUuid:5d94b04f-9e16-4492-8b36-ce488da6d40c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:3ebd92ef-32ba-4aff-a25b-0b36307a7bfd ModelInvariantUuid:5fa1bd61-7c6e-4ad2-8aa0-310fd76afb0a ModelName:VfwD353d9052a48.compute.nodes.heat.vfw ModelUuid:88a3fdef-26b0-4119-938f-6654c0e8aaf1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6a2ad536-7920-4ea4-bef6-5b3be04033aa ModelInvariantUuid:cf024754-f2e1-44a6-b771-1b8cbd8849cd ModelName:vFW d353d905-2a48-nodes.vsnCvfc ModelUuid:694337c1-cad9-4102-ae56-6e208eea84d9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:095d77c0-fb07-415a-bce9-c3a96a95537b ModelInvariantUuid:0c0524ee-ae51-454d-bcb0-fa730a52e203 ModelName:VfwD353d9052a48.compute.nodes.heat.vsn ModelUuid:5f0c0670-d294-4c79-8891-99ea14902b29 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:25a2e5b1-0ee4-4744-92e8-e41df5677f47 ModelInvariantUuid:1afc3a74-10c2-4d90-96cc-adf25051cd91 ModelName:vFW d353d905-2a48-nodes.vpgCvfc ModelUuid:7c37c72e-7fce-4a8e-bab2-415ccc7a742a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:0e416ee1-190e-4502-848d-93211072095f ModelInvariantUuid:a9a66f85-0330-4a2f-8325-8a6c26c58171 ModelName:VfwD353d9052a48.compute.nodes.heat.vpg ModelUuid:13329a09-f27d-4408-95d0-2c2e3242ab3e 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-02-17T03:59:54.830Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 57dfc7c0-000a-4cfb-95d9-7f8d6b5437d6 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-02-17T03:59:54.918Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||vFW d353d905-2a48 0 2022-02-17T03:59:54.923Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 57dfc7c0-000a-4cfb-95d9-7f8d6b5437d6 2022-02-17T03:59:54.924Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fe4dca69-f348-44b0-bf0e-586a36454d02 from URL: /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json 2022-02-17T03:59:54.924Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-02-17T03:59:54.924Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json 2022-02-17T03:59:54.972Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-02-17T03:59:54.973Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json fe4dca69-f348-44b0-bf0e-586a36454d02 785 2022-02-17T03:59:54.973Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json ASDC sendASDCNotification 2022-02-17T03:59:54.973Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json 2022-02-17T03:59:54.973Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T03:59:54.974Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T03:59:54.976Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T03:59:54.977Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070394973, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T03:59:55.077Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T03:59:55.078Z||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-02-17T03:59:55.078Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:55.093Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:55.093Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-17T03:59:55.978Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD353d9052a48..base_vfw..module-0", "vfModuleModelInvariantUUID": "347a366b-7c11-4747-b1eb-d054e6854f43", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e354c060-13fc-4bc1-b777-0c14152464aa", "vfModuleModelCustomizationUUID": "ba5a9105-9c7e-4f2d-9e07-cdecdaf937d3", "isBase": true, "artifacts": [ "2ff5212e-4064-4db1-a5d4-ea14eb70bf42", "d01e41f7-a75f-4536-bf48-ff1e5373be00" ], "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-02-17T03:59:55.992Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD353d9052a48..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e354c060-13fc-4bc1-b777-0c14152464aa VfModuleModelInvariantUUID:347a366b-7c11-4747-b1eb-d054e6854f43 VfModuleModelDescription:NULL Artifacts UUID List:{ 2ff5212e-4064-4db1-a5d4-ea14eb70bf42 , d01e41f7-a75f-4536-bf48-ff1e5373be00 } 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-02-17T03:59:55.994Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwD353d9052a48..base_vfw..module-0", "vfModuleModelInvariantUUID": "347a366b-7c11-4747-b1eb-d054e6854f43", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e354c060-13fc-4bc1-b777-0c14152464aa", "vfModuleModelCustomizationUUID": "ba5a9105-9c7e-4f2d-9e07-cdecdaf937d3", "isBase": true, "artifacts": [ "2ff5212e-4064-4db1-a5d4-ea14eb70bf42", "d01e41f7-a75f-4536-bf48-ff1e5373be00" ], "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-02-17T03:59:55.994Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwD353d9052a48..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e354c060-13fc-4bc1-b777-0c14152464aa VfModuleModelInvariantUUID:347a366b-7c11-4747-b1eb-d054e6854f43 VfModuleModelDescription:NULL Artifacts UUID List:{ 2ff5212e-4064-4db1-a5d4-ea14eb70bf42 , d01e41f7-a75f-4536-bf48-ff1e5373be00 } 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-02-17T03:59:55.994Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2ff5212e-4064-4db1-a5d4-ea14eb70bf42 from URL: /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml 2022-02-17T03:59:55.995Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-02-17T03:59:55.995Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml 2022-02-17T03:59:56.084Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-02-17T03:59:56.085Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml 2ff5212e-4064-4db1-a5d4-ea14eb70bf42 20368 2022-02-17T03:59:56.085Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-02-17T03:59:56.085Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml 2022-02-17T03:59:56.085Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T03:59:56.086Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T03:59:56.088Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T03:59:56.088Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070396085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T03:59:56.188Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T03:59:56.189Z||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-02-17T03:59:56.189Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:56.203Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:56.204Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-17T03:59:57.089Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d01e41f7-a75f-4536-bf48-ff1e5373be00 from URL: /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env 2022-02-17T03:59:57.089Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-02-17T03:59:57.089Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env 2022-02-17T03:59:57.141Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-02-17T03:59:57.141Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env d01e41f7-a75f-4536-bf48-ff1e5373be00 2098 2022-02-17T03:59:57.142Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env ASDC sendASDCNotification 2022-02-17T03:59:57.142Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env 2022-02-17T03:59:57.142Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T03:59:57.142Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T03:59:57.145Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T03:59:57.145Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070397142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-17T03:59:57.245Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T03:59:57.246Z||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-02-17T03:59:57.246Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:57.261Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:57.261Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T03:59:58.146Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 14b0f271-fe1b-4bdf-bec5-846d5f152358 2022-02-17T03:59:58.146Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW d353d905-2a48 0 57dfc7c0-000a-4cfb-95d9-7f8d6b5437d6 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-02-17T03:59:58.183Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b5e42dc, org.onap.sdc.toscaparser.api.parameters.Input@7a07fc7a, org.onap.sdc.toscaparser.api.parameters.Input@698d1b97, org.onap.sdc.toscaparser.api.parameters.Input@31aa0233, org.onap.sdc.toscaparser.api.parameters.Input@18cbfe78] 2022-02-17T03:59:58.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:58.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-02-17T03:59:58.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 98222663-de25-4bef-9234-1768a3a1370a 2022-02-17T03:59:58.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98222663-de25-4bef-9234-1768a3a1370a matches Tosca VF Customization UUID: 98222663-de25-4bef-9234-1768a3a1370a 2022-02-17T03:59:58.186Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 98222663-de25-4bef-9234-1768a3a1370a 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-02-17T03:59:58.192Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.192Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:58.193Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 98222663-de25-4bef-9234-1768a3a1370a: {\"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-02-17T03:59:58.193Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c8cd7a3 2022-02-17T03:59:58.193Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.193Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-17T03:59:58.193Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ba5a9105-9c7e-4f2d-9e07-cdecdaf937d3 2022-02-17T03:59:58.194Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ba5a9105-9c7e-4f2d-9e07-cdecdaf937d3 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-02-17T03:59:58.198Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.198Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria 2022-02-17T03:59:58.198Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T03:59:58.199Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.199Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria 2022-02-17T03:59:58.199Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T03:59:58.199Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is not matching search criteria 2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-17T03:59:58.200Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:58.201Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-17T03:59:58.201Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-17T03:59:58.201Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=873eeccd-59ab-4f9b-a7bd-928d76850f8c 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-02-17T03:59:58.206Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.206Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria 2022-02-17T03:59:58.206Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T03:59:58.206Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.207Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is not matching search criteria 2022-02-17T03:59:58.207Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-17T03:59:58.207Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-17T03:59:58.207Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-17T03:59:58.207Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:58.207Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-17T03:59:58.207Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-17T03:59:58.208Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-17T03:59:58.208Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-02-17T03:59:58.208Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-02-17T03:59:58.208Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:58.208Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-02-17T03:59:58.208Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-02-17T03:59:58.208Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6a2ad536-7920-4ea4-bef6-5b3be04033aa 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-02-17T03:59:58.210Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.210Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria 2022-02-17T03:59:58.210Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T03:59:58.212Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is not matching search criteria 2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-02-17T03:59:58.213Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-02-17T03:59:58.214Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-02-17T03:59:58.214Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-02-17T03:59:58.214Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-02-17T03:59:58.214Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-02-17T03:59:58.214Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=25a2e5b1-0ee4-4744-92e8-e41df5677f47 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-02-17T03:59:58.216Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.216Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria 2022-02-17T03:59:58.216Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T03:59:58.216Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.216Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Node template vFW d353d905-2a48 0 is matching search criteria 2022-02-17T03:59:58.216Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW d353d905-2a48 0] matching following query criteria: sdcType=VF, customizationUUID=98222663-de25-4bef-9234-1768a3a1370a 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-02-17T03:59:58.218Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.218Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 14b0f271-fe1b-4bdf-bec5-846d5f152358: vFW d353d905-2a48 2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.219Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:58.220Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T03:59:58.220Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-02-17 03-56-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T03:59:58.220Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-02-17 03-56-58 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-02-17T03:59:58.527Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW d353d905-2a48 57dfc7c0-000a-4cfb-95d9-7f8d6b5437d6 1 ASDC deployResourceStructure 2022-02-17T03:59:58.527Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json ASDC sendASDCNotification 2022-02-17T03:59:58.527Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json 2022-02-17T03:59:58.528Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T03:59:58.528Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T03:59:58.529Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T03:59:58.529Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070398527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "DEPLOY_OK" } 2022-02-17T03:59:58.630Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T03:59:58.631Z||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-02-17T03:59:58.631Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:58.644Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:58.645Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T03:59:59.530Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-02-17T03:59:59.531Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml 2022-02-17T03:59:59.531Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T03:59:59.531Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T03:59:59.533Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T03:59:59.534Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070399530, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-02-17T03:59:59.634Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T03:59:59.634Z||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-02-17T03:59:59.635Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T03:59:59.647Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T03:59:59.647Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:00:00.535Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env ASDC sendASDCNotification 2022-02-17T04:00:00.535Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env 2022-02-17T04:00:00.535Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:00:00.536Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:00:00.538Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:00:00.538Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070400534, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-02-17T04:00:00.638Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:00:00.640Z||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-02-17T04:00:00.640Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:00:00.652Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:00:00.652Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:00:01.540Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar ASDC sendASDCNotification 2022-02-17T04:00:01.540Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar 2022-02-17T04:00:01.540Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:00:01.541Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:00:01.543Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:00:01.543Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070401540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:00:01.644Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:00:01.644Z||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-02-17T04:00:01.645Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:00:01.657Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:00:01.658Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:00:02.545Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:00:02.560Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9 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-02-17T04:00:02.563Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:00:02.563Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:00:02.563Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:00:32.564Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:00:32.581Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9 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-02-17T04:00:32.585Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:00:32.586Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:00:32.586Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:00:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:00:41.880Z||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-02-17T04:00:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:00:41.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:00:41.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:00:41.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645070375250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:00:41.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T04:01:02.586Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:01:02.598Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9 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-02-17T04:01:02.601Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:01:02.601Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:01:02.602Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:01:32.602Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:01:32.614Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9 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-02-17T04:01:32.616Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:01:32.616Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:01:32.616Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:01:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:01:41.881Z||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-02-17T04:01:41.881Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:01:42.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:01:42.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070381877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:01:42.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T04:01:42.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "clamp", "timestamp": 1645070377908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:01:42.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T04:01:42.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645070383200, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:01:42.416Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:01:42.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070381877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "NOTIFIED" } 2022-02-17T04:01:42.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T04:01:42.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "clamp", "timestamp": 1645070377908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:01:42.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T04:01:42.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "aai-ml", "timestamp": 1645070383903, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:01:42.417Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:01:42.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070381877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-02-17T04:01:42.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T04:01:42.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "clamp", "timestamp": 1645070377908, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:01:42.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T04:01:42.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "aai-ml", "timestamp": 1645070384910, "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-02-17T04:01:42.424Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d582275-d4a1-423d-bc22-0d7a2329d5b9 2022-02-17T04:01:42.424Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d582275-d4a1-423d-bc22-0d7a2329d5b9 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-02-17T04:01:42.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070381877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:01:42.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T04:01:42.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070381877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-02-17T04:01:42.432Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T04:01:42.432Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070381877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:01:42.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T04:01:42.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645070387829, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:01:42.433Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:01:42.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070381877, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:01:42.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-02-17T04:01:42.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645070388833, "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-02-17T04:01:42.439Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d582275-d4a1-423d-bc22-0d7a2329d5b9 2022-02-17T04:01:42.439Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d582275-d4a1-423d-bc22-0d7a2329d5b9 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-02-17T04:01:42.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070390179, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:01:42.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:01:42.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070394973, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:01:42.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:01:42.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "clamp", "timestamp": 1645070395596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:01:42.450Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:01:42.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070396085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:01:42.450Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:01:42.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070397142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:01:42.451Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:01:42.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "clamp", "timestamp": 1645070397612, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:01:42.451Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:01:42.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070398527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/vfwd353d9052a480_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:01:42.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:01:42.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "clamp", "timestamp": 1645070398616, "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-02-17T04:01:42.457Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d582275-d4a1-423d-bc22-0d7a2329d5b9 2022-02-17T04:01:42.457Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d582275-d4a1-423d-bc22-0d7a2329d5b9 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-02-17T04:01:42.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070399530, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-02-17T04:01:42.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:01:42.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070400534, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/resourceInstances/vfwd353d9052a480/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-02-17T04:01:42.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:01:42.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:01:42.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070401540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220217035658/1.0/artifacts/service-Vfw20220217035658-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:01:42.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:02:02.617Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:02:02.628Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9 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-02-17T04:02:02.631Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:02:02.632Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-17T04:02:02.632Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-17T04:02:02.632Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-17T04:02:02.632Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:02:02.632Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:02:02.632Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:02:02.633Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:02:02.633Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:02:02.633Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:02:02.633Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-17T04:02:02.639Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-17T04:02:32.639Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9 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-02-17T04:02:32.648Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d582275-d4a1-423d-bc22-0d7a2329d5b9 and serviceModelVersionId: 14b0f271-fe1b-4bdf-bec5-846d5f152358 2022-02-17T04:02:32.648Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b3c5315-10d9-4bc9-b3a0-eb97f7812587 2022-02-17T04:02:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:02:41.880Z||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-02-17T04:02:41.881Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:02:44.851Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0 2022-02-17T04:02:44.953Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-02-17T04:02:45.399Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0|INFO|500||Invoke 2022-02-17T04:02:45.406Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d582275-d4a1-423d-bc22-0d7a2329d5b9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[afc813f3-c155-4966-8e3c-59c6482d06b4], X-ECOMP-RequestID=[0d582275-d4a1-423d-bc22-0d7a2329d5b9], X-TransactionId=[], X-ONAP-RequestID=[0d582275-d4a1-423d-bc22-0d7a2329d5b9], Content-Type=[application/merge-patch+json]} 2022-02-17T04:02:45.520Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-17T04:02:45.916Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?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/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220217-04:02:45:531-45475], vertex-id=[172256], Content-Length=[0], Date=[Thu, 17 Feb 2022 04:02:45 GMT], Content-Type=[application/json]} 2022-02-17T04:02:45.917Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-17T04:02:45.918Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b3c5315-10d9-4bc9-b3a0-eb97f7812587/model-vers/model-ver/14b0f271-fe1b-4bdf-bec5-846d5f152358?depth=0|INFO|500||InvokeReturn 2022-02-17T04:02:45.921Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-17T04:02:45.921Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-17T04:02:45.926Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-17T04:02:45.932Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d582275-d4a1-423d-bc22-0d7a2329d5b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-17T04:02:45.933Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-17T04:02:45.934Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:02:45.935Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:02:45.935Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070565932, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:02:46.036Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:02:46.037Z||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-02-17T04:02:46.037Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:02:46.051Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:02:46.052Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:02:46.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:02:46.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-02-17T04:02:46.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d582275-d4a1-423d-bc22-0d7a2329d5b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645070565932, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:02:46.725Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:02:46.953Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:02:46.954Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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-02-17T04:02:46.954Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:02:57.231Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:02:57.231Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:02:57.232Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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-02-17T04:02:57.232Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:03:06.771Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:03:06.772Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:03:06.772Z||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-02-17T04:03:06.772Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:03:16.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:03:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:03:41.878Z||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-02-17T04:03:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:03:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:03:41.880Z||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-02-17T04:03:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:03:51.415Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:03:51.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:04:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:04:41.878Z||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-02-17T04:04:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:04:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:04:41.880Z||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-02-17T04:04:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:04:51.420Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:04:51.422Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:05:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:05:41.878Z||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-02-17T04:05:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:05:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:05:41.879Z||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-02-17T04:05:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:05:51.421Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:05:51.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:06:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:06:41.878Z||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-02-17T04:06:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:06:41.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:06:41.879Z||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-02-17T04:06:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:06:51.420Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:06:51.426Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:07:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:07:41.878Z||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-02-17T04:07:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:07:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:07:41.880Z||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-02-17T04:07:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:07:51.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:07:51.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:08:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:08:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:08:41.879Z||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-02-17T04:08:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:08:41.879Z||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-02-17T04:08:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:08:51.424Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:08:51.427Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:09:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:09:41.879Z||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-02-17T04:09:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:09:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:09:41.879Z||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-02-17T04:09:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:09:51.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:09:51.425Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:41.877Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:10:41.879Z||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-02-17T04:10:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:10:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:41.879Z||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-02-17T04:10:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:42.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:42.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "dcae-sch", "timestamp": 1645071028145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "cds", "timestamp": 1645071029578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "cds", "timestamp": 1645071029578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "dcae-sch", "timestamp": 1645071028145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "cds", "timestamp": 1645071029578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "dcae-sch", "timestamp": 1645071028145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "cds", "timestamp": 1645071029578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "dcae-sch", "timestamp": 1645071028145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071035250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "cds", "timestamp": 1645071029578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "dcae-sch", "timestamp": 1645071028145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071035250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "cds", "timestamp": 1645071029578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "dcae-sch", "timestamp": 1645071028145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071035250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "cds", "timestamp": 1645071029578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:10:42.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "dcae-sch", "timestamp": 1645071028145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "clamp", "timestamp": 1645071037908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071035250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "clamp", "timestamp": 1645071037908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:10:42.045Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "cds", "timestamp": 1645071039672, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:10:42.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:10:42.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071035250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "ves-openapi-manager", "timestamp": 1645071039378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.046Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.046Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.046Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "policy-id", "timestamp": 1645071039428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "clamp", "timestamp": 1645071037908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.047Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.047Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.047Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "cds", "timestamp": 1645071040677, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-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-02-17T04:10:42.063Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68f075dc-cc78-413c-8dc9-807ec2344941 2022-02-17T04:10:42.063Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f075dc-cc78-413c-8dc9-807ec2344941 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-02-17T04:10:42.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071035250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "ves-openapi-manager", "timestamp": 1645071039378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "policy-id", "timestamp": 1645071039428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "multicloud-k8s-id", "timestamp": 1645071040880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "clamp", "timestamp": 1645071037908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:10:42.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:42.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-17T04:10:42.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"68f075dc-cc78-413c-8dc9-807ec2344941","serviceName":"basic_onboard_HUIcoQ","serviceVersion":"1.0","serviceUUID":"69b5acb5-3533-42dc-a4ac-4db2488dbb68","serviceDescription":"service","serviceInvariantUUID":"eb6a57b1-43ac-4615-b8ef-8e1c30c628dd","resources":[{"resourceInstanceName":"basic_onboard_HUIcoQ 0","resourceName":"basic_onboard_HUIcoQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d27b374a-d08e-438a-8e3c-7b3be7ebd391","resourceInvariantUUID":"ad0a03f1-61d1-4c81-85f5-fa9d28867522","resourceCustomizationUUID":"823d3a81-ebbf-4893-9731-08b4972c96d9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml","artifactChecksum":"YjZkOGQ3NTY5ZDU4Zjc3ZjhjYmI5NDBjNDVjZDZmOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ecb4d6bf-6299-407a-93bb-3a16e09b0efd","artifactVersion":"1"},{"artifactName":"basic_onboard_huicoq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json","artifactChecksum":"NDJhNzM3ZWUyNGM2ODM5YWIzN2I2ZjgzNmRkM2I5Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9c8b5ab2-6888-4f92-8433-6ae6cfde3586","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"04d8a843-994d-437d-b600-b8f13fe23dba","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"12380261-ae70-4566-963f-c56b4574c1bf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"355aecba-2ea6-45df-8858-bdfdf067b22b","artifactVersion":"2","generatedFromUUID":"04d8a843-994d-437d-b600-b8f13fe23dba"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHuicoq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml","artifactChecksum":"NTZmOGU5NDUxYzJiZWEzZGEzODQzOTQwMWI0YTViMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"318e2d4f-2670-471a-ab1d-33a3b16f4415","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHuicoq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar","artifactChecksum":"OTY0ZjllNzAzN2RlMjg1NWVjNzg4OWY1MmFiZTg2NGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e9c3cb4a-4261-4d6d-bcf4-047f7c43e642","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-17T04:10:42.513Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:10:42.513Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:42.515Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:42.516Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071041877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:42.618Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-02-17T04:10:42.619Z||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-02-17T04:10:42.619Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:42.633Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:42.633Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:10:43.516Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:10:43.517Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:43.518Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:43.519Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071041877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:10:43.619Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:10:43.620Z||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-02-17T04:10:43.620Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:43.632Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:43.632Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:10:44.519Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:10:44.520Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:44.521Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:44.521Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071041877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-17T04:10:44.622Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:10:44.623Z||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-02-17T04:10:44.623Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:44.638Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:44.638Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:10:45.522Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:10:45.523Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:45.526Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:45.526Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071041877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:45.627Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:10:45.627Z||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-02-17T04:10:45.627Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:45.640Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:45.641Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:10:46.527Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:10:46.528Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:46.531Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:46.531Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071041877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-17T04:10:46.631Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-17T04:10:46.632Z||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-02-17T04:10:46.632Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:46.647Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:46.648Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:10:47.532Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:10:47.533Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:47.535Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:47.535Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071041877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:10:47.636Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:10:47.637Z||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-02-17T04:10:47.637Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:47.650Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:47.651Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:10:48.536Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:10:48.537Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:48.539Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:48.540Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071041877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:10:48.640Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:10:48.640Z||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-02-17T04:10:48.641Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:48.653Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:48.653Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:10:49.542Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "serviceName": "basic_onboard_HUIcoQ", "serviceVersion": "1.0", "serviceUUID": "69b5acb5-3533-42dc-a4ac-4db2488dbb68", "serviceDescription": "service", "serviceInvariantUUID": "eb6a57b1-43ac-4615-b8ef-8e1c30c628dd", "resources": [ { "resourceInstanceName": "basic_onboard_HUIcoQ 0", "resourceCustomizationUUID": "823d3a81-ebbf-4893-9731-08b4972c96d9", "resourceName": "basic_onboard_HUIcoQ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d27b374a-d08e-438a-8e3c-7b3be7ebd391", "resourceInvariantUUID": "ad0a03f1-61d1-4c81-85f5-fa9d28867522", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_huicoq0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "artifactChecksum": "NDJhNzM3ZWUyNGM2ODM5YWIzN2I2ZjgzNmRkM2I5Njg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c8b5ab2-6888-4f92-8433-6ae6cfde3586", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "04d8a843-994d-437d-b600-b8f13fe23dba", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "355aecba-2ea6-45df-8858-bdfdf067b22b", "generatedFromUUID": "04d8a843-994d-437d-b600-b8f13fe23dba" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "355aecba-2ea6-45df-8858-bdfdf067b22b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardHuicoq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "artifactChecksum": "OTY0ZjllNzAzN2RlMjg1NWVjNzg4OWY1MmFiZTg2NGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e9c3cb4a-4261-4d6d-bcf4-047f7c43e642" } ], "workloadContext": "Production" } 2022-02-17T04:10:49.542Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-17T04:10:49.542Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 69b5acb5-3533-42dc-a4ac-4db2488dbb68 ASDC 2022-02-17T04:10:49.543Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:68f075dc-cc78-413c-8dc9-807ec2344941 ServiceName:basic_onboard_HUIcoQ ServiceVersion:1.0 ServiceUUID:69b5acb5-3533-42dc-a4ac-4db2488dbb68 ServiceInvariantUUID:eb6a57b1-43ac-4615-b8ef-8e1c30c628dd ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardHuicoq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar ArtifactUUID:e9c3cb4a-4261-4d6d-bcf4-047f7c43e642 ArtifactChecksum:OTY0ZjllNzAzN2RlMjg1NWVjNzg4OWY1MmFiZTg2NGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_HUIcoQ 0 ResourceCustomizationUUID:823d3a81-ebbf-4893-9731-08b4972c96d9 ResourceInvariantUUID:ad0a03f1-61d1-4c81-85f5-fa9d28867522 ResourceName:basic_onboard_HUIcoQ ResourceType:VF ResourceUUID:d27b374a-d08e-438a-8e3c-7b3be7ebd391 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_huicoq0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json ArtifactUUID:9c8b5ab2-6888-4f92-8433-6ae6cfde3586 ArtifactChecksum:NDJhNzM3ZWUyNGM2ODM5YWIzN2I2ZjgzNmRkM2I5Njg= 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/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml ArtifactUUID:04d8a843-994d-437d-b600-b8f13fe23dba 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/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env ArtifactUUID:355aecba-2ea6-45df-8858-bdfdf067b22b 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/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env ArtifactUUID:355aecba-2ea6-45df-8858-bdfdf067b22b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-17T04:10:49.543Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69b5acb5-3533-42dc-a4ac-4db2488dbb68 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-02-17T04:10:49.582Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T04:10:49.583Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:10:49.583Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:10:49.583Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e9c3cb4a-4261-4d6d-bcf4-047f7c43e642 from URL: /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:49.583Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:10:49.583Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:50.045Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:10:50.053Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar e9c3cb4a-4261-4d6d-bcf4-047f7c43e642 71563 2022-02-17T04:10:50.054Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar ASDC sendASDCNotification 2022-02-17T04:10:50.054Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:50.054Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:10:50.055Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:50.058Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:50.058Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071050054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:10:50.159Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:10:50.160Z||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-02-17T04:10:50.160Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:50.173Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:50.173Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:10:51.059Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T04:10:51.060Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:10:51.061Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: e9c3cb4a-4261-4d6d-bcf4-047f7c43e642, URL: /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar to file: /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:51.061Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:51.062Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:51.062Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:51.279Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3562258099579539080/Definitions/service-BasicOnboardHuicoq-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-02-17T04:10:52.396Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_HUIcoQ 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-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:52.397Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria 2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria 2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-02-17T04:10:52.398Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is not matching search criteria 2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-17T04:10:52.399Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria 2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria 2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria 2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:10:52.400Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is not matching search criteria 2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a1e2d58-812a-4a25-b02b-f5f5ef39e7ac 2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:52.401Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_HUIcoQ Description:service Model UUID:69b5acb5-3533-42dc-a4ac-4db2488dbb68 Model Version:NULL Model InvariantUuid:eb6a57b1-43ac-4615-b8ef-8e1c30c628dd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_HUIcoQ Model UUID:c1a0b92e-2896-4eba-a780-3d09a5c68f2b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ad0a03f1-61d1-4c81-85f5-fa9d28867522 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:823d3a81-ebbf-4893-9731-08b4972c96d9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d59a1414-c462-43c8-b8a2-26ebfedb146b ModelName:BasicOnboardHuicoq..base_ubuntu18..module-0 ModelUuid:4cf248a0-d4b5-4af6-b364-176d8013cf3a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0a1e2d58-812a-4a25-b02b-f5f5ef39e7ac ModelInvariantUuid:b418d5fc-ed92-426f-b577-bc9e73478076 ModelName:basic_onboard_HUIcoQ-nodes.ubuntu18Cvfc ModelUuid:c9687af1-cca9-4993-9f78-bc595b929f32 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:4b46cb80-b063-48e8-8633-7b88a7e9aec0 ModelInvariantUuid:2791a0fb-d3a9-425c-aa55-5b9e76eae771 ModelName:BasicOnboardHuicoq.compute.nodes.heat.ubuntu18 ModelUuid:b14671d2-d168-4416-a021-dea9614d4acb 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-02-17T04:10:52.410Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d27b374a-d08e-438a-8e3c-7b3be7ebd391 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-02-17T04:10:52.414Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||basic_onboard_HUIcoQ 0 2022-02-17T04:10:52.414Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d27b374a-d08e-438a-8e3c-7b3be7ebd391 2022-02-17T04:10:52.414Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9c8b5ab2-6888-4f92-8433-6ae6cfde3586 from URL: /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json 2022-02-17T04:10:52.414Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:10:52.414Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json 2022-02-17T04:10:52.465Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:10:52.465Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json 9c8b5ab2-6888-4f92-8433-6ae6cfde3586 798 2022-02-17T04:10:52.465Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json ASDC sendASDCNotification 2022-02-17T04:10:52.466Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json 2022-02-17T04:10:52.466Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:10:52.466Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:52.468Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:52.468Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071052465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:10:52.569Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:10:52.569Z||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-02-17T04:10:52.569Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:52.581Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:52.581Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:10:53.470Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHuicoq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d59a1414-c462-43c8-b8a2-26ebfedb146b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4cf248a0-d4b5-4af6-b364-176d8013cf3a", "vfModuleModelCustomizationUUID": "a250af73-667f-4132-8ee3-cb649a4dbe27", "isBase": true, "artifacts": [ "04d8a843-994d-437d-b600-b8f13fe23dba", "355aecba-2ea6-45df-8858-bdfdf067b22b" ], "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-02-17T04:10:53.475Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHuicoq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4cf248a0-d4b5-4af6-b364-176d8013cf3a VfModuleModelInvariantUUID:d59a1414-c462-43c8-b8a2-26ebfedb146b VfModuleModelDescription:NULL Artifacts UUID List:{ 04d8a843-994d-437d-b600-b8f13fe23dba , 355aecba-2ea6-45df-8858-bdfdf067b22b } 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-02-17T04:10:53.477Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHuicoq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d59a1414-c462-43c8-b8a2-26ebfedb146b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4cf248a0-d4b5-4af6-b364-176d8013cf3a", "vfModuleModelCustomizationUUID": "a250af73-667f-4132-8ee3-cb649a4dbe27", "isBase": true, "artifacts": [ "04d8a843-994d-437d-b600-b8f13fe23dba", "355aecba-2ea6-45df-8858-bdfdf067b22b" ], "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-02-17T04:10:53.477Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHuicoq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4cf248a0-d4b5-4af6-b364-176d8013cf3a VfModuleModelInvariantUUID:d59a1414-c462-43c8-b8a2-26ebfedb146b VfModuleModelDescription:NULL Artifacts UUID List:{ 04d8a843-994d-437d-b600-b8f13fe23dba , 355aecba-2ea6-45df-8858-bdfdf067b22b } 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-02-17T04:10:53.478Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 04d8a843-994d-437d-b600-b8f13fe23dba from URL: /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml 2022-02-17T04:10:53.478Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:10:53.478Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml 2022-02-17T04:10:53.522Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:10:53.523Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml 04d8a843-994d-437d-b600-b8f13fe23dba 5033 2022-02-17T04:10:53.523Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-02-17T04:10:53.524Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml 2022-02-17T04:10:53.524Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:10:53.524Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:53.527Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:53.527Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071053523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:10:53.627Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:10:53.628Z||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-02-17T04:10:53.628Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:53.645Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:53.646Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:10:54.527Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 355aecba-2ea6-45df-8858-bdfdf067b22b from URL: /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env 2022-02-17T04:10:54.529Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:10:54.529Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env 2022-02-17T04:10:54.576Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:10:54.576Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env 355aecba-2ea6-45df-8858-bdfdf067b22b 909 2022-02-17T04:10:54.576Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-02-17T04:10:54.577Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env 2022-02-17T04:10:54.577Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:10:54.577Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:54.579Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:54.579Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071054576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:10:54.680Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:10:54.681Z||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-02-17T04:10:54.681Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:54.692Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:54.693Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:10:55.580Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 69b5acb5-3533-42dc-a4ac-4db2488dbb68 2022-02-17T04:10:55.581Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_HUIcoQ 0 d27b374a-d08e-438a-8e3c-7b3be7ebd391 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-02-17T04:10:55.597Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ad425eb, org.onap.sdc.toscaparser.api.parameters.Input@1c564474, org.onap.sdc.toscaparser.api.parameters.Input@6e126dbf, org.onap.sdc.toscaparser.api.parameters.Input@6d3a1e8c, org.onap.sdc.toscaparser.api.parameters.Input@16ba85bd] 2022-02-17T04:10:55.599Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:55.600Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:55.600Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-02-17T04:10:55.600Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 823d3a81-ebbf-4893-9731-08b4972c96d9 2022-02-17T04:10:55.600Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 823d3a81-ebbf-4893-9731-08b4972c96d9 matches Tosca VF Customization UUID: 823d3a81-ebbf-4893-9731-08b4972c96d9 2022-02-17T04:10:55.600Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 823d3a81-ebbf-4893-9731-08b4972c96d9 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-02-17T04:10:55.603Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:55.603Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:55.604Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 823d3a81-ebbf-4893-9731-08b4972c96d9: {\"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-02-17T04:10:55.604Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@aa33134 2022-02-17T04:10:55.604Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:55.604Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-17T04:10:55.604Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a250af73-667f-4132-8ee3-cb649a4dbe27 2022-02-17T04:10:55.604Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a250af73-667f-4132-8ee3-cb649a4dbe27 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-02-17T04:10:55.607Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:55.607Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria 2022-02-17T04:10:55.607Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:10:55.608Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:55.608Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria 2022-02-17T04:10:55.608Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:10:55.608Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:55.608Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is not matching search criteria 2022-02-17T04:10:55.608Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-02-17T04:10:55.609Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-17T04:10:55.609Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0a1e2d58-812a-4a25-b02b-f5f5ef39e7ac 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-02-17T04:10:55.612Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:55.612Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria 2022-02-17T04:10:55.612Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:10:55.613Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:55.613Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_HUIcoQ 0 is matching search criteria 2022-02-17T04:10:55.613Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_HUIcoQ 0] matching following query criteria: sdcType=VF, customizationUUID=823d3a81-ebbf-4893-9731-08b4972c96d9 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-02-17T04:10:55.616Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:55.616Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:55.616Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 69b5acb5-3533-42dc-a4ac-4db2488dbb68: basic_onboard_HUIcoQ 2022-02-17T04:10:55.616Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:55.616Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:55.617Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:55.617Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:55.617Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:55.618Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:55.618Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:55.618Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:55.618Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:10:55.618Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_HUIcoQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:10:55.618Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_HUIcoQ 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-02-17T04:10:55.714Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_HUIcoQ d27b374a-d08e-438a-8e3c-7b3be7ebd391 1 ASDC deployResourceStructure 2022-02-17T04:10:55.714Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json ASDC sendASDCNotification 2022-02-17T04:10:55.715Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json 2022-02-17T04:10:55.715Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:10:55.715Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:55.717Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:55.717Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071055714, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:10:55.818Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:10:55.818Z||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-02-17T04:10:55.819Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:55.831Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:55.832Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-02-17T04:10:56.719Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-02-17T04:10:56.719Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml 2022-02-17T04:10:56.719Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:10:56.720Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:56.722Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:56.722Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071056718, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-02-17T04:10:56.822Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:10:56.824Z||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-02-17T04:10:56.824Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:56.838Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:56.838Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:10:57.723Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-02-17T04:10:57.724Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env 2022-02-17T04:10:57.724Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:10:57.724Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:57.727Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:57.727Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071057723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-02-17T04:10:57.827Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:10:57.828Z||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-02-17T04:10:57.828Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:57.840Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:57.840Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:10:58.728Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar ASDC sendASDCNotification 2022-02-17T04:10:58.729Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar 2022-02-17T04:10:58.729Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:10:58.729Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:10:58.731Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:10:58.732Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071058728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:10:58.832Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:10:58.833Z||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-02-17T04:10:58.833Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:10:58.844Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:10:58.845Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:10:59.732Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:10:59.745Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 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-02-17T04:10:59.749Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:10:59.750Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:10:59.750Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:11:29.750Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:11:29.762Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 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-02-17T04:11:29.765Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:11:29.765Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:11:29.765Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:11:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:11:41.879Z||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-02-17T04:11:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:11:41.905Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:11:41.906Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:11:41.906Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071035250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:11:41.907Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:11:59.766Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:11:59.778Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 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-02-17T04:11:59.781Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:11:59.781Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:11:59.781Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:12:29.782Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:12:29.794Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 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-02-17T04:12:29.797Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:12:29.798Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:12:29.798Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:12:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:12:41.879Z||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-02-17T04:12:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:12:41.904Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:12:41.905Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:12:41.905Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "ves-openapi-manager", "timestamp": 1645071039378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:12:41.906Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:12:59.798Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:12:59.813Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 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-02-17T04:12:59.815Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:12:59.815Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:12:59.816Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:13:29.816Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:13:29.830Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 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-02-17T04:13:29.835Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:13:29.835Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:13:29.835Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:13:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:13:41.880Z||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-02-17T04:13:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:13:42.410Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:13:42.413Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.413Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "policy-id", "timestamp": 1645071039428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-17T04:13:42.414Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.414Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.414Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "multicloud-k8s-id", "timestamp": 1645071040880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:13:42.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071041877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "clamp", "timestamp": 1645071037908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.415Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.415Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.415Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071043019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:13:42.415Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "ves-openapi-manager", "timestamp": 1645071039378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "policy-id", "timestamp": 1645071039428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.416Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071041877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:13:42.416Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.416Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "multicloud-k8s-id", "timestamp": 1645071040880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-17T04:13:42.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "clamp", "timestamp": 1645071037908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "ves-openapi-manager", "timestamp": 1645071039378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.417Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.417Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.417Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "policy-id", "timestamp": 1645071039428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "multicloud-k8s-id", "timestamp": 1645071040880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071041877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-17T04:13:42.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "clamp", "timestamp": 1645071037908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:13:42.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.418Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "ves-openapi-manager", "timestamp": 1645071039378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.418Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "policy-id", "timestamp": 1645071039428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071045206, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:13:42.419Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071041877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.419Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "multicloud-k8s-id", "timestamp": 1645071040880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-17T04:13:42.419Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "ves-openapi-manager", "timestamp": 1645071039378, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "policy-id", "timestamp": 1645071039428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:13:42.420Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.420Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.420Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071046209, "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-02-17T04:13:42.428Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68f075dc-cc78-413c-8dc9-807ec2344941 2022-02-17T04:13:42.428Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f075dc-cc78-413c-8dc9-807ec2344941 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-02-17T04:13:42.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "multicloud-k8s-id", "timestamp": 1645071040880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071041877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-17T04:13:42.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "policy-id", "timestamp": 1645071047299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:13:42.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "multicloud-k8s-id", "timestamp": 1645071040880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:13:42.440Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071041877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.441Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.441Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "policy-id", "timestamp": 1645071048302, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:13:42.441Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.441Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071041877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:13:42.442Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "multicloud-k8s-id", "timestamp": 1645071048944, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:13:42.442Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.442Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "policy-id", "timestamp": 1645071049304, "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-02-17T04:13:42.448Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68f075dc-cc78-413c-8dc9-807ec2344941 2022-02-17T04:13:42.449Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f075dc-cc78-413c-8dc9-807ec2344941 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-02-17T04:13:42.460Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.460Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "aai-ml", "timestamp": 1645071049100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.460Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071050054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:13:42.461Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.461Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.461Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "multicloud-k8s-id", "timestamp": 1645071050146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:13:42.462Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "aai-ml", "timestamp": 1645071049100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.462Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.462Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.462Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "multicloud-k8s-id", "timestamp": 1645071051201, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:13:42.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "clamp", "timestamp": 1645071051691, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:13:42.463Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "aai-ml", "timestamp": 1645071049100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.464Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.464Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.464Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "multicloud-k8s-id", "timestamp": 1645071052234, "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-02-17T04:13:42.471Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68f075dc-cc78-413c-8dc9-807ec2344941 2022-02-17T04:13:42.471Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f075dc-cc78-413c-8dc9-807ec2344941 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-02-17T04:13:42.481Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.481Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071052465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:13:42.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.482Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.482Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "clamp", "timestamp": 1645071052709, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:13:42.482Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.483Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "aai-ml", "timestamp": 1645071049100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.483Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.483Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "multicloud-k8s-id", "timestamp": 1645071053238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:13:42.484Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.484Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.484Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071053523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:13:42.485Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.485Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.485Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "clamp", "timestamp": 1645071053713, "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-02-17T04:13:42.492Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68f075dc-cc78-413c-8dc9-807ec2344941 2022-02-17T04:13:42.492Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f075dc-cc78-413c-8dc9-807ec2344941 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-02-17T04:13:42.503Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.503Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "aai-ml", "timestamp": 1645071049100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.504Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.504Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.504Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071054576, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:13:42.504Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "aai-ml", "timestamp": 1645071049100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:13:42.505Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.505Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.505Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071055714, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/basic_onboard_huicoq0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:13:42.506Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "aai-ml", "timestamp": 1645071049100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:13:42.506Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:13:42.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071056718, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-02-17T04:13:42.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.507Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "aai-ml", "timestamp": 1645071056838, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:13:42.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.508Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.508Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071057723, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/resourceInstances/basic_onboard_huicoq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-02-17T04:13:42.508Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071058728, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:13:42.509Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.509Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.509Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "aai-ml", "timestamp": 1645071061569, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHuicoq/1.0/artifacts/service-BasicOnboardHuicoq-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:13:42.510Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:13:42.510Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:13:42.510Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "aai-ml", "timestamp": 1645071062572, "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-02-17T04:13:42.517Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68f075dc-cc78-413c-8dc9-807ec2344941 2022-02-17T04:13:42.517Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68f075dc-cc78-413c-8dc9-807ec2344941 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-02-17T04:13:59.835Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:13:59.848Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 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-02-17T04:13:59.850Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:13:59.850Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-17T04:13:59.850Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-17T04:13:59.850Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-17T04:13:59.850Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:13:59.850Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:13:59.851Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:13:59.851Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:13:59.851Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:13:59.851Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:13:59.851Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-17T04:13:59.856Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-17T04:14:29.856Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68f075dc-cc78-413c-8dc9-807ec2344941 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-02-17T04:14:29.864Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68f075dc-cc78-413c-8dc9-807ec2344941 and serviceModelVersionId: 69b5acb5-3533-42dc-a4ac-4db2488dbb68 2022-02-17T04:14:29.864Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb6a57b1-43ac-4615-b8ef-8e1c30c628dd 2022-02-17T04:14:29.865Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0 2022-02-17T04:14:29.873Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-02-17T04:14:29.914Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0|INFO|500||Invoke 2022-02-17T04:14:29.914Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[68f075dc-cc78-413c-8dc9-807ec2344941], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[41487d0c-c2b8-4c43-8c30-4d063a1d9acf], X-ECOMP-RequestID=[68f075dc-cc78-413c-8dc9-807ec2344941], X-TransactionId=[], X-ONAP-RequestID=[68f075dc-cc78-413c-8dc9-807ec2344941], Content-Type=[application/merge-patch+json]} 2022-02-17T04:14:29.939Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-17T04:14:30.015Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?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/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220217-04:14:29:949-66538], vertex-id=[180448], Content-Length=[0], Date=[Thu, 17 Feb 2022 04:14:29 GMT], Content-Type=[application/json]} 2022-02-17T04:14:30.016Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-17T04:14:30.016Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb6a57b1-43ac-4615-b8ef-8e1c30c628dd/model-vers/model-ver/69b5acb5-3533-42dc-a4ac-4db2488dbb68?depth=0|INFO|500||InvokeReturn 2022-02-17T04:14:30.017Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-17T04:14:30.017Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-17T04:14:30.021Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-17T04:14:30.022Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68f075dc-cc78-413c-8dc9-807ec2344941 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-17T04:14:30.022Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-17T04:14:30.022Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:14:30.024Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:14:30.024Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071270022, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:14:30.124Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:14:30.125Z||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-02-17T04:14:30.125Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:14:30.140Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:14:30.141Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 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-02-17T04:14:31.039Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:14:31.039Z|68f075dc-cc78-413c-8dc9-807ec2344941|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-02-17T04:14:31.039Z|68f075dc-cc78-413c-8dc9-807ec2344941|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:14:41.449Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:14:41.450Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:14:41.450Z|68f075dc-cc78-413c-8dc9-807ec2344941|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-02-17T04:14:41.450Z|68f075dc-cc78-413c-8dc9-807ec2344941|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:14:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:14:41.880Z||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-02-17T04:14:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:14:42.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:14:42.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:14:42.506Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "68f075dc-cc78-413c-8dc9-807ec2344941", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071270022, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:14:42.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:14:51.004Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:14:51.005Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:14:51.005Z|68f075dc-cc78-413c-8dc9-807ec2344941|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-02-17T04:14:51.006Z|68f075dc-cc78-413c-8dc9-807ec2344941|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:15:00.542Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:15:00.543Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:15:00.543Z|68f075dc-cc78-413c-8dc9-807ec2344941|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-02-17T04:15:00.544Z|68f075dc-cc78-413c-8dc9-807ec2344941|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:15:10.084Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:15:41.877Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:15:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|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-02-17T04:15:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:15:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:15:41.879Z||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-02-17T04:15:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:15:51.419Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:15:51.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:16:41.877Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:16:41.879Z|68f075dc-cc78-413c-8dc9-807ec2344941|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-02-17T04:16:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:16:41.879Z|68f075dc-cc78-413c-8dc9-807ec2344941|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:16:41.879Z||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-02-17T04:16:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:16:51.426Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:16:51.432Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:17:41.877Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:17:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|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-02-17T04:17:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:17:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:17:41.879Z||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-02-17T04:17:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:17:51.426Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:17:51.426Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:18:41.877Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:18:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|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-02-17T04:18:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:18:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:18:41.879Z||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-02-17T04:18:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:18:51.423Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:18:51.424Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:19:41.877Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:19:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|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-02-17T04:19:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:19:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:19:41.879Z||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-02-17T04:19:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:19:51.428Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:19:51.429Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:20:41.877Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:20:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|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-02-17T04:20:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:20:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:20:41.879Z||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-02-17T04:20:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:20:51.423Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:20:51.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:21:41.877Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:21:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|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-02-17T04:21:41.878Z|68f075dc-cc78-413c-8dc9-807ec2344941|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:21:41.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:21:41.879Z||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-02-17T04:21:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:21:42.505Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:21:42.506Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.506Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e5c3223c-06db-4405-9138-c685243eaf7a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"084e8b15-90dc-49d7-9a33-ea1e4ee2877e","serviceDescription":"service","serviceInvariantUUID":"d98a294c-fd72-40d2-a3af-4f5b26e05136","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3854e1b3-3e34-4608-976a-552cb2b1359d","resourceInvariantUUID":"af2d253a-3eef-4121-a5ff-4ca829cf5a22","resourceCustomizationUUID":"17eade87-a27e-469a-84a0-f726a8e7c3f6","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":"YmUwNzc2YzhmMmE2YzFkMThjM2ZhNGIwYWJhNmFlOGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f80cf7c-3435-423d-9e49-795a869a7aa4","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODA1OWRhMzY2NTM3N2I2YjM3N2RiN2RlYjY5ODFjYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9202ec31-c273-43ed-8962-686a60efc0f4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-17T04:21:42.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:21:42.509Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:21:42.509Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.509Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:21:42.509Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "aai-ml", "timestamp": 1645071679100, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:21:42.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.510Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.510Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "dcae-sch", "timestamp": 1645071688145, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:21:42.510Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "multicloud-k8s-id", "timestamp": 1645071680880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:21:42.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "policy-id", "timestamp": 1645071679428, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:21:42.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "ves-openapi-manager", "timestamp": 1645071679378, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:21:42.511Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.511Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "aai-ml", "timestamp": 1645071679100, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:21:42.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "dcae-sch", "timestamp": 1645071688145, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:21:42.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "multicloud-k8s-id", "timestamp": 1645071680880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:21:42.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.512Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.512Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "policy-id", "timestamp": 1645071679428, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:21:42.512Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "ves-openapi-manager", "timestamp": 1645071679378, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:21:42.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "cds", "timestamp": 1645071689578, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:21:42.513Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:21:42.513Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "aai-ml", "timestamp": 1645071691087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:21:42.513Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071701877, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:21:42.513Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.513Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "policy-id", "timestamp": 1645071691083, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:21:42.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "cds", "timestamp": 1645071689578, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:21:42.514Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "policy-id", "timestamp": 1645071692086, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:21:42.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "cds", "timestamp": 1645071692274, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:21:42.514Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.514Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "policy-id", "timestamp": 1645071693088, "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-02-17T04:21:42.530Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5c3223c-06db-4405-9138-c685243eaf7a 2022-02-17T04:21:42.530Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c3223c-06db-4405-9138-c685243eaf7a 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-02-17T04:21:42.539Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.539Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "cds", "timestamp": 1645071693279, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-17T04:21:42.545Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e5c3223c-06db-4405-9138-c685243eaf7a 2022-02-17T04:21:42.546Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c3223c-06db-4405-9138-c685243eaf7a 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-02-17T04:21:42.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "aai-ml", "timestamp": 1645071693939, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:21:42.558Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:21:42.558Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.558Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "aai-ml", "timestamp": 1645071694945, "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-02-17T04:21:42.564Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e5c3223c-06db-4405-9138-c685243eaf7a 2022-02-17T04:21:42.564Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c3223c-06db-4405-9138-c685243eaf7a 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-02-17T04:21:42.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071695250, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:21:42.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071695250, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:21:42.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071698079, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:21:42.574Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:21:42.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "clamp", "timestamp": 1645071697908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:21:42.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071699517, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:21:42.575Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:21:42.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "clamp", "timestamp": 1645071697908, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:21:42.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-02-17T04:21:42.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-02-17T04:21:42.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071700522, "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-02-17T04:21:42.583Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e5c3223c-06db-4405-9138-c685243eaf7a 2022-02-17T04:21:42.583Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c3223c-06db-4405-9138-c685243eaf7a 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-02-17T04:21:42.613Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:21:42.614Z||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-02-17T04:21:42.614Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:21:42.627Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:21:42.628Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:21:43.514Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:21:43.514Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:21:43.516Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:21:43.516Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071701877, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:21:43.616Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:21:43.618Z||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-02-17T04:21:43.618Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:21:43.632Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:21:43.632Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-02-17T04:21:44.517Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "084e8b15-90dc-49d7-9a33-ea1e4ee2877e", "serviceDescription": "service", "serviceInvariantUUID": "d98a294c-fd72-40d2-a3af-4f5b26e05136", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "17eade87-a27e-469a-84a0-f726a8e7c3f6", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "3854e1b3-3e34-4608-976a-552cb2b1359d", "resourceInvariantUUID": "af2d253a-3eef-4121-a5ff-4ca829cf5a22", "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": "ODA1OWRhMzY2NTM3N2I2YjM3N2RiN2RlYjY5ODFjYzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9202ec31-c273-43ed-8962-686a60efc0f4" } ], "workloadContext": "Production" } 2022-02-17T04:21:44.518Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-17T04:21:44.518Z|68f075dc-cc78-413c-8dc9-807ec2344941|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 084e8b15-90dc-49d7-9a33-ea1e4ee2877e ASDC 2022-02-17T04:21:44.519Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:e5c3223c-06db-4405-9138-c685243eaf7a ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:084e8b15-90dc-49d7-9a33-ea1e4ee2877e ServiceInvariantUUID:d98a294c-fd72-40d2-a3af-4f5b26e05136 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:9202ec31-c273-43ed-8962-686a60efc0f4 ArtifactChecksum:ODA1OWRhMzY2NTM3N2I2YjM3N2RiN2RlYjY5ODFjYzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:17eade87-a27e-469a-84a0-f726a8e7c3f6 ResourceInvariantUUID:af2d253a-3eef-4121-a5ff-4ca829cf5a22 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:3854e1b3-3e34-4608-976a-552cb2b1359d ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-02-17T04:21:44.519Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 084e8b15-90dc-49d7-9a33-ea1e4ee2877e 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-02-17T04:21:44.547Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T04:21:44.548Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:21:44.548Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:21:44.548Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9202ec31-c273-43ed-8962-686a60efc0f4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-17T04:21:44.548Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:21:44.548Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-17T04:21:44.699Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:21:44.703Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 9202ec31-c273-43ed-8962-686a60efc0f4 52483 2022-02-17T04:21:44.704Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-02-17T04:21:44.704Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-17T04:21:44.704Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:21:44.704Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:21:44.707Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:21:44.707Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071704704, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:21:44.807Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:21:44.808Z||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-02-17T04:21:44.808Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:21:44.820Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:21:44.820Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:21:45.708Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T04:21:45.709Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:21:45.710Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9202ec31-c273-43ed-8962-686a60efc0f4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-17T04:21:45.710Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-02-17T04:21:45.710Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-17T04:21:45.711Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-17T04:21:45.788Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10978277423247614777/Definitions/service-BasicNetwork-template.yml 2022-02-17T04:21:46.173Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-17T04:21:46.173Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-02-17T04:21:46.173Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-17T04:21:46.173Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-02-17T04:21:46.173Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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-02-17T04:21:46.173Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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-02-17T04:21:46.173Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:21:46.174Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:21:46.175Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:21:46.176Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:21:46.176Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:084e8b15-90dc-49d7-9a33-ea1e4ee2877e Model Version:NULL Model InvariantUuid:d98a294c-fd72-40d2-a3af-4f5b26e05136 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:af2d253a-3eef-4121-a5ff-4ca829cf5a22 Model UUID:e79e2547-ecbf-4d82-b898-23cdc596db36 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:17eade87-a27e-469a-84a0-f726a8e7c3f6 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-02-17T04:21:46.183Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 3854e1b3-3e34-4608-976a-552cb2b1359d 2022-02-17T04:21:46.183Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||No resources found for Service: 084e8b15-90dc-49d7-9a33-ea1e4ee2877e 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-02-17T04:21:46.186Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500|| 2022-02-17T04:21:46.187Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-02-17T04:21:46.187Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 084e8b15-90dc-49d7-9a33-ea1e4ee2877e 2022-02-17T04:21:46.187Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 084e8b15-90dc-49d7-9a33-ea1e4ee2877e 2022-02-17T04:21:46.187Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-02-17T04:21:46.187Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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-02-17T04:21:46.192Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27da0493, org.onap.sdc.toscaparser.api.parameters.Input@263229ec, org.onap.sdc.toscaparser.api.parameters.Input@35950b0a, org.onap.sdc.toscaparser.api.parameters.Input@2452caf3, org.onap.sdc.toscaparser.api.parameters.Input@535bbc76] 2022-02-17T04:21:46.194Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:21:46.194Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:21:46.194Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:21:46.194Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:21:46.195Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 084e8b15-90dc-49d7-9a33-ea1e4ee2877e: Generic NeutronNet 2022-02-17T04:21:46.195Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:21:46.195Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:21:46.195Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:21:46.195Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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-02-17T04:21:46.220Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:21:46.220Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:21:46.220Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:21:46.220Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:21:46.220Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:21:46.220Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:21:46.220Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||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-02-17T04:21:46.290Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-02-17T04:21:46.290Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-02-17T04:21:46.290Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-02-17T04:21:46.291Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:21:46.291Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:21:46.292Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:21:46.292Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071706290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:21:46.393Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:21:46.394Z||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-02-17T04:21:46.394Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:21:46.407Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:21:46.408Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:21:47.293Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5c3223c-06db-4405-9138-c685243eaf7a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:21:47.307Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5c3223c-06db-4405-9138-c685243eaf7a 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-02-17T04:21:47.309Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:21:47.309Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:21:47.310Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-17T04:21:47.315Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-17T04:22:17.315Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e5c3223c-06db-4405-9138-c685243eaf7a 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-02-17T04:22:17.322Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e5c3223c-06db-4405-9138-c685243eaf7a and serviceModelVersionId: 084e8b15-90dc-49d7-9a33-ea1e4ee2877e 2022-02-17T04:22:17.322Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d98a294c-fd72-40d2-a3af-4f5b26e05136 2022-02-17T04:22:17.323Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0 2022-02-17T04:22:17.328Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-02-17T04:22:17.359Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0|INFO|500||Invoke 2022-02-17T04:22:17.360Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e5c3223c-06db-4405-9138-c685243eaf7a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3e591bcd-f5d4-4e88-88df-143ae0df0e15], X-ECOMP-RequestID=[e5c3223c-06db-4405-9138-c685243eaf7a], X-TransactionId=[], X-ONAP-RequestID=[e5c3223c-06db-4405-9138-c685243eaf7a], Content-Type=[application/merge-patch+json]} 2022-02-17T04:22:17.377Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-17T04:22:17.604Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?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/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220217-04:22:17:385-8872], vertex-id=[180360], Content-Length=[0], Date=[Thu, 17 Feb 2022 04:22:17 GMT], Content-Type=[application/json]} 2022-02-17T04:22:17.605Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-17T04:22:17.606Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d98a294c-fd72-40d2-a3af-4f5b26e05136/model-vers/model-ver/084e8b15-90dc-49d7-9a33-ea1e4ee2877e?depth=0|INFO|500||InvokeReturn 2022-02-17T04:22:17.606Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-17T04:22:17.607Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-17T04:22:17.611Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-17T04:22:17.611Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e5c3223c-06db-4405-9138-c685243eaf7a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-17T04:22:17.612Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-17T04:22:17.612Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:22:17.613Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:22:17.613Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071737611, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:22:17.714Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:22:17.714Z||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-02-17T04:22:17.715Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:22:17.728Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:22:17.729Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-02-17T04:22:41.877Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:22:41.878Z|e5c3223c-06db-4405-9138-c685243eaf7a|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-02-17T04:22:41.878Z|e5c3223c-06db-4405-9138-c685243eaf7a|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:22:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:22:41.879Z||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-02-17T04:22:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:22:42.003Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:22:42.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-17T04:22:42.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071701877, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:22:42.005Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-02-17T04:22:51.419Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:23:41.877Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:23:41.878Z|e5c3223c-06db-4405-9138-c685243eaf7a|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-02-17T04:23:41.878Z|e5c3223c-06db-4405-9138-c685243eaf7a|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:23:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:23:41.879Z||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-02-17T04:23:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:23:42.406Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:23:42.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-17T04:23:42.407Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071701877, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:23:42.407Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071704704, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:23:42.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071706290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:23:42.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "clamp", "timestamp": 1645071706792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:23:42.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-17T04:23:42.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "clamp", "timestamp": 1645071708800, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:23:42.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:23:42.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-17T04:23:42.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "clamp", "timestamp": 1645071709804, "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-02-17T04:23:42.417Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e5c3223c-06db-4405-9138-c685243eaf7a 2022-02-17T04:23:42.417Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c3223c-06db-4405-9138-c685243eaf7a 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-02-17T04:23:42.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-02-17T04:23:42.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c3223c-06db-4405-9138-c685243eaf7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071737611, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:23:42.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:23:51.424Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:41.877Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:24:41.878Z|e5c3223c-06db-4405-9138-c685243eaf7a|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-02-17T04:24:41.878Z|e5c3223c-06db-4405-9138-c685243eaf7a|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:24:41.879Z||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-02-17T04:24:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:45.228Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:45.229Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-17T04:24:45.229Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"01c63540-d9be-46c3-ac14-57f3527bfc8d","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"56778027-d2ac-4ee6-a7cc-42c1239fc34c","serviceDescription":"service","serviceInvariantUUID":"00201bc2-d0fb-4e54-87e2-92838b70ebbd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e7d66960-83da-4a0f-8857-810d693feab0","resourceInvariantUUID":"53f92f3f-ba7d-41ea-a08e-ed61c93e4a16","resourceCustomizationUUID":"95bb3206-975b-4981-9201-e9bd1814046a","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":"YTNlODI4ZDlmZTY2NzBmZmM3NGJkNTdiMTkxOWJhMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0976ee42-e209-47e0-ab83-fd8f574b5b3e","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":"ODk0Mzc2Mzg4YTgzMmE3YTM3NTk1NGIxODI0ZjM3Njg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f99b7f43-99b4-4205-9c2a-d4858af1d159","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":"e78e178b-6e67-4fe5-9564-afe3640e167a","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":"ed566fa1-cba1-439b-aee9-59dbbec629e1","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":"a33aced0-1cb6-445a-bb36-730ddcf297e2","artifactVersion":"2","generatedFromUUID":"e78e178b-6e67-4fe5-9564-afe3640e167a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWRlYWUwMmRhNjU5ODVmY2Q4YmY3NjBmY2Q1ZjYwOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"48eee52c-76ab-41ee-b810-3a5858bd49ba","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MWMyZDlhNWQ4YzMzMmNmMWQ0NDc1NzBiMTkzMzRhOGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf56dc53-e4a1-48fb-bb6f-111233006657","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-17T04:24:45.233Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:24:45.234Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:24:45.236Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:24:45.237Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071881877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:24:45.337Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:24:45.338Z||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-02-17T04:24:45.338Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:45.351Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:45.351Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:24:45.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:45.468Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:24:45.468Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071881877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:24:45.469Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:24:46.237Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:24:46.238Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:24:46.240Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:24:46.240Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071881877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:24:46.340Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:24:46.341Z||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-02-17T04:24:46.341Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:46.358Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:46.359Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:24:47.241Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:24:47.242Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:24:47.244Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:24:47.244Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071881877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-17T04:24:47.344Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:24:47.345Z||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-02-17T04:24:47.345Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:47.361Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:47.361Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:24:48.245Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:24:48.246Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:24:48.248Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:24:48.248Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071881877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:24:48.348Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:24:48.349Z||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-02-17T04:24:48.350Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:48.375Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:48.376Z||pool-43-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:24:49.249Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:24:49.250Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:24:49.252Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:24:49.252Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071881877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-02-17T04:24:49.353Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:24:49.354Z||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-02-17T04:24:49.354Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:49.368Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:49.369Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:24:50.253Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:24:50.254Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:24:50.255Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:24:50.255Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071881877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:24:50.356Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:24:50.357Z||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-02-17T04:24:50.357Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:50.371Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:50.371Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:24:51.256Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:24:51.257Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:24:51.259Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:24:51.259Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071881877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:24:51.359Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:24:51.361Z||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-02-17T04:24:51.361Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:51.387Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:51.387Z||pool-46-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:24:52.261Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "56778027-d2ac-4ee6-a7cc-42c1239fc34c", "serviceDescription": "service", "serviceInvariantUUID": "00201bc2-d0fb-4e54-87e2-92838b70ebbd", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "95bb3206-975b-4981-9201-e9bd1814046a", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e7d66960-83da-4a0f-8857-810d693feab0", "resourceInvariantUUID": "53f92f3f-ba7d-41ea-a08e-ed61c93e4a16", "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": "ODk0Mzc2Mzg4YTgzMmE3YTM3NTk1NGIxODI0ZjM3Njg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f99b7f43-99b4-4205-9c2a-d4858af1d159", "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": "e78e178b-6e67-4fe5-9564-afe3640e167a", "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": "a33aced0-1cb6-445a-bb36-730ddcf297e2", "generatedFromUUID": "e78e178b-6e67-4fe5-9564-afe3640e167a" }, "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": "a33aced0-1cb6-445a-bb36-730ddcf297e2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MWMyZDlhNWQ4YzMzMmNmMWQ0NDc1NzBiMTkzMzRhOGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bf56dc53-e4a1-48fb-bb6f-111233006657" } ], "workloadContext": "Production" } 2022-02-17T04:24:52.261Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-17T04:24:52.261Z|e5c3223c-06db-4405-9138-c685243eaf7a|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 56778027-d2ac-4ee6-a7cc-42c1239fc34c ASDC 2022-02-17T04:24:52.261Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:01c63540-d9be-46c3-ac14-57f3527bfc8d ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:56778027-d2ac-4ee6-a7cc-42c1239fc34c ServiceInvariantUUID:00201bc2-d0fb-4e54-87e2-92838b70ebbd 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:bf56dc53-e4a1-48fb-bb6f-111233006657 ArtifactChecksum:MWMyZDlhNWQ4YzMzMmNmMWQ0NDc1NzBiMTkzMzRhOGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:95bb3206-975b-4981-9201-e9bd1814046a ResourceInvariantUUID:53f92f3f-ba7d-41ea-a08e-ed61c93e4a16 ResourceName:basic_vm ResourceType:VF ResourceUUID:e7d66960-83da-4a0f-8857-810d693feab0 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:f99b7f43-99b4-4205-9c2a-d4858af1d159 ArtifactChecksum:ODk0Mzc2Mzg4YTgzMmE3YTM3NTk1NGIxODI0ZjM3Njg= 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:e78e178b-6e67-4fe5-9564-afe3640e167a 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:a33aced0-1cb6-445a-bb36-730ddcf297e2 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:a33aced0-1cb6-445a-bb36-730ddcf297e2 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-17T04:24:52.261Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 56778027-d2ac-4ee6-a7cc-42c1239fc34c 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-02-17T04:24:52.293Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T04:24:52.293Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:24:52.293Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:24:52.294Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: bf56dc53-e4a1-48fb-bb6f-111233006657 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-02-17T04:24:52.294Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:24:52.294Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-02-17T04:24:52.588Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:24:52.592Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar bf56dc53-e4a1-48fb-bb6f-111233006657 71041 2022-02-17T04:24:52.593Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-02-17T04:24:52.593Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-02-17T04:24:52.593Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:24:52.594Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:24:52.596Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:24:52.596Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071892593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:24:52.696Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:24:52.697Z||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-02-17T04:24:52.697Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:52.706Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:52.706Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:24:53.596Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T04:24:53.598Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:24:53.598Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: bf56dc53-e4a1-48fb-bb6f-111233006657, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-02-17T04:24:53.598Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-02-17T04:24:53.598Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-02-17T04:24:53.598Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-02-17T04:24:53.685Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17251781015684436182/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-02-17T04:24:54.623Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-17T04:24:54.623Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-02-17T04:24:54.623Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-17T04:24:54.623Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-02-17T04:24:54.623Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:54.623Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:54.623Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:54.624Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-17T04:24:54.625Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:54.626Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-02-17T04:24:54.627Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-02-17T04:24:54.627Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-02-17T04:24:54.627Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ac9718b1-f783-40a5-b4c4-04a631ca316c 2022-02-17T04:24:54.627Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:54.627Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:54.627Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:54.627Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:54.627Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:54.627Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:54.627Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:54.627Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:54.627Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:56778027-d2ac-4ee6-a7cc-42c1239fc34c Model Version:NULL Model InvariantUuid:00201bc2-d0fb-4e54-87e2-92838b70ebbd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:7f002873-5b20-4626-8fff-c331618a2b32 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:53f92f3f-ba7d-41ea-a08e-ed61c93e4a16 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:95bb3206-975b-4981-9201-e9bd1814046a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:23cb2a02-9f97-4e3c-9e70-3d4dc1ec1b22 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:9949bdd9-d351-4c45-8b48-de292ecc79f2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ac9718b1-f783-40a5-b4c4-04a631ca316c ModelInvariantUuid:b5c13599-af72-4831-9d70-04f45e628c8c ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:84fb41c2-45d0-4fe0-bf89-2036b01ecde8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6cc09226-b885-4227-b8b0-107dafe7398e ModelInvariantUuid:cceb6cb6-59c2-4e2d-a0a0-0df2e74fddbe ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:7beeef6f-7505-4ebc-8e44-9cac183a437e 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-02-17T04:24:54.633Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: e7d66960-83da-4a0f-8857-810d693feab0 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-02-17T04:24:54.635Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||basic_vm 0 2022-02-17T04:24:54.635Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e7d66960-83da-4a0f-8857-810d693feab0 2022-02-17T04:24:54.635Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f99b7f43-99b4-4205-9c2a-d4858af1d159 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-02-17T04:24:54.636Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:24:54.636Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:54.717Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:24:54.718Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f99b7f43-99b4-4205-9c2a-d4858af1d159 787 2022-02-17T04:24:54.718Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:54.718Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:54.718Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:24:54.718Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:24:54.720Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:24:54.721Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071894718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:24:54.821Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:24:54.822Z||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-02-17T04:24:54.822Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:54.832Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:54.833Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:24:55.721Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "23cb2a02-9f97-4e3c-9e70-3d4dc1ec1b22", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9949bdd9-d351-4c45-8b48-de292ecc79f2", "vfModuleModelCustomizationUUID": "606c33b6-a922-4f5e-a7ce-46b79f4f97b4", "isBase": true, "artifacts": [ "e78e178b-6e67-4fe5-9564-afe3640e167a", "a33aced0-1cb6-445a-bb36-730ddcf297e2" ], "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-02-17T04:24:55.728Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9949bdd9-d351-4c45-8b48-de292ecc79f2 VfModuleModelInvariantUUID:23cb2a02-9f97-4e3c-9e70-3d4dc1ec1b22 VfModuleModelDescription:NULL Artifacts UUID List:{ e78e178b-6e67-4fe5-9564-afe3640e167a , a33aced0-1cb6-445a-bb36-730ddcf297e2 } 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-02-17T04:24:55.731Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "23cb2a02-9f97-4e3c-9e70-3d4dc1ec1b22", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9949bdd9-d351-4c45-8b48-de292ecc79f2", "vfModuleModelCustomizationUUID": "606c33b6-a922-4f5e-a7ce-46b79f4f97b4", "isBase": true, "artifacts": [ "e78e178b-6e67-4fe5-9564-afe3640e167a", "a33aced0-1cb6-445a-bb36-730ddcf297e2" ], "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-02-17T04:24:55.731Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9949bdd9-d351-4c45-8b48-de292ecc79f2 VfModuleModelInvariantUUID:23cb2a02-9f97-4e3c-9e70-3d4dc1ec1b22 VfModuleModelDescription:NULL Artifacts UUID List:{ e78e178b-6e67-4fe5-9564-afe3640e167a , a33aced0-1cb6-445a-bb36-730ddcf297e2 } 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-02-17T04:24:55.731Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e78e178b-6e67-4fe5-9564-afe3640e167a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-02-17T04:24:55.731Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:24:55.732Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:55.774Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:24:55.774Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e78e178b-6e67-4fe5-9564-afe3640e167a 5033 2022-02-17T04:24:55.774Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:55.774Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:55.775Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:24:55.775Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:24:55.777Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:24:55.777Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071895774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:24:55.877Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:24:55.878Z||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-02-17T04:24:55.878Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:55.890Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:55.891Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:24:56.779Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a33aced0-1cb6-445a-bb36-730ddcf297e2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-02-17T04:24:56.779Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:24:56.779Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:56.815Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:24:56.816Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a33aced0-1cb6-445a-bb36-730ddcf297e2 903 2022-02-17T04:24:56.816Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:56.816Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:56.816Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:24:56.816Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:24:56.819Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:24:56.819Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071896816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:24:56.919Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:24:56.920Z||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-02-17T04:24:56.920Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:56.934Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:56.934Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-02-17T04:24:57.819Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 56778027-d2ac-4ee6-a7cc-42c1239fc34c 2022-02-17T04:24:57.820Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e7d66960-83da-4a0f-8857-810d693feab0 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-02-17T04:24:57.835Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@31c8675e, org.onap.sdc.toscaparser.api.parameters.Input@10b0cb56, org.onap.sdc.toscaparser.api.parameters.Input@234e555f, org.onap.sdc.toscaparser.api.parameters.Input@659946e3, org.onap.sdc.toscaparser.api.parameters.Input@17192f99] 2022-02-17T04:24:57.836Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:57.836Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:57.837Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-02-17T04:24:57.837Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 95bb3206-975b-4981-9201-e9bd1814046a 2022-02-17T04:24:57.837Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 95bb3206-975b-4981-9201-e9bd1814046a matches Tosca VF Customization UUID: 95bb3206-975b-4981-9201-e9bd1814046a 2022-02-17T04:24:57.837Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 95bb3206-975b-4981-9201-e9bd1814046a 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-02-17T04:24:57.839Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:57.840Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:57.840Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 95bb3206-975b-4981-9201-e9bd1814046a: {\"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-02-17T04:24:57.840Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7fd11f3e 2022-02-17T04:24:57.840Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:57.840Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-17T04:24:57.840Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 606c33b6-a922-4f5e-a7ce-46b79f4f97b4 2022-02-17T04:24:57.840Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 606c33b6-a922-4f5e-a7ce-46b79f4f97b4 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-02-17T04:24:57.842Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:57.842Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-17T04:24:57.843Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:24:57.843Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:57.843Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-17T04:24:57.843Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:24:57.843Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:57.843Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-02-17T04:24:57.843Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-02-17T04:24:57.843Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-02-17T04:24:57.843Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ac9718b1-f783-40a5-b4c4-04a631ca316c 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-02-17T04:24:57.845Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:57.845Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-17T04:24:57.845Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:24:57.846Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:57.846Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-02-17T04:24:57.846Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=95bb3206-975b-4981-9201-e9bd1814046a 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-02-17T04:24:57.847Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:57.847Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:57.848Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 56778027-d2ac-4ee6-a7cc-42c1239fc34c: basic_vm 2022-02-17T04:24:57.848Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:57.848Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:57.848Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:57.848Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:57.848Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:57.848Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:57.848Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:57.848Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:57.848Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:24:57.848Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:24:57.848Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:57.935Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e7d66960-83da-4a0f-8857-810d693feab0 1 ASDC deployResourceStructure 2022-02-17T04:24:57.936Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:57.936Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:57.936Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:24:57.936Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:24:57.938Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:24:57.938Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071897936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:24:58.039Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:24:58.039Z||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-02-17T04:24:58.039Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:58.052Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:58.052Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:24:58.939Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:58.940Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:58.940Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:24:58.941Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:24:58.942Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:24:58.942Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071898939, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-02-17T04:24:59.043Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:24:59.044Z||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-02-17T04:24:59.044Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:24:59.057Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:24:59.057Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:24:59.943Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:59.943Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||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-02-17T04:24:59.944Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:24:59.944Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:24:59.946Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:24:59.946Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071899943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-02-17T04:25:00.046Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:25:00.048Z||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-02-17T04:25:00.048Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:25:00.059Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:25:00.060Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:25:00.947Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-02-17T04:25:00.948Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-02-17T04:25:00.948Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:25:00.948Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:25:00.950Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:25:00.950Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071900947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:25:01.050Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:25:01.051Z||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-02-17T04:25:01.051Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:25:01.065Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:25:01.066Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:25:01.951Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:25:01.961Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d 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-02-17T04:25:01.966Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:25:01.966Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:25:01.966Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:25:31.966Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:25:31.975Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d 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-02-17T04:25:31.977Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:25:31.977Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:25:31.977Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:25:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:25:41.879Z||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-02-17T04:25:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:25:41.903Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:25:41.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:25:41.903Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "cds", "timestamp": 1645071884578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:25:41.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:25:41.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:25:41.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "ves-openapi-manager", "timestamp": 1645071879378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:25:41.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:26:01.977Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:26:01.988Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d 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-02-17T04:26:01.990Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:26:01.990Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:26:01.990Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:26:31.991Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:26:32.003Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d 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-02-17T04:26:32.006Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:26:32.007Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:26:32.007Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:26:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:26:41.879Z||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-02-17T04:26:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:26:41.904Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:26:41.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:26:41.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "multicloud-k8s-id", "timestamp": 1645071880880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:26:41.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:26:41.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:26:41.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071875250, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:26:41.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:26:41.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:26:41.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "clamp", "timestamp": 1645071877908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:26:41.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:26:41.906Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:26:41.906Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "policy-id", "timestamp": 1645071879428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:26:41.906Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:02.007Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:27:02.018Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d 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-02-17T04:27:02.021Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:27:02.021Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:27:02.021Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:27:32.021Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:27:32.035Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d 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-02-17T04:27:32.038Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:27:32.038Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:27:32.038Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:27:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:27:41.879Z||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-02-17T04:27:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:27:42.412Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:27:42.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071881877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:27:42.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "clamp", "timestamp": 1645071877908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:27:42.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "multicloud-k8s-id", "timestamp": 1645071880880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:27:42.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "cds", "timestamp": 1645071884578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071875250, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "ves-openapi-manager", "timestamp": 1645071879378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "policy-id", "timestamp": 1645071879428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "cds", "timestamp": 1645071884578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "multicloud-k8s-id", "timestamp": 1645071880880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-17T04:27:42.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071881877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-17T04:27:42.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071875250, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "ves-openapi-manager", "timestamp": 1645071879378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "clamp", "timestamp": 1645071877908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "policy-id", "timestamp": 1645071879428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-17T04:27:42.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "cds", "timestamp": 1645071884578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071875250, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "ves-openapi-manager", "timestamp": 1645071879378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "clamp", "timestamp": 1645071877908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071881877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "multicloud-k8s-id", "timestamp": 1645071880880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "policy-id", "timestamp": 1645071879428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "dcae-sch", "timestamp": 1645071888145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "cds", "timestamp": 1645071884578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "multicloud-k8s-id", "timestamp": 1645071880880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071881877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071875250, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "clamp", "timestamp": 1645071877908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "ves-openapi-manager", "timestamp": 1645071879378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "policy-id", "timestamp": 1645071879428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "aai-ml", "timestamp": 1645071889100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "dcae-sch", "timestamp": 1645071888145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "cds", "timestamp": 1645071884578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071881877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "clamp", "timestamp": 1645071877908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "multicloud-k8s-id", "timestamp": 1645071880880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071875250, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "ves-openapi-manager", "timestamp": 1645071879378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "policy-id", "timestamp": 1645071879428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "aai-ml", "timestamp": 1645071889100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "dcae-sch", "timestamp": 1645071888145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "cds", "timestamp": 1645071884578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "ves-openapi-manager", "timestamp": 1645071879378, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.425Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "clamp", "timestamp": 1645071877908, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071881877, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "multicloud-k8s-id", "timestamp": 1645071880880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071875250, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "policy-id", "timestamp": 1645071879428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "aai-ml", "timestamp": 1645071889100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "dcae-sch", "timestamp": 1645071888145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.426Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "multicloud-k8s-id", "timestamp": 1645071892574, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "cds", "timestamp": 1645071892581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071892583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071892593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "policy-id", "timestamp": 1645071892577, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "aai-ml", "timestamp": 1645071889100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "dcae-sch", "timestamp": 1645071888145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.428Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "cds", "timestamp": 1645071893586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-17T04:27:42.435Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 01c63540-d9be-46c3-ac14-57f3527bfc8d 2022-02-17T04:27:42.435Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01c63540-d9be-46c3-ac14-57f3527bfc8d 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-02-17T04:27:42.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "policy-id", "timestamp": 1645071893581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:27:42.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "multicloud-k8s-id", "timestamp": 1645071893624, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:27:42.444Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "aai-ml", "timestamp": 1645071889100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "dcae-sch", "timestamp": 1645071888145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "policy-id", "timestamp": 1645071894583, "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-02-17T04:27:42.451Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01c63540-d9be-46c3-ac14-57f3527bfc8d 2022-02-17T04:27:42.451Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01c63540-d9be-46c3-ac14-57f3527bfc8d 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-02-17T04:27:42.459Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.459Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071894647, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "multicloud-k8s-id", "timestamp": 1645071894715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071894718, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "aai-ml", "timestamp": 1645071889100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "dcae-sch", "timestamp": 1645071888145, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.460Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645071895651, "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-02-17T04:27:42.467Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 01c63540-d9be-46c3-ac14-57f3527bfc8d 2022-02-17T04:27:42.467Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01c63540-d9be-46c3-ac14-57f3527bfc8d 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-02-17T04:27:42.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "multicloud-k8s-id", "timestamp": 1645071895748, "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-02-17T04:27:42.483Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01c63540-d9be-46c3-ac14-57f3527bfc8d 2022-02-17T04:27:42.483Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01c63540-d9be-46c3-ac14-57f3527bfc8d 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-02-17T04:27:42.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "aai-ml", "timestamp": 1645071889100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:27:42.492Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-02-17T04:27:42.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071895774, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:27:42.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "multicloud-k8s-id", "timestamp": 1645071896752, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:27:42.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071896816, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:27:42.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "aai-ml", "timestamp": 1645071896824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:27:42.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071897936, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:27:42.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071898939, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-02-17T04:27:42.493Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071899943, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-02-17T04:27:42.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645071900947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:27:42.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "aai-ml", "timestamp": 1645071901492, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:27:42.494Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.494Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.494Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "aai-ml", "timestamp": 1645071902497, "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-02-17T04:27:42.500Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 01c63540-d9be-46c3-ac14-57f3527bfc8d 2022-02-17T04:27:42.501Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01c63540-d9be-46c3-ac14-57f3527bfc8d 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-02-17T04:27:42.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "clamp", "timestamp": 1645071903833, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:27:42.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "clamp", "timestamp": 1645071905842, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:27:42.510Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:27:42.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-02-17T04:27:42.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "clamp", "timestamp": 1645071906845, "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-02-17T04:27:42.516Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 01c63540-d9be-46c3-ac14-57f3527bfc8d 2022-02-17T04:27:42.516Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01c63540-d9be-46c3-ac14-57f3527bfc8d 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-02-17T04:28:02.038Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:28:02.049Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d 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-02-17T04:28:02.051Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:28:02.051Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-17T04:28:02.051Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-17T04:28:02.051Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-17T04:28:02.051Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:28:02.052Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:28:02.052Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:28:02.052Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:28:02.052Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:28:02.052Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:28:02.052Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-17T04:28:02.057Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-17T04:28:32.058Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d 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-02-17T04:28:32.063Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 01c63540-d9be-46c3-ac14-57f3527bfc8d and serviceModelVersionId: 56778027-d2ac-4ee6-a7cc-42c1239fc34c 2022-02-17T04:28:32.063Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00201bc2-d0fb-4e54-87e2-92838b70ebbd 2022-02-17T04:28:32.063Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00201bc2-d0fb-4e54-87e2-92838b70ebbd/model-vers/model-ver/56778027-d2ac-4ee6-a7cc-42c1239fc34c?depth=0 2022-02-17T04:28:32.068Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-02-17T04:28:32.097Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00201bc2-d0fb-4e54-87e2-92838b70ebbd/model-vers/model-ver/56778027-d2ac-4ee6-a7cc-42c1239fc34c?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-02-17T04:28:32.098Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00201bc2-d0fb-4e54-87e2-92838b70ebbd/model-vers/model-ver/56778027-d2ac-4ee6-a7cc-42c1239fc34c?depth=0|INFO|500||Invoke 2022-02-17T04:28:32.120Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00201bc2-d0fb-4e54-87e2-92838b70ebbd/model-vers/model-ver/56778027-d2ac-4ee6-a7cc-42c1239fc34c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-17T04:28:32.196Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00201bc2-d0fb-4e54-87e2-92838b70ebbd/model-vers/model-ver/56778027-d2ac-4ee6-a7cc-42c1239fc34c?depth=0|INFO|500||InvokeReturn 2022-02-17T04:28:32.197Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00201bc2-d0fb-4e54-87e2-92838b70ebbd/model-vers/model-ver/56778027-d2ac-4ee6-a7cc-42c1239fc34c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220217-04:28:32:129-68191], vertex-id=[200928], Content-Length=[0], Date=[Thu, 17 Feb 2022 04:28:32 GMT], Content-Type=[application/json]} 2022-02-17T04:28:32.197Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-02-17T04:28:32.197Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-17T04:28:32.197Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-17T04:28:32.201Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-17T04:28:32.201Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 01c63540-d9be-46c3-ac14-57f3527bfc8d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-17T04:28:32.201Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-17T04:28:32.202Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:28:32.204Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:28:32.205Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072112201, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:28:32.305Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:28:32.306Z||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-02-17T04:28:32.306Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:28:32.323Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:28:32.324Z||pool-55-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-02-17T04:28:33.227Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:28:33.227Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|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-02-17T04:28:33.227Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:28:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:28:41.879Z||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-02-17T04:28:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:28:42.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:28:42.506Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:28:42.507Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "01c63540-d9be-46c3-ac14-57f3527bfc8d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072112201, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:28:42.507Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:28:43.682Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:28:43.683Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:28:43.683Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|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-02-17T04:28:43.683Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:28:52.723Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:28:52.724Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-17T04:28:52.724Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2bd6343d-2bb5-46c1-a84e-3dccd5941178","serviceDescription":"service","serviceInvariantUUID":"6fb47b9f-dd92-420d-876e-ae48a7e1fbfb","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3ca25824-3cbb-4939-9877-0b963e2bf8c4","resourceInvariantUUID":"188b10e3-9eec-4da5-a080-c013196ec097","resourceCustomizationUUID":"8093b1eb-8841-412b-8053-fb75c7a78216","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":"YTg3MmIzMzBiYTNjOTg2OTYyM2I0ODk1NjNkY2M0YzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e8b1820d-48f6-450c-98db-2228eda18434","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":"2d7abe4e-dde9-409f-810b-8f38b18c56f4","artifactVersion":"2","generatedFromUUID":"640d94bd-acc7-4397-8dd1-3211a177b4aa"},{"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":"640d94bd-acc7-4397-8dd1-3211a177b4aa","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":"OTI3OTExMDZiZjM2YWJkZmMzYTM2ZGQ2MmJhNDJlNmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2c77937e-9406-40f0-9e6d-edcae0dbe5b5","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":"5f4c911e-48f9-47df-a340-7c7f1b26572c","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":"d5d2ec2f-a4aa-4c0a-bee5-b6d841c93d08","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":"6999e483-f6a1-436c-8dcc-3f38468695f4","artifactVersion":"2","generatedFromUUID":"5f4c911e-48f9-47df-a340-7c7f1b26572c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTU0NWQxNWFlNWU3MThlNzg2NDkzNWNiMzE1NTAyNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4106d62-5a3e-45b7-a05f-10af4ae5455a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDRjODY1ZmI0MmFlMTkxMGQ1NmQ2NGYwYzhiOGUyYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aff251c0-bad9-41b1-817c-07c905f4e20c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-17T04:28:52.726Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:28:52.726Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:28:52.728Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:28:52.728Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:28:52.829Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:28:52.829Z||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-02-17T04:28:52.830Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:28:52.843Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:28:52.843Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:28:53.729Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:28:53.730Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:28:53.732Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:28:53.732Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-02-17T04:28:53.832Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:28:53.833Z||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-02-17T04:28:53.834Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:28:53.846Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:28:53.846Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:28:54.732Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:28:54.733Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:28:54.735Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:28:54.735Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-02-17T04:28:54.836Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:28:54.836Z||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-02-17T04:28:54.836Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:28:54.849Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:28:54.849Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:28:55.736Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:28:55.737Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:28:55.739Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:28:55.739Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:28:55.839Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:28:55.840Z||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-02-17T04:28:55.840Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:28:55.853Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:28:55.854Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:28:56.739Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:28:56.740Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:28:56.743Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:28:56.743Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-17T04:28:56.843Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:28:56.844Z||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-02-17T04:28:56.844Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:28:56.855Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:28:56.856Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:28:57.744Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:28:57.745Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:28:57.747Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:28:57.747Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:28:57.847Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:28:57.848Z||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-02-17T04:28:57.849Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:28:57.860Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:28:57.860Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:28:58.748Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:28:58.749Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:28:58.751Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:28:58.751Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-02-17T04:28:58.852Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:28:58.852Z||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-02-17T04:28:58.853Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:28:58.863Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:28:58.864Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:28:59.752Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:28:59.753Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:28:59.756Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:28:59.756Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:28:59.856Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:28:59.857Z||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-02-17T04:28:59.857Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:28:59.868Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:28:59.868Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:29:00.756Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:29:00.758Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:29:00.761Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:29:00.761Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:29:00.861Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-17T04:29:00.862Z||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-02-17T04:29:00.862Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:29:00.874Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:29:00.875Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:29:01.763Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "2bd6343d-2bb5-46c1-a84e-3dccd5941178", "serviceDescription": "service", "serviceInvariantUUID": "6fb47b9f-dd92-420d-876e-ae48a7e1fbfb", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "8093b1eb-8841-412b-8053-fb75c7a78216", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3ca25824-3cbb-4939-9877-0b963e2bf8c4", "resourceInvariantUUID": "188b10e3-9eec-4da5-a080-c013196ec097", "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": "2d7abe4e-dde9-409f-810b-8f38b18c56f4", "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": "640d94bd-acc7-4397-8dd1-3211a177b4aa", "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": "OTI3OTExMDZiZjM2YWJkZmMzYTM2ZGQ2MmJhNDJlNmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c77937e-9406-40f0-9e6d-edcae0dbe5b5", "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": "5f4c911e-48f9-47df-a340-7c7f1b26572c", "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": "6999e483-f6a1-436c-8dcc-3f38468695f4", "generatedFromUUID": "5f4c911e-48f9-47df-a340-7c7f1b26572c" }, "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": "6999e483-f6a1-436c-8dcc-3f38468695f4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MDRjODY1ZmI0MmFlMTkxMGQ1NmQ2NGYwYzhiOGUyYzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "aff251c0-bad9-41b1-817c-07c905f4e20c" } ], "workloadContext": "Production" } 2022-02-17T04:29:01.763Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-17T04:29:01.763Z|01c63540-d9be-46c3-ac14-57f3527bfc8d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2bd6343d-2bb5-46c1-a84e-3dccd5941178 ASDC 2022-02-17T04:29:01.764Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:2bd6343d-2bb5-46c1-a84e-3dccd5941178 ServiceInvariantUUID:6fb47b9f-dd92-420d-876e-ae48a7e1fbfb 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:aff251c0-bad9-41b1-817c-07c905f4e20c ArtifactChecksum:MDRjODY1ZmI0MmFlMTkxMGQ1NmQ2NGYwYzhiOGUyYzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:8093b1eb-8841-412b-8053-fb75c7a78216 ResourceInvariantUUID:188b10e3-9eec-4da5-a080-c013196ec097 ResourceName:basic_cnf ResourceType:VF ResourceUUID:3ca25824-3cbb-4939-9877-0b963e2bf8c4 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:2d7abe4e-dde9-409f-810b-8f38b18c56f4 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:640d94bd-acc7-4397-8dd1-3211a177b4aa 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:2c77937e-9406-40f0-9e6d-edcae0dbe5b5 ArtifactChecksum:OTI3OTExMDZiZjM2YWJkZmMzYTM2ZGQ2MmJhNDJlNmY= 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:5f4c911e-48f9-47df-a340-7c7f1b26572c 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:6999e483-f6a1-436c-8dcc-3f38468695f4 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:6999e483-f6a1-436c-8dcc-3f38468695f4 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-17T04:29:01.764Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2bd6343d-2bb5-46c1-a84e-3dccd5941178 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-02-17T04:29:01.796Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T04:29:01.797Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:29:01.798Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:29:01.798Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: aff251c0-bad9-41b1-817c-07c905f4e20c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-17T04:29:01.798Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:29:01.798Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-17T04:29:01.882Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:29:01.885Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar aff251c0-bad9-41b1-817c-07c905f4e20c 68931 2022-02-17T04:29:01.885Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-02-17T04:29:01.885Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-17T04:29:01.886Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:29:01.886Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:29:01.887Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:29:01.887Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072141885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:01.988Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:29:01.989Z||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-02-17T04:29:01.989Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:29:02.002Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:29:02.003Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:29:02.888Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T04:29:02.889Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:29:02.889Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: aff251c0-bad9-41b1-817c-07c905f4e20c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-17T04:29:02.890Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-02-17T04:29:02.890Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-17T04:29:02.890Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-17T04:29:02.976Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17787996549619906753/Definitions/service-BasicCnf-template.yml 2022-02-17T04:29:03.855Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-17T04:29:03.855Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-02-17T04:29:03.855Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-17T04:29:03.855Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-02-17T04:29:03.855Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:03.855Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:03.855Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-02-17T04:29:03.855Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:03.855Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-02-17T04:29:03.856Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:03.856Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:03.856Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-17T04:29:03.856Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-02-17T04:29:03.856Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T04:29:03.856Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:03.856Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:03.856Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-17T04:29:03.856Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-02-17T04:29:03.857Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T04:29:03.857Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:03.857Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:03.857Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:03.857Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-02-17T04:29:03.857Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-02-17T04:29:03.857Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria 2022-02-17T04:29:03.857Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-17T04:29:03.857Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:03.857Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-17T04:29:03.857Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:03.858Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-17T04:29:03.858Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:29:03.858Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:03.858Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-17T04:29:03.858Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:29:03.858Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:03.858Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-17T04:29:03.858Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:29:03.858Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:03.858Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-02-17T04:29:03.858Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-02-17T04:29:03.858Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9d6fff6d-9eb9-483b-8bfb-df82c4a39c00 2022-02-17T04:29:03.858Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:03.859Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:03.859Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:03.859Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:03.859Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:03.859Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:03.859Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:03.859Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:03.859Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:2bd6343d-2bb5-46c1-a84e-3dccd5941178 Model Version:NULL Model InvariantUuid:6fb47b9f-dd92-420d-876e-ae48a7e1fbfb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:838f0bf9-366a-4e91-bc9a-7b37ca5e885d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:188b10e3-9eec-4da5-a080-c013196ec097 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8093b1eb-8841-412b-8053-fb75c7a78216 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:14758942-1596-47f1-a7a2-af218dfb738a ModelName:BasicCnf..base_dummy..module-0 ModelUuid:ebaf9075-4c59-4522-b48a-bb063750a134 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9d6fff6d-9eb9-483b-8bfb-df82c4a39c00 ModelInvariantUuid:0f36ebd9-88ac-4bbf-b52e-639757e93a8c ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:de3efdda-ba8f-40ec-ad9d-662e0e34fe0c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:1e48c87a-db9c-4824-a097-36390f63dfe9 ModelInvariantUuid:3e82889f-1d08-46e1-9897-8e48a539ade6 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:7ffb8964-3cb3-4772-ad54-6c3ff9b22760 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-02-17T04:29:03.866Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 3ca25824-3cbb-4939-9877-0b963e2bf8c4 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-02-17T04:29:03.868Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||basic_cnf 0 2022-02-17T04:29:03.868Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3ca25824-3cbb-4939-9877-0b963e2bf8c4 2022-02-17T04:29:03.869Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2d7abe4e-dde9-409f-810b-8f38b18c56f4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-02-17T04:29:03.869Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:29:03.869Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:03.963Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:29:03.964Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2d7abe4e-dde9-409f-810b-8f38b18c56f4 12 2022-02-17T04:29:03.964Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:03.964Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:03.964Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:29:03.965Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:29:03.967Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:29:03.968Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072143964, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:04.068Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:29:04.069Z||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-02-17T04:29:04.069Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:29:04.084Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:29:04.086Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:29:04.968Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 640d94bd-acc7-4397-8dd1-3211a177b4aa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-02-17T04:29:04.970Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:29:04.970Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:05.134Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:29:05.134Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 640d94bd-acc7-4397-8dd1-3211a177b4aa 2688 2022-02-17T04:29:05.135Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:05.135Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:05.135Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:29:05.135Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:29:05.137Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:29:05.137Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072145135, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:05.237Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:29:05.238Z||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-02-17T04:29:05.238Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:29:05.252Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:29:05.253Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:29:06.138Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 2c77937e-9406-40f0-9e6d-edcae0dbe5b5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-02-17T04:29:06.138Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:29:06.139Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:06.468Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:29:06.469Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2c77937e-9406-40f0-9e6d-edcae0dbe5b5 828 2022-02-17T04:29:06.469Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:06.469Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:06.469Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:29:06.470Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:29:06.472Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:29:06.472Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072146469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:06.572Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:29:06.574Z||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-02-17T04:29:06.574Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:29:06.588Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:29:06.589Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:29:07.472Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "14758942-1596-47f1-a7a2-af218dfb738a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ebaf9075-4c59-4522-b48a-bb063750a134", "vfModuleModelCustomizationUUID": "c25fcf75-22a7-4b58-b89b-0c8009a8e8b5", "isBase": true, "artifacts": [ "5f4c911e-48f9-47df-a340-7c7f1b26572c", "640d94bd-acc7-4397-8dd1-3211a177b4aa", "6999e483-f6a1-436c-8dcc-3f38468695f4" ], "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-02-17T04:29:07.476Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ebaf9075-4c59-4522-b48a-bb063750a134 VfModuleModelInvariantUUID:14758942-1596-47f1-a7a2-af218dfb738a VfModuleModelDescription:NULL Artifacts UUID List:{ 5f4c911e-48f9-47df-a340-7c7f1b26572c , 640d94bd-acc7-4397-8dd1-3211a177b4aa , 6999e483-f6a1-436c-8dcc-3f38468695f4 } 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-02-17T04:29:07.479Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "14758942-1596-47f1-a7a2-af218dfb738a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ebaf9075-4c59-4522-b48a-bb063750a134", "vfModuleModelCustomizationUUID": "c25fcf75-22a7-4b58-b89b-0c8009a8e8b5", "isBase": true, "artifacts": [ "5f4c911e-48f9-47df-a340-7c7f1b26572c", "640d94bd-acc7-4397-8dd1-3211a177b4aa", "6999e483-f6a1-436c-8dcc-3f38468695f4" ], "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-02-17T04:29:07.479Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ebaf9075-4c59-4522-b48a-bb063750a134 VfModuleModelInvariantUUID:14758942-1596-47f1-a7a2-af218dfb738a VfModuleModelDescription:NULL Artifacts UUID List:{ 5f4c911e-48f9-47df-a340-7c7f1b26572c , 640d94bd-acc7-4397-8dd1-3211a177b4aa , 6999e483-f6a1-436c-8dcc-3f38468695f4 } 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-02-17T04:29:07.479Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5f4c911e-48f9-47df-a340-7c7f1b26572c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-02-17T04:29:07.479Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:29:07.480Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:07.671Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:29:07.672Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5f4c911e-48f9-47df-a340-7c7f1b26572c 1164 2022-02-17T04:29:07.672Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:07.672Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:07.672Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:29:07.673Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:29:07.675Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:29:07.675Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072147672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:07.775Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:29:07.775Z||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-02-17T04:29:07.775Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:29:07.788Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:29:07.788Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-17T04:29:08.675Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6999e483-f6a1-436c-8dcc-3f38468695f4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-02-17T04:29:08.676Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:29:08.676Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:08.877Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:29:08.877Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6999e483-f6a1-436c-8dcc-3f38468695f4 200 2022-02-17T04:29:08.878Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:08.878Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:08.878Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:29:08.878Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:29:08.880Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:29:08.880Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072148878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:08.980Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:29:08.981Z||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-02-17T04:29:08.981Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:29:08.994Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:29:08.994Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-17T04:29:09.881Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2bd6343d-2bb5-46c1-a84e-3dccd5941178 2022-02-17T04:29:09.882Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3ca25824-3cbb-4939-9877-0b963e2bf8c4 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-02-17T04:29:09.899Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:09.904Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ea78453, org.onap.sdc.toscaparser.api.parameters.Input@6ff1ab9f, org.onap.sdc.toscaparser.api.parameters.Input@55bc3f6c, org.onap.sdc.toscaparser.api.parameters.Input@42de38f1, org.onap.sdc.toscaparser.api.parameters.Input@20b9b9e5] 2022-02-17T04:29:09.905Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:09.905Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:09.905Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-02-17T04:29:09.905Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 8093b1eb-8841-412b-8053-fb75c7a78216 2022-02-17T04:29:09.905Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8093b1eb-8841-412b-8053-fb75c7a78216 matches Tosca VF Customization UUID: 8093b1eb-8841-412b-8053-fb75c7a78216 2022-02-17T04:29:09.905Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 8093b1eb-8841-412b-8053-fb75c7a78216 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-02-17T04:29:09.907Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:09.907Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:09.907Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 8093b1eb-8841-412b-8053-fb75c7a78216: {\"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-02-17T04:29:09.908Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@452fe4d2 2022-02-17T04:29:09.908Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:09.908Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-17T04:29:09.908Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c25fcf75-22a7-4b58-b89b-0c8009a8e8b5 2022-02-17T04:29:09.908Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c25fcf75-22a7-4b58-b89b-0c8009a8e8b5 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-02-17T04:29:09.909Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:09.910Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-17T04:29:09.910Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:29:09.910Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:09.910Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-17T04:29:09.910Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:29:09.910Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:09.910Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-02-17T04:29:09.911Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-02-17T04:29:09.911Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9d6fff6d-9eb9-483b-8bfb-df82c4a39c00 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-02-17T04:29:09.912Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:09.912Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-17T04:29:09.913Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:29:09.913Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:09.913Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-02-17T04:29:09.913Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=8093b1eb-8841-412b-8053-fb75c7a78216 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-02-17T04:29:09.914Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:09.914Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:09.915Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2bd6343d-2bb5-46c1-a84e-3dccd5941178: basic_cnf 2022-02-17T04:29:09.915Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:09.915Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:09.915Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:09.915Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:09.915Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:09.915Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:09.915Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:09.915Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:09.916Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:29:09.916Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:29:09.916Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:09.983Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3ca25824-3cbb-4939-9877-0b963e2bf8c4 1 ASDC deployResourceStructure 2022-02-17T04:29:09.984Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:09.984Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:09.984Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-02-17T04:29:09.984Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:29:09.986Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:29:09.986Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072149984, "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-02-17T04:29:10.087Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:29:10.088Z||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-02-17T04:29:10.088Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:29:10.100Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:29:10.101Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:29:10.992Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:10.992Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:10.992Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-02-17T04:29:10.992Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:29:10.994Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:29:10.995Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072150992, "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-02-17T04:29:11.095Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:29:11.096Z||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-02-17T04:29:11.096Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:29:11.109Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:29:11.110Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:29:11.995Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:11.996Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:11.996Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:29:11.997Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:29:11.999Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:29:11.999Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072151995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:29:12.099Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:29:12.100Z||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-02-17T04:29:12.100Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:29:12.112Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:29:12.113Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:29:12.999Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:13.001Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:13.001Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:29:13.001Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:29:13.003Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:29:13.003Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072152999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-02-17T04:29:13.104Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:29:13.105Z||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-02-17T04:29:13.105Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:29:13.116Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:29:13.116Z||pool-74-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:29:14.004Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:14.005Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||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-02-17T04:29:14.005Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:29:14.005Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:29:14.007Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:29:14.007Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072154004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-02-17T04:29:14.108Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:29:14.108Z||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-02-17T04:29:14.109Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:29:14.119Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:29:14.119Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:29:15.008Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-02-17T04:29:15.009Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-02-17T04:29:15.009Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:29:15.009Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:29:15.011Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:29:15.012Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072155008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:29:15.112Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:29:15.113Z||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-02-17T04:29:15.113Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:29:15.124Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:29:15.125Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:29:16.012Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:29:16.026Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 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-02-17T04:29:16.028Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:29:16.028Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:29:16.028Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:29:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:29:41.880Z||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-02-17T04:29:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:29:42.008Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:29:42.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "dcae-sch", "timestamp": 1645072128145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "cds", "timestamp": 1645072124578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "aai-ml", "timestamp": 1645072129100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "cds", "timestamp": 1645072124578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "dcae-sch", "timestamp": 1645072128145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-02-17T04:29:42.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "aai-ml", "timestamp": 1645072129100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "dcae-sch", "timestamp": 1645072128145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "cds", "timestamp": 1645072124578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "aai-ml", "timestamp": 1645072129100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "dcae-sch", "timestamp": 1645072128145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "cds", "timestamp": 1645072124578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:29:42.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "aai-ml", "timestamp": 1645072129100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "dcae-sch", "timestamp": 1645072128145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "cds", "timestamp": 1645072124578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-17T04:29:42.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "aai-ml", "timestamp": 1645072129100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "dcae-sch", "timestamp": 1645072128145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "cds", "timestamp": 1645072124578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.526Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "aai-ml", "timestamp": 1645072129100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.527Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "dcae-sch", "timestamp": 1645072128145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.527Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.527Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "cds", "timestamp": 1645072124578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-02-17T04:29:42.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.528Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.528Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "aai-ml", "timestamp": 1645072129100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.528Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "dcae-sch", "timestamp": 1645072128145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "cds", "timestamp": 1645072124578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.529Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "aai-ml", "timestamp": 1645072129100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.529Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.529Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "ves-openapi-manager", "timestamp": 1645072139378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "policy-id", "timestamp": 1645072139428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "dcae-sch", "timestamp": 1645072128145, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "cds", "timestamp": 1645072124578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:29:42.530Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.530Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.530Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072123683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:29:42.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "aai-ml", "timestamp": 1645072129100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:29:42.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "ves-openapi-manager", "timestamp": 1645072139378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "policy-id", "timestamp": 1645072139428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.531Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072140880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.532Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "cds", "timestamp": 1645072141790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "aai-ml", "timestamp": 1645072141883, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072141885, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.532Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.532Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.532Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "ves-openapi-manager", "timestamp": 1645072139378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "policy-id", "timestamp": 1645072139428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072140880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-02-17T04:29:42.533Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "cds", "timestamp": 1645072142795, "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=? 2022-02-17T04:29:42.540Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 2022-02-17T04:29:42.541Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 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-02-17T04:29:42.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "ves-openapi-manager", "timestamp": 1645072139378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "policy-id", "timestamp": 1645072139428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072140880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-02-17T04:29:42.550Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.550Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.550Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072143964, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.551Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "ves-openapi-manager", "timestamp": 1645072139378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "policy-id", "timestamp": 1645072139428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-17T04:29:42.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072140880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:29:42.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "ves-openapi-manager", "timestamp": 1645072139378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.551Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "policy-id", "timestamp": 1645072139428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072145135, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072140880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072145250, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "ves-openapi-manager", "timestamp": 1645072139378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "policy-id", "timestamp": 1645072139428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072146469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072140880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072145250, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "ves-openapi-manager", "timestamp": 1645072139378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "policy-id", "timestamp": 1645072139428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072140880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072147672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072145250, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "ves-openapi-manager", "timestamp": 1645072139378, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "aai-ml", "timestamp": 1645072148072, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "policy-id", "timestamp": 1645072139428, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072140880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "clamp", "timestamp": 1645072147908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072148878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072145250, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "aai-ml", "timestamp": 1645072149075, "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-02-17T04:29:42.561Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 2022-02-17T04:29:42.561Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 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-02-17T04:29:42.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "policy-id", "timestamp": 1645072149280, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072140880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:29:42.575Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "clamp", "timestamp": 1645072147908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072145250, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072149984, "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-02-17T04:29:42.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "policy-id", "timestamp": 1645072150284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:29:42.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "clamp", "timestamp": 1645072147908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.577Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072150767, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072145250, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072150992, "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-02-17T04:29:42.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "policy-id", "timestamp": 1645072151286, "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-02-17T04:29:42.584Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 2022-02-17T04:29:42.584Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 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-02-17T04:29:42.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "clamp", "timestamp": 1645072147908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:29:42.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072145250, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072151995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:29:42.593Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072152072, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.594Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "clamp", "timestamp": 1645072147908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072145250, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072152999, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-02-17T04:29:42.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072153367, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.595Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "clamp", "timestamp": 1645072147908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072145250, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:29:42.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072154004, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-02-17T04:29:42.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072154498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "clamp", "timestamp": 1645072147908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072155008, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:29:42.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072155096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.598Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072155547, "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-02-17T04:29:42.603Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 2022-02-17T04:29:42.603Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 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-02-17T04:29:42.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "clamp", "timestamp": 1645072147908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:29:42.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "multicloud-k8s-id", "timestamp": 1645072156550, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:29:42.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "clamp", "timestamp": 1645072147908, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:29:42.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:29:42.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072157035, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:29:42.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072158038, "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-02-17T04:29:42.615Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 2022-02-17T04:29:42.615Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 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-02-17T04:29:42.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "clamp", "timestamp": 1645072167881, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:29:42.623Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "clamp", "timestamp": 1645072169890, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:29:42.624Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:29:42.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:29:42.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "clamp", "timestamp": 1645072170892, "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-02-17T04:29:42.627Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 2022-02-17T04:29:42.628Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 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-02-17T04:29:46.028Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:29:46.040Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 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-02-17T04:29:46.043Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:29:46.043Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-17T04:29:46.043Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-17T04:29:46.043Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-17T04:29:46.043Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:29:46.043Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:29:46.043Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:29:46.043Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:29:46.043Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:29:46.043Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:29:46.044Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-17T04:29:46.049Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-17T04:30:16.050Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b 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-02-17T04:30:16.056Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b and serviceModelVersionId: 2bd6343d-2bb5-46c1-a84e-3dccd5941178 2022-02-17T04:30:16.056Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6fb47b9f-dd92-420d-876e-ae48a7e1fbfb 2022-02-17T04:30:16.057Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6fb47b9f-dd92-420d-876e-ae48a7e1fbfb/model-vers/model-ver/2bd6343d-2bb5-46c1-a84e-3dccd5941178?depth=0 2022-02-17T04:30:16.062Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-02-17T04:30:16.090Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb47b9f-dd92-420d-876e-ae48a7e1fbfb/model-vers/model-ver/2bd6343d-2bb5-46c1-a84e-3dccd5941178?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-02-17T04:30:16.090Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb47b9f-dd92-420d-876e-ae48a7e1fbfb/model-vers/model-ver/2bd6343d-2bb5-46c1-a84e-3dccd5941178?depth=0|INFO|500||Invoke 2022-02-17T04:30:16.104Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb47b9f-dd92-420d-876e-ae48a7e1fbfb/model-vers/model-ver/2bd6343d-2bb5-46c1-a84e-3dccd5941178?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-17T04:30:16.497Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb47b9f-dd92-420d-876e-ae48a7e1fbfb/model-vers/model-ver/2bd6343d-2bb5-46c1-a84e-3dccd5941178?depth=0|INFO|500||InvokeReturn 2022-02-17T04:30:16.497Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6fb47b9f-dd92-420d-876e-ae48a7e1fbfb/model-vers/model-ver/2bd6343d-2bb5-46c1-a84e-3dccd5941178?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220217-04:30:16:112-22834], vertex-id=[196728], Content-Length=[0], Date=[Thu, 17 Feb 2022 04:30:16 GMT], Content-Type=[application/json]} 2022-02-17T04:30:16.497Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-02-17T04:30:16.498Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-17T04:30:16.498Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-17T04:30:16.502Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-17T04:30:16.503Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-17T04:30:16.503Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-17T04:30:16.503Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:30:16.507Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:30:16.507Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072216503, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:30:16.609Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-02-17T04:30:16.610Z||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-02-17T04:30:16.611Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:30:16.625Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:30:16.626Z||pool-77-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-02-17T04:30:17.521Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:30:17.522Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|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-02-17T04:30:17.522Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:30:27.062Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:30:27.063Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:30:27.063Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|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-02-17T04:30:27.063Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:30:36.600Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:30:36.601Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:30:36.601Z||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-02-17T04:30:36.601Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:30:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:30:41.880Z||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-02-17T04:30:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:30:42.525Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:30:42.526Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:30:42.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072216503, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:30:42.526Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:30:46.137Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:30:46.138Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:30:46.138Z||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-02-17T04:30:46.138Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:30:55.676Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:31:41.877Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:31:41.878Z||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-02-17T04:31:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:31:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:31:41.880Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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-02-17T04:31:41.880Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:31:51.422Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:31:51.422Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:32:41.877Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:32:41.878Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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-02-17T04:32:41.878Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:32:41.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:32:41.880Z||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-02-17T04:32:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:32:51.424Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:32:51.427Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:33:41.877Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:33:41.878Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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-02-17T04:33:41.878Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:33:41.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:33:41.879Z||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-02-17T04:33:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:33:51.427Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:33:51.428Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:34:41.877Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:34:41.878Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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-02-17T04:34:41.878Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:34:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:34:41.879Z||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-02-17T04:34:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:34:51.422Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:34:51.424Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:35:41.877Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:35:41.878Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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-02-17T04:35:41.878Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:35:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:35:41.879Z||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-02-17T04:35:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:35:51.422Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:35:51.423Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:36:41.877Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:36:41.878Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|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-02-17T04:36:41.878Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:36:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:36:41.880Z||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-02-17T04:36:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:36:51.424Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:36:51.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:37:41.877Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:37:41.878Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|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-02-17T04:37:41.878Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:37:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:37:41.879Z||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-02-17T04:37:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:37:51.425Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:37:51.425Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:41.877Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:38:41.878Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|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-02-17T04:38:41.878Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:38:41.880Z||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-02-17T04:38:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:42.507Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:42.507Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.507Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"3312cec9-43ae-4860-837b-175cb1074db4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7483d996-4947-4016-9d36-9feff4328e4a","serviceDescription":"service","serviceInvariantUUID":"1720c5e6-43e1-473f-b0c8-41c1f93b7bd5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce080c89-418d-4edd-92c3-1b8ca09783d9","resourceInvariantUUID":"03bbaea4-efed-4d67-b637-7c07568e0c36","resourceCustomizationUUID":"ca3198d9-7432-458a-8a8d-638d95d1c8f8","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":"MWI4ZTE3ZGU4MTU1OGExZDk4NzUxY2NkNjA4NjU0NDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8518015-acfe-4c74-a873-276e521982f2","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":"MTYzZDFlNmM2NTZmY2IxNmQ1NzIwNGJkNDc0MzRiYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"09170c18-af86-4e25-bec2-6d5cd14c7be1","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":"dd785c2d-c7fb-462d-9df2-297f44a3b1ef","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":"9bef10e7-04ab-48de-b714-04330e0bf563","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":"856d1ba6-8321-427e-90d2-fe05beba4351","artifactVersion":"2","generatedFromUUID":"dd785c2d-c7fb-462d-9df2-297f44a3b1ef"},{"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":"OWNlOWRjNmQ0YTY2Y2MyYmY4ZjZjOWIwNzRlMDYwMTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"633cf080-93dd-4686-8746-0ff23b425156","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":"OTBlNzNkMzdlZGVjMDUyZjdiM2RjYjM0OTM3MGJlNjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a63eac5c-977a-487b-8ab9-7de5c09538e5","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"M2RmYWEzODJjYzc5NWFhZGEwNThjMzkzNzc1MWQzOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f6fdf964-9200-431b-9b17-a5db2bbfbf75","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-17T04:38:42.509Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:38:42.509Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:42.511Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:42.511Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.517Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:42.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "dcae-sch", "timestamp": 1645072688145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.518Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.518Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.518Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072685250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "clamp", "timestamp": 1645072687908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "dcae-sch", "timestamp": 1645072688145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "clamp", "timestamp": 1645072687908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072685250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "dcae-sch", "timestamp": 1645072688145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.519Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "clamp", "timestamp": 1645072687908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072685250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "dcae-sch", "timestamp": 1645072688145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "cds", "timestamp": 1645072694578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "clamp", "timestamp": 1645072687908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072685250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "cds", "timestamp": 1645072694578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.520Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "dcae-sch", "timestamp": 1645072688145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "clamp", "timestamp": 1645072687908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072685250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "dcae-sch", "timestamp": 1645072688145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "clamp", "timestamp": 1645072687908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "cds", "timestamp": 1645072694578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072685250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.521Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "cds", "timestamp": 1645072694578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "dcae-sch", "timestamp": 1645072688145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "clamp", "timestamp": 1645072687908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072685250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "cds", "timestamp": 1645072694578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "clamp", "timestamp": 1645072687908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "dcae-sch", "timestamp": 1645072688145, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072685250, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "aai-ml", "timestamp": 1645072699100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "ves-openapi-manager", "timestamp": 1645072699378, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "policy-id", "timestamp": 1645072699428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "cds", "timestamp": 1645072694578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "aai-ml", "timestamp": 1645072699100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072700791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "ves-openapi-manager", "timestamp": 1645072699378, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "policy-id", "timestamp": 1645072699428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "cds", "timestamp": 1645072694578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "multicloud-k8s-id", "timestamp": 1645072700880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "aai-ml", "timestamp": 1645072699100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "ves-openapi-manager", "timestamp": 1645072699378, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "policy-id", "timestamp": 1645072699428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "cds", "timestamp": 1645072694578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "multicloud-k8s-id", "timestamp": 1645072700880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "aai-ml", "timestamp": 1645072699100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.524Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072702888, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "ves-openapi-manager", "timestamp": 1645072699378, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "policy-id", "timestamp": 1645072699428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "cds", "timestamp": 1645072703294, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "multicloud-k8s-id", "timestamp": 1645072700880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "aai-ml", "timestamp": 1645072699100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.525Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.526Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072703891, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:38:42.541Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3312cec9-43ae-4860-837b-175cb1074db4 2022-02-17T04:38:42.541Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312cec9-43ae-4860-837b-175cb1074db4 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-02-17T04:38:42.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "ves-openapi-manager", "timestamp": 1645072699378, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "policy-id", "timestamp": 1645072699428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.548Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.548Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "multicloud-k8s-id", "timestamp": 1645072700880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.548Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "aai-ml", "timestamp": 1645072699100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "ves-openapi-manager", "timestamp": 1645072699378, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "policy-id", "timestamp": 1645072699428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.549Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.549Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.549Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "cds", "timestamp": 1645072705473, "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=? 2022-02-17T04:38:42.553Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3312cec9-43ae-4860-837b-175cb1074db4 2022-02-17T04:38:42.553Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312cec9-43ae-4860-837b-175cb1074db4 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-02-17T04:38:42.560Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.560Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "multicloud-k8s-id", "timestamp": 1645072700880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-02-17T04:38:42.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "aai-ml", "timestamp": 1645072699100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "ves-openapi-manager", "timestamp": 1645072699378, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "policy-id", "timestamp": 1645072699428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.561Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.561Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.561Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "multicloud-k8s-id", "timestamp": 1645072700880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "aai-ml", "timestamp": 1645072699100, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:38:42.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "ves-openapi-manager", "timestamp": 1645072699378, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.562Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "policy-id", "timestamp": 1645072699428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:38:42.562Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.562Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "multicloud-k8s-id", "timestamp": 1645072700880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:42.563Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "aai-ml", "timestamp": 1645072707833, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:38:42.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:38:42.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.563Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "policy-id", "timestamp": 1645072708137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:38:42.563Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:38:42.563Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "multicloud-k8s-id", "timestamp": 1645072700880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:38:42.564Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-02-17T04:38:42.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "policy-id", "timestamp": 1645072709140, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:38:42.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:38:42.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.564Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "multicloud-k8s-id", "timestamp": 1645072709609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:38:42.564Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:38:42.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "clamp", "timestamp": 1645072709958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:38:42.565Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:38:42.565Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "policy-id", "timestamp": 1645072710142, "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-02-17T04:38:42.569Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3312cec9-43ae-4860-837b-175cb1074db4 2022-02-17T04:38:42.570Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312cec9-43ae-4860-837b-175cb1074db4 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-02-17T04:38:42.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.577Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "multicloud-k8s-id", "timestamp": 1645072710671, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:38:42.577Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:38:42.577Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "multicloud-k8s-id", "timestamp": 1645072711713, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:38:42.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:38:42.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "clamp", "timestamp": 1645072711795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:38:42.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:38:42.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "aai-ml", "timestamp": 1645072712417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:38:42.578Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:38:42.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "clamp", "timestamp": 1645072712798, "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-02-17T04:38:42.583Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3312cec9-43ae-4860-837b-175cb1074db4 2022-02-17T04:38:42.583Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312cec9-43ae-4860-837b-175cb1074db4 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-02-17T04:38:42.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "multicloud-k8s-id", "timestamp": 1645072712986, "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-02-17T04:38:42.595Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3312cec9-43ae-4860-837b-175cb1074db4 2022-02-17T04:38:42.595Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312cec9-43ae-4860-837b-175cb1074db4 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-02-17T04:38:42.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "aai-ml", "timestamp": 1645072713421, "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-02-17T04:38:42.604Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3312cec9-43ae-4860-837b-175cb1074db4 2022-02-17T04:38:42.604Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3312cec9-43ae-4860-837b-175cb1074db4 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-02-17T04:38:42.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:38:42.611Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "multicloud-k8s-id", "timestamp": 1645072713990, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:38:42.611Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:38:42.612Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:38:42.612Z||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-02-17T04:38:42.612Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:42.624Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:42.625Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-17T04:38:43.512Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:38:43.513Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:43.515Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:43.515Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:38:43.615Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:38:43.616Z||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-02-17T04:38:43.616Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:43.629Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:43.629Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:38:44.515Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:38:44.517Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:44.519Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:44.519Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-17T04:38:44.620Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:38:44.621Z||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-02-17T04:38:44.621Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:44.634Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:44.635Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:38:45.520Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:38:45.520Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:45.523Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:45.523Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:45.623Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:38:45.624Z||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-02-17T04:38:45.625Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:45.639Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:45.639Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:38:46.524Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:38:46.524Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:46.527Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:46.527Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-02-17T04:38:46.627Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:38:46.628Z||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-02-17T04:38:46.628Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:46.639Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:46.640Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:38:47.527Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:38:47.528Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:47.530Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:47.530Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:47.631Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:38:47.631Z||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-02-17T04:38:47.632Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:47.643Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:47.644Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:38:48.531Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:38:48.532Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:48.534Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:48.534Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:38:48.634Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:38:48.635Z||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-02-17T04:38:48.635Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:48.646Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:48.646Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:38:49.535Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:38:49.535Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:49.538Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:49.538Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:38:49.638Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:38:49.639Z||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-02-17T04:38:49.639Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:49.651Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:49.651Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:38:50.539Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "7483d996-4947-4016-9d36-9feff4328e4a", "serviceDescription": "service", "serviceInvariantUUID": "1720c5e6-43e1-473f-b0c8-41c1f93b7bd5", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "ca3198d9-7432-458a-8a8d-638d95d1c8f8", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ce080c89-418d-4edd-92c3-1b8ca09783d9", "resourceInvariantUUID": "03bbaea4-efed-4d67-b637-7c07568e0c36", "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": "MTYzZDFlNmM2NTZmY2IxNmQ1NzIwNGJkNDc0MzRiYjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "09170c18-af86-4e25-bec2-6d5cd14c7be1", "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": "dd785c2d-c7fb-462d-9df2-297f44a3b1ef", "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": "856d1ba6-8321-427e-90d2-fe05beba4351", "generatedFromUUID": "dd785c2d-c7fb-462d-9df2-297f44a3b1ef" }, "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": "856d1ba6-8321-427e-90d2-fe05beba4351", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "M2RmYWEzODJjYzc5NWFhZGEwNThjMzkzNzc1MWQzOWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f6fdf964-9200-431b-9b17-a5db2bbfbf75" } ], "workloadContext": "Production" } 2022-02-17T04:38:50.539Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-17T04:38:50.539Z|b5639dd9-30e8-4647-bf6b-0ba2d96f9d9b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7483d996-4947-4016-9d36-9feff4328e4a ASDC 2022-02-17T04:38:50.540Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:3312cec9-43ae-4860-837b-175cb1074db4 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:7483d996-4947-4016-9d36-9feff4328e4a ServiceInvariantUUID:1720c5e6-43e1-473f-b0c8-41c1f93b7bd5 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:f6fdf964-9200-431b-9b17-a5db2bbfbf75 ArtifactChecksum:M2RmYWEzODJjYzc5NWFhZGEwNThjMzkzNzc1MWQzOWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:ca3198d9-7432-458a-8a8d-638d95d1c8f8 ResourceInvariantUUID:03bbaea4-efed-4d67-b637-7c07568e0c36 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ce080c89-418d-4edd-92c3-1b8ca09783d9 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:09170c18-af86-4e25-bec2-6d5cd14c7be1 ArtifactChecksum:MTYzZDFlNmM2NTZmY2IxNmQ1NzIwNGJkNDc0MzRiYjQ= 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:dd785c2d-c7fb-462d-9df2-297f44a3b1ef 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:856d1ba6-8321-427e-90d2-fe05beba4351 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:856d1ba6-8321-427e-90d2-fe05beba4351 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-17T04:38:50.540Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7483d996-4947-4016-9d36-9feff4328e4a 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-02-17T04:38:50.568Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T04:38:50.568Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:38:50.568Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:38:50.568Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: f6fdf964-9200-431b-9b17-a5db2bbfbf75 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-02-17T04:38:50.568Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:38:50.569Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-02-17T04:38:50.644Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:38:50.647Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar f6fdf964-9200-431b-9b17-a5db2bbfbf75 78792 2022-02-17T04:38:50.648Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-02-17T04:38:50.648Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-02-17T04:38:50.648Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:38:50.648Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:50.650Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:50.650Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072730648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:38:50.751Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:38:50.752Z||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-02-17T04:38:50.752Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:50.765Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:50.765Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:38:51.651Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T04:38:51.652Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:38:51.653Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: f6fdf964-9200-431b-9b17-a5db2bbfbf75, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-17T04:38:51.653Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-02-17T04:38:51.654Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-17T04:38:51.654Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-17T04:38:51.747Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7938453144269734246/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-02-17T04:38:52.622Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-17T04:38:52.622Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-02-17T04:38:52.622Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-17T04:38:52.622Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-02-17T04:38:52.622Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:52.622Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:52.622Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-17T04:38:52.622Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-17T04:38:52.622Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-17T04:38:52.623Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:52.623Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-17T04:38:52.623Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:52.623Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-02-17T04:38:52.623Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-02-17T04:38:52.623Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:52.623Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:52.623Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-17T04:38:52.623Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-02-17T04:38:52.623Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T04:38:52.623Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:52.623Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:52.623Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-17T04:38:52.624Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-02-17T04:38:52.624Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T04:38:52.624Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:52.624Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:52.624Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:52.624Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-02-17T04:38:52.624Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-02-17T04:38:52.624Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-02-17T04:38:52.624Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-02-17T04:38:52.624Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-02-17T04:38:52.624Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-17T04:38:52.624Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:52.625Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-17T04:38:52.625Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:52.625Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-17T04:38:52.625Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:38:52.625Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:52.625Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-17T04:38:52.625Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:38:52.625Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:52.625Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-17T04:38:52.625Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:38:52.625Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:52.625Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-02-17T04:38:52.626Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-02-17T04:38:52.626Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-02-17T04:38:52.626Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=95a329fc-a434-4551-86ae-56d14afadc31 2022-02-17T04:38:52.626Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:52.626Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:52.626Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:52.626Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:52.626Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:52.626Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:52.626Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:52.626Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:52.626Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:7483d996-4947-4016-9d36-9feff4328e4a Model Version:NULL Model InvariantUuid:1720c5e6-43e1-473f-b0c8-41c1f93b7bd5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:789356b0-6b8d-419a-97f7-487f3165e903 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:03bbaea4-efed-4d67-b637-7c07568e0c36 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ca3198d9-7432-458a-8a8d-638d95d1c8f8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:57348368-8506-4c81-8517-ca978ecd01db ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:3bf2a281-6f99-428e-bfee-f5c05643cefb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:95a329fc-a434-4551-86ae-56d14afadc31 ModelInvariantUuid:b331d8d6-a418-4c5a-bd5b-3e4b23a89a1d ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:1bb1d215-5567-4728-905e-73a12449925f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:be3d0aa5-da12-420b-99b6-535a6fe8c0d3 ModelInvariantUuid:e4ad9a5b-29ba-4cf9-b919-f825a4a69bb2 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:4a5ff5d3-b373-43ac-8641-81910276d9bc 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-02-17T04:38:52.633Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: ce080c89-418d-4edd-92c3-1b8ca09783d9 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-02-17T04:38:52.636Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-02-17T04:38:52.636Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce080c89-418d-4edd-92c3-1b8ca09783d9 2022-02-17T04:38:52.636Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 09170c18-af86-4e25-bec2-6d5cd14c7be1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-02-17T04:38:52.636Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:38:52.636Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:52.680Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:38:52.681Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 09170c18-af86-4e25-bec2-6d5cd14c7be1 792 2022-02-17T04:38:52.681Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:52.681Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:52.681Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:38:52.681Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:52.683Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:52.683Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072732681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:38:52.784Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:38:52.784Z||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-02-17T04:38:52.785Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:52.797Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:52.797Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-02-17T04:38:53.684Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "57348368-8506-4c81-8517-ca978ecd01db", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3bf2a281-6f99-428e-bfee-f5c05643cefb", "vfModuleModelCustomizationUUID": "04c3c0cb-f2a9-4074-9663-c8aad6f76759", "isBase": true, "artifacts": [ "dd785c2d-c7fb-462d-9df2-297f44a3b1ef", "856d1ba6-8321-427e-90d2-fe05beba4351" ], "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-02-17T04:38:53.689Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3bf2a281-6f99-428e-bfee-f5c05643cefb VfModuleModelInvariantUUID:57348368-8506-4c81-8517-ca978ecd01db VfModuleModelDescription:NULL Artifacts UUID List:{ dd785c2d-c7fb-462d-9df2-297f44a3b1ef , 856d1ba6-8321-427e-90d2-fe05beba4351 } 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-02-17T04:38:53.691Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "57348368-8506-4c81-8517-ca978ecd01db", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3bf2a281-6f99-428e-bfee-f5c05643cefb", "vfModuleModelCustomizationUUID": "04c3c0cb-f2a9-4074-9663-c8aad6f76759", "isBase": true, "artifacts": [ "dd785c2d-c7fb-462d-9df2-297f44a3b1ef", "856d1ba6-8321-427e-90d2-fe05beba4351" ], "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-02-17T04:38:53.691Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3bf2a281-6f99-428e-bfee-f5c05643cefb VfModuleModelInvariantUUID:57348368-8506-4c81-8517-ca978ecd01db VfModuleModelDescription:NULL Artifacts UUID List:{ dd785c2d-c7fb-462d-9df2-297f44a3b1ef , 856d1ba6-8321-427e-90d2-fe05beba4351 } 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-02-17T04:38:53.691Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dd785c2d-c7fb-462d-9df2-297f44a3b1ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-02-17T04:38:53.691Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:38:53.691Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:53.731Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:38:53.732Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml dd785c2d-c7fb-462d-9df2-297f44a3b1ef 5033 2022-02-17T04:38:53.732Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:53.732Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:53.732Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:38:53.733Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:53.734Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:53.735Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072733732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:38:53.835Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:38:53.836Z||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-02-17T04:38:53.836Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:53.848Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:53.849Z||pool-88-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:38:54.735Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 856d1ba6-8321-427e-90d2-fe05beba4351 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-02-17T04:38:54.736Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:38:54.736Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:54.780Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:38:54.781Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 856d1ba6-8321-427e-90d2-fe05beba4351 903 2022-02-17T04:38:54.781Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:54.781Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:54.781Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:38:54.782Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:54.784Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:54.784Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072734781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:38:54.885Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:38:54.885Z||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-02-17T04:38:54.886Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:54.899Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:54.899Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:38:55.785Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7483d996-4947-4016-9d36-9feff4328e4a 2022-02-17T04:38:55.786Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ce080c89-418d-4edd-92c3-1b8ca09783d9 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-02-17T04:38:55.796Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a995fd7, org.onap.sdc.toscaparser.api.parameters.Input@32a9e7d9, org.onap.sdc.toscaparser.api.parameters.Input@1d364e4d, org.onap.sdc.toscaparser.api.parameters.Input@461bc82d, org.onap.sdc.toscaparser.api.parameters.Input@368c40de] 2022-02-17T04:38:55.797Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:55.797Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:55.798Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-02-17T04:38:55.798Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= ca3198d9-7432-458a-8a8d-638d95d1c8f8 2022-02-17T04:38:55.798Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca3198d9-7432-458a-8a8d-638d95d1c8f8 matches Tosca VF Customization UUID: ca3198d9-7432-458a-8a8d-638d95d1c8f8 2022-02-17T04:38:55.798Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: ca3198d9-7432-458a-8a8d-638d95d1c8f8 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-02-17T04:38:55.799Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:55.799Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:55.800Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id ca3198d9-7432-458a-8a8d-638d95d1c8f8: {\"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-02-17T04:38:55.800Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7ccf73f2 2022-02-17T04:38:55.800Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:55.800Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-17T04:38:55.801Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 04c3c0cb-f2a9-4074-9663-c8aad6f76759 2022-02-17T04:38:55.801Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 04c3c0cb-f2a9-4074-9663-c8aad6f76759 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-02-17T04:38:55.802Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:55.803Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-17T04:38:55.803Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:38:55.803Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:55.803Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-17T04:38:55.803Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:38:55.803Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:55.803Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-02-17T04:38:55.803Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-02-17T04:38:55.804Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-02-17T04:38:55.804Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=95a329fc-a434-4551-86ae-56d14afadc31 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-02-17T04:38:55.805Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:55.805Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-17T04:38:55.805Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:38:55.805Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:55.806Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-02-17T04:38:55.806Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ca3198d9-7432-458a-8a8d-638d95d1c8f8 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-02-17T04:38:55.807Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:55.807Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:55.807Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7483d996-4947-4016-9d36-9feff4328e4a: basic_vm_macro 2022-02-17T04:38:55.807Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:55.807Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:55.808Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:55.808Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:55.808Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:55.808Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:55.808Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:55.808Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:55.808Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:38:55.808Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:38:55.808Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:55.889Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ce080c89-418d-4edd-92c3-1b8ca09783d9 1 ASDC deployResourceStructure 2022-02-17T04:38:55.889Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:55.889Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:55.889Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:38:55.890Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:55.891Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:55.891Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072735889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:38:55.992Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:38:55.992Z||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-02-17T04:38:55.992Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:56.004Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:56.004Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:38:56.892Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:56.892Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:56.892Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:38:56.892Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:56.894Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:56.894Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072736891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-02-17T04:38:56.994Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:38:56.995Z||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-02-17T04:38:56.996Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:57.008Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:57.009Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:38:57.895Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:57.895Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||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-02-17T04:38:57.895Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:38:57.896Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:57.898Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:57.898Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072737894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-02-17T04:38:57.998Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:38:57.999Z||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-02-17T04:38:57.999Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:58.012Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:58.012Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:38:58.899Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-02-17T04:38:58.900Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-02-17T04:38:58.900Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:38:58.900Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:38:58.903Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:38:58.903Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072738899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:38:59.003Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:38:59.004Z||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-02-17T04:38:59.004Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:38:59.017Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:38:59.017Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:38:59.904Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3312cec9-43ae-4860-837b-175cb1074db4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:38:59.914Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3312cec9-43ae-4860-837b-175cb1074db4 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-02-17T04:38:59.916Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:38:59.916Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-17T04:38:59.916Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-17T04:38:59.916Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-17T04:38:59.916Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:38:59.916Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:38:59.916Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:38:59.916Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:38:59.917Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:38:59.917Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:38:59.917Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-17T04:38:59.921Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-17T04:39:29.922Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3312cec9-43ae-4860-837b-175cb1074db4 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-02-17T04:39:29.927Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3312cec9-43ae-4860-837b-175cb1074db4 and serviceModelVersionId: 7483d996-4947-4016-9d36-9feff4328e4a 2022-02-17T04:39:29.927Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1720c5e6-43e1-473f-b0c8-41c1f93b7bd5 2022-02-17T04:39:29.928Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1720c5e6-43e1-473f-b0c8-41c1f93b7bd5/model-vers/model-ver/7483d996-4947-4016-9d36-9feff4328e4a?depth=0 2022-02-17T04:39:29.932Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-02-17T04:39:29.960Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1720c5e6-43e1-473f-b0c8-41c1f93b7bd5/model-vers/model-ver/7483d996-4947-4016-9d36-9feff4328e4a?depth=0|INFO|500||Invoke 2022-02-17T04:39:29.960Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1720c5e6-43e1-473f-b0c8-41c1f93b7bd5/model-vers/model-ver/7483d996-4947-4016-9d36-9feff4328e4a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1720c5e6-43e1-473f-b0c8-41c1f93b7bd5/model-vers/model-ver/7483d996-4947-4016-9d36-9feff4328e4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3312cec9-43ae-4860-837b-175cb1074db4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e9d2d25b-d3c4-449f-b551-7b6e4ac8d08c], X-ECOMP-RequestID=[3312cec9-43ae-4860-837b-175cb1074db4], X-TransactionId=[], X-ONAP-RequestID=[3312cec9-43ae-4860-837b-175cb1074db4], Content-Type=[application/merge-patch+json]} 2022-02-17T04:39:29.977Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1720c5e6-43e1-473f-b0c8-41c1f93b7bd5/model-vers/model-ver/7483d996-4947-4016-9d36-9feff4328e4a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-17T04:39:30.056Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1720c5e6-43e1-473f-b0c8-41c1f93b7bd5/model-vers/model-ver/7483d996-4947-4016-9d36-9feff4328e4a?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/1720c5e6-43e1-473f-b0c8-41c1f93b7bd5/model-vers/model-ver/7483d996-4947-4016-9d36-9feff4328e4a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220217-04:39:29:985-14223], vertex-id=[221320], Content-Length=[0], Date=[Thu, 17 Feb 2022 04:39:29 GMT], Content-Type=[application/json]} 2022-02-17T04:39:30.056Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1720c5e6-43e1-473f-b0c8-41c1f93b7bd5/model-vers/model-ver/7483d996-4947-4016-9d36-9feff4328e4a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-17T04:39:30.057Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1720c5e6-43e1-473f-b0c8-41c1f93b7bd5/model-vers/model-ver/7483d996-4947-4016-9d36-9feff4328e4a?depth=0|INFO|500||InvokeReturn 2022-02-17T04:39:30.057Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-17T04:39:30.057Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-17T04:39:30.062Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-17T04:39:30.062Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3312cec9-43ae-4860-837b-175cb1074db4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-17T04:39:30.062Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-17T04:39:30.062Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:39:30.064Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:39:30.064Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072770062, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:39:30.165Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:39:30.166Z||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-02-17T04:39:30.166Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:39:30.184Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:39:30.184Z||pool-94-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-02-17T04:39:41.877Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:39:41.878Z|3312cec9-43ae-4860-837b-175cb1074db4|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-02-17T04:39:41.878Z|3312cec9-43ae-4860-837b-175cb1074db4|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:39:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:39:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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-02-17T04:39:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:39:42.004Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:39:42.004Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T04:39:42.005Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:39:42.005Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-17T04:39:51.418Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:40:41.877Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:40:41.878Z|3312cec9-43ae-4860-837b-175cb1074db4|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-02-17T04:40:41.878Z|3312cec9-43ae-4860-837b-175cb1074db4|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:40:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:40:41.879Z||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-02-17T04:40:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:40:42.406Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:40:42.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:40:42.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:40:42.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-02-17T04:40:42.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:40:42.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:40:42.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:40:42.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-02-17T04:40:42.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:40:42.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:40:42.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:40:42.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:40:42.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:40:42.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072721877, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:40:42.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:40:42.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072730648, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:40:42.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:40:42.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072732681, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072733732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072734781, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072735889, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072736891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072737894, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072738899, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:40:42.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3312cec9-43ae-4860-837b-175cb1074db4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072770062, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:40:42.411Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:40:51.423Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:41:41.877Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:41:41.878Z|3312cec9-43ae-4860-837b-175cb1074db4|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-02-17T04:41:41.878Z|3312cec9-43ae-4860-837b-175cb1074db4|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:41:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:41:41.879Z||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-02-17T04:41:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:41:42.025Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:41:42.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "cds", "timestamp": 1645072874578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "aai-ml", "timestamp": 1645072879100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "ves-openapi-manager", "timestamp": 1645072879378, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "policy-id", "timestamp": 1645072879428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "cds", "timestamp": 1645072874578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "aai-ml", "timestamp": 1645072879100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "ves-openapi-manager", "timestamp": 1645072879378, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.030Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.030Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "policy-id", "timestamp": 1645072879428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1645072880880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "cds", "timestamp": 1645072874578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "aai-ml", "timestamp": 1645072879100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.031Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.031Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "ves-openapi-manager", "timestamp": 1645072879378, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.031Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "policy-id", "timestamp": 1645072879428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1645072880880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "cds", "timestamp": 1645072874578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.032Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "aai-ml", "timestamp": 1645072879100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "ves-openapi-manager", "timestamp": 1645072879378, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "policy-id", "timestamp": 1645072879428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1645072880880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "cds", "timestamp": 1645072874578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "aai-ml", "timestamp": 1645072879100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "ves-openapi-manager", "timestamp": 1645072879378, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "policy-id", "timestamp": 1645072879428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1645072880880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "cds", "timestamp": 1645072874578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "aai-ml", "timestamp": 1645072879100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "ves-openapi-manager", "timestamp": 1645072879378, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "policy-id", "timestamp": 1645072879428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1645072880880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "cds", "timestamp": 1645072874578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "aai-ml", "timestamp": 1645072879100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "ves-openapi-manager", "timestamp": 1645072879378, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "policy-id", "timestamp": 1645072879428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1645072880880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "cds", "timestamp": 1645072874578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "aai-ml", "timestamp": 1645072879100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "ves-openapi-manager", "timestamp": 1645072879378, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "policy-id", "timestamp": 1645072879428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1645072880880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "cds", "timestamp": 1645072874578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "aai-ml", "timestamp": 1645072879100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "ves-openapi-manager", "timestamp": 1645072879378, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "policy-id", "timestamp": 1645072879428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:41:42.036Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1645072880880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "cds", "timestamp": 1645072888760, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "dcae-sch", "timestamp": 1645072888145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "aai-ml", "timestamp": 1645072888832, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "policy-id", "timestamp": 1645072889131, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "ves-openapi-manager", "timestamp": 1645072889168, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "multicloud-k8s-id", "timestamp": 1645072880880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "dcae-sch", "timestamp": 1645072888145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "cds", "timestamp": 1645072889976, "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-02-17T04:41:42.051Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8f1fc9c2-6f23-4072-b132-9322aea38fb2 2022-02-17T04:41:42.051Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f1fc9c2-6f23-4072-b132-9322aea38fb2 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-02-17T04:41:42.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "policy-id", "timestamp": 1645072890138, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:41:42.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:41:42.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "ves-openapi-manager", "timestamp": 1645072890395, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-02-17T04:41:42.059Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:41:42.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "dcae-sch", "timestamp": 1645072888145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "policy-id", "timestamp": 1645072891140, "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-02-17T04:41:42.064Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f1fc9c2-6f23-4072-b132-9322aea38fb2 2022-02-17T04:41:42.065Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f1fc9c2-6f23-4072-b132-9322aea38fb2 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-02-17T04:41:42.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "ves-openapi-manager", "timestamp": 1645072891398, "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-02-17T04:41:42.078Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8f1fc9c2-6f23-4072-b132-9322aea38fb2 2022-02-17T04:41:42.078Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f1fc9c2-6f23-4072-b132-9322aea38fb2 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-02-17T04:41:42.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "dcae-sch", "timestamp": 1645072888145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "aai-ml", "timestamp": 1645072891994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:41:42.086Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:41:42.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "dcae-sch", "timestamp": 1645072888145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "aai-ml", "timestamp": 1645072892998, "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-02-17T04:41:42.090Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8f1fc9c2-6f23-4072-b132-9322aea38fb2 2022-02-17T04:41:42.090Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f1fc9c2-6f23-4072-b132-9322aea38fb2 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-02-17T04:41:42.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "dcae-sch", "timestamp": 1645072888145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "dcae-sch", "timestamp": 1645072888145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "dcae-sch", "timestamp": 1645072888145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072895250, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "dcae-sch", "timestamp": 1645072888145, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072895250, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072895250, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "clamp", "timestamp": 1645072897908, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072895250, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "clamp", "timestamp": 1645072897908, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072895250, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "clamp", "timestamp": 1645072897908, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072895250, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "clamp", "timestamp": 1645072897908, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:41:42.506Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:41:42.507Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-02-17T04:41:42.507Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8f1fc9c2-6f23-4072-b132-9322aea38fb2","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b87d03ab-f593-47a8-8ccc-2d93b4a1bf63","serviceDescription":"service","serviceInvariantUUID":"3631394a-0f36-4ab0-b8cb-cc9247978729","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2220c846-29b2-4dcd-95de-db74059d09c1","resourceInvariantUUID":"68b8f8af-905a-4107-846e-81c0cfb37e95","resourceCustomizationUUID":"75617be6-32aa-4ea5-8658-a7e6aba04811","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":"OWM0Y2M4MjExZTIyODRlZjBiNGE2Y2NhMGU4YWY1ODc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"75ae041a-03ae-40a4-9636-d54f181988cf","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":"ff50c98e-aac4-42ac-bb43-a1063ca2ff75","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":"09ba8220-ea54-4b17-a4ab-1e57b90cbd40","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":"MDMwOTg1MGJmOWE0MmQzYTA1NTVlNjEzZWU1ZWU2OTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7dcb014b-8cf3-4bec-8b5e-300959168236","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":"c68408dc-1b6d-429d-ac4a-2e7dd4675cd2","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":"fb72d8c2-9931-4170-ac3a-891cc016144a","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":"c5e8a5b5-69c6-4630-bc25-0f79dcb9f5c4","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":"M2FkMGI2ZmM4NzJmMzIxZjEzNGVjMDQ5MjY1ODEyMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ddd4c7fe-2e80-424b-b945-c5715893c3bb","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTdlNmIyZWJmYmY1YzVmYjIxNTI0OTg3M2UxYzcxZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4001381b-e7ec-41db-8c1b-4ec2e0dd4935","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-17T04:41:42.509Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:41:42.509Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:41:42.511Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:41:42.511Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:42.612Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:41:42.613Z||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-02-17T04:41:42.613Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:41:42.626Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:41:42.626Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:41:43.512Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:41:43.513Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:41:43.515Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:41:43.515Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:43.616Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:41:43.617Z||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-02-17T04:41:43.617Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:41:43.629Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:41:43.629Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:41:44.516Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:41:44.517Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:41:44.519Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:41:44.519Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:44.619Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:41:44.620Z||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-02-17T04:41:44.620Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:41:44.633Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:41:44.634Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:41:45.520Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:41:45.521Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:41:45.523Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:41:45.524Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:45.624Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:41:45.624Z||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-02-17T04:41:45.624Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:41:45.637Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:41:45.637Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:41:46.524Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:41:46.525Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:41:46.527Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:41:46.528Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:46.628Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:41:46.629Z||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-02-17T04:41:46.629Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:41:46.642Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:41:46.642Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:41:47.528Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:41:47.530Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:41:47.532Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:41:47.532Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:47.632Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:41:47.633Z||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-02-17T04:41:47.633Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:41:47.645Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:41:47.645Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:41:48.532Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:41:48.534Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:41:48.536Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:41:48.536Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:48.636Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-17T04:41:48.637Z||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-02-17T04:41:48.637Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:41:48.649Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:41:48.649Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:41:49.537Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:41:49.538Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:41:49.541Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:41:49.541Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:41:49.641Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:41:49.642Z||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-02-17T04:41:49.642Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:41:49.654Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:41:49.654Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:41:50.541Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:41:50.542Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:41:50.544Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:41:50.545Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:41:50.645Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:41:50.646Z||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-02-17T04:41:50.646Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:41:50.658Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:41:50.658Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:41:51.546Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b87d03ab-f593-47a8-8ccc-2d93b4a1bf63", "serviceDescription": "service", "serviceInvariantUUID": "3631394a-0f36-4ab0-b8cb-cc9247978729", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "75617be6-32aa-4ea5-8658-a7e6aba04811", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "2220c846-29b2-4dcd-95de-db74059d09c1", "resourceInvariantUUID": "68b8f8af-905a-4107-846e-81c0cfb37e95", "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": "YTdlNmIyZWJmYmY1YzVmYjIxNTI0OTg3M2UxYzcxZmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4001381b-e7ec-41db-8c1b-4ec2e0dd4935" } ], "workloadContext": "Production" } 2022-02-17T04:41:51.546Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-17T04:41:51.546Z|3312cec9-43ae-4860-837b-175cb1074db4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b87d03ab-f593-47a8-8ccc-2d93b4a1bf63 ASDC 2022-02-17T04:41:51.547Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:8f1fc9c2-6f23-4072-b132-9322aea38fb2 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b87d03ab-f593-47a8-8ccc-2d93b4a1bf63 ServiceInvariantUUID:3631394a-0f36-4ab0-b8cb-cc9247978729 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:4001381b-e7ec-41db-8c1b-4ec2e0dd4935 ArtifactChecksum:YTdlNmIyZWJmYmY1YzVmYjIxNTI0OTg3M2UxYzcxZmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:75617be6-32aa-4ea5-8658-a7e6aba04811 ResourceInvariantUUID:68b8f8af-905a-4107-846e-81c0cfb37e95 ResourceName:test-pnf ResourceType:PNF ResourceUUID:2220c846-29b2-4dcd-95de-db74059d09c1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-02-17T04:41:51.547Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b87d03ab-f593-47a8-8ccc-2d93b4a1bf63 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-02-17T04:41:51.567Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T04:41:51.568Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:41:51.568Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:41:51.568Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4001381b-e7ec-41db-8c1b-4ec2e0dd4935 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-02-17T04:41:51.568Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-02-17T04:41:51.568Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-02-17T04:41:51.628Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-02-17T04:41:51.635Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4001381b-e7ec-41db-8c1b-4ec2e0dd4935 105646 2022-02-17T04:41:51.635Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-02-17T04:41:51.636Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-02-17T04:41:51.636Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:41:51.636Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:41:51.638Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:41:51.638Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072911635, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:41:51.738Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:41:51.739Z||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-02-17T04:41:51.739Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:41:51.749Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:41:51.750Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:41:52.638Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T04:41:52.640Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-02-17T04:41:52.640Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4001381b-e7ec-41db-8c1b-4ec2e0dd4935, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-17T04:41:52.640Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-02-17T04:41:52.640Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-17T04:41:52.640Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-17T04:41:52.746Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5152663630871899191/Definitions/service-TestPnfMacro-template.yml 2022-02-17T04:41:53.331Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-17T04:41:53.331Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-02-17T04:41:53.332Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-17T04:41:53.332Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-02-17T04:41:53.332Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||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-02-17T04:41:53.332Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||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-02-17T04:41:53.332Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||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-02-17T04:41:53.332Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||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-02-17T04:41:53.333Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-17T04:41:53.333Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-17T04:41:53.333Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-02-17T04:41:53.333Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-02-17T04:41:53.333Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:41:53.333Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:41:53.334Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-02-17T04:41:53.334Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-02-17T04:41:53.334Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T04:41:53.334Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:41:53.334Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:41:53.334Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-02-17T04:41:53.334Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-02-17T04:41:53.335Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T04:41:53.335Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:41:53.335Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:41:53.335Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:41:53.335Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:41:53.336Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:41:53.336Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:41:53.336Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:41:53.336Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:41:53.336Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:41:53.336Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:41:53.337Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:b87d03ab-f593-47a8-8ccc-2d93b4a1bf63 Model Version:NULL Model InvariantUuid:3631394a-0f36-4ab0-b8cb-cc9247978729 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-02-17T04:41:53.343Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2220c846-29b2-4dcd-95de-db74059d09c1 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-02-17T04:41:53.345Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-02-17T04:41:53.345Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2220c846-29b2-4dcd-95de-db74059d09c1 2022-02-17T04:41:53.346Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||No resources found for Service: b87d03ab-f593-47a8-8ccc-2d93b4a1bf63 2022-02-17T04:41:53.346Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b87d03ab-f593-47a8-8ccc-2d93b4a1bf63 2022-02-17T04:41:53.346Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 2220c846-29b2-4dcd-95de-db74059d09c1 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-02-17T04:41:53.349Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52417dd3, org.onap.sdc.toscaparser.api.parameters.Input@761b54b8, org.onap.sdc.toscaparser.api.parameters.Input@4048fca9, org.onap.sdc.toscaparser.api.parameters.Input@3e540211, org.onap.sdc.toscaparser.api.parameters.Input@67a24fed] 2022-02-17T04:41:53.350Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:41:53.350Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:41:53.350Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b87d03ab-f593-47a8-8ccc-2d93b4a1bf63: test-pnf 2022-02-17T04:41:53.351Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||Processing PNF resource: 2220c846-29b2-4dcd-95de-db74059d09c1 2022-02-17T04:41:53.351Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:41:53.351Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:41:53.352Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||Resource customization UUID: 75617be6-32aa-4ea5-8658-a7e6aba04811 is the same as notified resource customizationUUID: 75617be6-32aa-4ea5-8658-a7e6aba04811 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-02-17T04:41:53.396Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 2220c846-29b2-4dcd-95de-db74059d09c1 0 ASDC deployResourceStructure 2022-02-17T04:41:53.397Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-02-17T04:41:53.397Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-02-17T04:41:53.397Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:41:53.402Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:41:53.403Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:41:53.403Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072913397, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:41:53.504Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:41:53.504Z||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-02-17T04:41:53.505Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:41:53.517Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:41:53.518Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:41:54.404Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f1fc9c2-6f23-4072-b132-9322aea38fb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:41:54.415Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f1fc9c2-6f23-4072-b132-9322aea38fb2 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-02-17T04:41:54.418Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:41:54.418Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-17T04:41:54.418Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:41:54.418Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:42:24.418Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f1fc9c2-6f23-4072-b132-9322aea38fb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:42:24.431Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f1fc9c2-6f23-4072-b132-9322aea38fb2 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-02-17T04:42:24.433Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:42:24.433Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-17T04:42:24.433Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:42:24.433Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:42:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:42:41.880Z||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-02-17T04:42:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:42:41.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:42:41.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:42:41.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072895250, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:42:41.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:42:54.433Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f1fc9c2-6f23-4072-b132-9322aea38fb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:42:54.442Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f1fc9c2-6f23-4072-b132-9322aea38fb2 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-02-17T04:42:54.443Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:42:54.443Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-17T04:42:54.443Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:42:54.443Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:43:24.444Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f1fc9c2-6f23-4072-b132-9322aea38fb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:43:24.454Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f1fc9c2-6f23-4072-b132-9322aea38fb2 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-02-17T04:43:24.458Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:43:24.458Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-17T04:43:24.458Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-02-17T04:43:24.458Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-02-17T04:43:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:43:41.880Z||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-02-17T04:43:41.880Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:43:42.408Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:43:42.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "clamp", "timestamp": 1645072897908, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072895250, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "clamp", "timestamp": 1645072897908, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072895250, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:43:42.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "clamp", "timestamp": 1645072897908, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072905014, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:43:42.414Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "clamp", "timestamp": 1645072897908, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "clamp", "timestamp": 1645072897908, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:43:42.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072906661, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:43:42.415Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072907665, "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-02-17T04:43:42.421Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8f1fc9c2-6f23-4072-b132-9322aea38fb2 2022-02-17T04:43:42.421Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f1fc9c2-6f23-4072-b132-9322aea38fb2 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-02-17T04:43:42.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072901877, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:43:42.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072911635, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:43:42.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645072913397, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:43:42.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "clamp", "timestamp": 1645072916992, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:43:42.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "clamp", "timestamp": 1645072919002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:43:42.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "clamp", "timestamp": 1645072920005, "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-02-17T04:43:42.435Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8f1fc9c2-6f23-4072-b132-9322aea38fb2 2022-02-17T04:43:42.435Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f1fc9c2-6f23-4072-b132-9322aea38fb2 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-02-17T04:43:42.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072925250, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "dcae-sch", "timestamp": 1645072928145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-02-17T04:43:42.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "clamp", "timestamp": 1645072927908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "cds", "timestamp": 1645072934578, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "clamp", "timestamp": 1645072927908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "dcae-sch", "timestamp": 1645072928145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072925250, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "cds", "timestamp": 1645072934578, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "clamp", "timestamp": 1645072927908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "dcae-sch", "timestamp": 1645072928145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072925250, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "cds", "timestamp": 1645072934578, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "clamp", "timestamp": 1645072927908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "dcae-sch", "timestamp": 1645072928145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072925250, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "cds", "timestamp": 1645072934578, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "clamp", "timestamp": 1645072927908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "dcae-sch", "timestamp": 1645072928145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072925250, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "cds", "timestamp": 1645072934578, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "clamp", "timestamp": 1645072927908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "dcae-sch", "timestamp": 1645072928145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072925250, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "aai-ml", "timestamp": 1645072939100, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "ves-openapi-manager", "timestamp": 1645072939378, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "policy-id", "timestamp": 1645072939428, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "cds", "timestamp": 1645072934578, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "clamp", "timestamp": 1645072927908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "dcae-sch", "timestamp": 1645072928145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072925250, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "aai-ml", "timestamp": 1645072939100, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "ves-openapi-manager", "timestamp": 1645072939378, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "policy-id", "timestamp": 1645072939428, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "cds", "timestamp": 1645072934578, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "clamp", "timestamp": 1645072927908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "dcae-sch", "timestamp": 1645072928145, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072925250, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:43:42.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "multicloud-k8s-id", "timestamp": 1645072940880, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "aai-ml", "timestamp": 1645072939100, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "ves-openapi-manager", "timestamp": 1645072939378, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "policy-id", "timestamp": 1645072939428, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "cds", "timestamp": 1645072934578, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:43:42.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "multicloud-k8s-id", "timestamp": 1645072940880, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072942555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:43:42.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "aai-ml", "timestamp": 1645072939100, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "dcae-sch", "timestamp": 1645072942815, "artifactURL": "/sdc/v1/catalog/services/3932a920-1bd9-4fa6-b46c-6f2f2ae15313/resourceInstances/basicclamp0/artifacts/f6e9dc43-25ac-4eea-9695-ea96ef260418", "status": "DOWNLOAD_OK" } 2022-02-17T04:43:42.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "ves-openapi-manager", "timestamp": 1645072939378, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "policy-id", "timestamp": 1645072939428, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-17T04:43:42.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "cds", "timestamp": 1645072943285, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:43:42.456Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "multicloud-k8s-id", "timestamp": 1645072940880, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:43:42.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "aai-ml", "timestamp": 1645072939100, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "ves-openapi-manager", "timestamp": 1645072939378, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "dcae-sch", "timestamp": 1645072944063, "artifactURL": "/sdc/v1/catalog/services/3932a920-1bd9-4fa6-b46c-6f2f2ae15313/resourceInstances/basicclamp0/artifacts/f6e9dc43-25ac-4eea-9695-ea96ef260418", "status": "DEPLOY_OK" } 2022-02-17T04:43:42.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "policy-id", "timestamp": 1645072939428, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "cds", "timestamp": 1645072944290, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:43:42.469Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 73cd0a4c-5184-4490-9aa6-54991cedfc45 2022-02-17T04:43:42.469Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73cd0a4c-5184-4490-9aa6-54991cedfc45 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-02-17T04:43:42.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "multicloud-k8s-id", "timestamp": 1645072940880, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-17T04:43:42.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072944570, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:43:42.477Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "aai-ml", "timestamp": 1645072939100, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "ves-openapi-manager", "timestamp": 1645072939378, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "dcae-sch", "timestamp": 1645072945066, "artifactURL": "/sdc/v1/catalog/services/3932a920-1bd9-4fa6-b46c-6f2f2ae15313/resourceInstances/basicclamp0/artifacts/f6e9dc43-25ac-4eea-9695-ea96ef260418", "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-02-17T04:43:42.483Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 73cd0a4c-5184-4490-9aa6-54991cedfc45 2022-02-17T04:43:42.483Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73cd0a4c-5184-4490-9aa6-54991cedfc45 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-02-17T04:43:42.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "policy-id", "timestamp": 1645072939428, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "multicloud-k8s-id", "timestamp": 1645072940880, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1645072945572, "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-02-17T04:43:42.495Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 73cd0a4c-5184-4490-9aa6-54991cedfc45 2022-02-17T04:43:42.495Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73cd0a4c-5184-4490-9aa6-54991cedfc45 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-02-17T04:43:42.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "aai-ml", "timestamp": 1645072939100, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.502Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "ves-openapi-manager", "timestamp": 1645072939378, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "policy-id", "timestamp": 1645072939428, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.503Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "multicloud-k8s-id", "timestamp": 1645072940880, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-17T04:43:42.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "aai-ml", "timestamp": 1645072939100, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:43:42.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "ves-openapi-manager", "timestamp": 1645072939378, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "policy-id", "timestamp": 1645072939428, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:43:42.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "multicloud-k8s-id", "timestamp": 1645072940880, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:43:42.505Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "aai-ml", "timestamp": 1645072947832, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:43:42.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "policy-id", "timestamp": 1645072948136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:43:42.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "multicloud-k8s-id", "timestamp": 1645072940880, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:43:42.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-02-17T04:43:42.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "policy-id", "timestamp": 1645072949138, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:43:42.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "multicloud-k8s-id", "timestamp": 1645072949599, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:43:42.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "policy-id", "timestamp": 1645072950141, "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-02-17T04:43:42.511Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 73cd0a4c-5184-4490-9aa6-54991cedfc45 2022-02-17T04:43:42.512Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73cd0a4c-5184-4490-9aa6-54991cedfc45 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-02-17T04:43:42.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "multicloud-k8s-id", "timestamp": 1645072950654, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:43:42.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "multicloud-k8s-id", "timestamp": 1645072951780, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:43:42.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "aai-ml", "timestamp": 1645072952439, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:43:42.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "multicloud-k8s-id", "timestamp": 1645072952989, "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-02-17T04:43:42.524Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 73cd0a4c-5184-4490-9aa6-54991cedfc45 2022-02-17T04:43:42.525Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73cd0a4c-5184-4490-9aa6-54991cedfc45 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-02-17T04:43:42.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "aai-ml", "timestamp": 1645072953442, "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-02-17T04:43:42.535Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 73cd0a4c-5184-4490-9aa6-54991cedfc45 2022-02-17T04:43:42.535Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73cd0a4c-5184-4490-9aa6-54991cedfc45 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-02-17T04:43:42.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "multicloud-k8s-id", "timestamp": 1645072953993, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:43:42.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "clamp", "timestamp": 1645072953998, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:43:42.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "clamp", "timestamp": 1645072955002, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:43:42.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "clamp", "timestamp": 1645072959111, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:43:42.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "clamp", "timestamp": 1645072960114, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:43:42.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:43:42.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-02-17T04:43:42.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "clamp", "timestamp": 1645072961118, "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-02-17T04:43:42.549Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 73cd0a4c-5184-4490-9aa6-54991cedfc45 2022-02-17T04:43:42.550Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73cd0a4c-5184-4490-9aa6-54991cedfc45 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-02-17T04:43:54.458Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f1fc9c2-6f23-4072-b132-9322aea38fb2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:43:54.468Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f1fc9c2-6f23-4072-b132-9322aea38fb2 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-02-17T04:43:54.471Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:43:54.471Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-17T04:43:54.471Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-17T04:43:54.471Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-17T04:43:54.471Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:43:54.472Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:43:54.472Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:43:54.472Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:43:54.472Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:43:54.472Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:43:54.472Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:43:54.472Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-17T04:43:54.476Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-17T04:44:24.476Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8f1fc9c2-6f23-4072-b132-9322aea38fb2 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-02-17T04:44:24.481Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8f1fc9c2-6f23-4072-b132-9322aea38fb2 and serviceModelVersionId: b87d03ab-f593-47a8-8ccc-2d93b4a1bf63 2022-02-17T04:44:24.482Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3631394a-0f36-4ab0-b8cb-cc9247978729 2022-02-17T04:44:24.482Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3631394a-0f36-4ab0-b8cb-cc9247978729/model-vers/model-ver/b87d03ab-f593-47a8-8ccc-2d93b4a1bf63?depth=0 2022-02-17T04:44:24.488Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-02-17T04:44:24.550Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3631394a-0f36-4ab0-b8cb-cc9247978729/model-vers/model-ver/b87d03ab-f593-47a8-8ccc-2d93b4a1bf63?depth=0|INFO|500||Invoke 2022-02-17T04:44:24.550Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3631394a-0f36-4ab0-b8cb-cc9247978729/model-vers/model-ver/b87d03ab-f593-47a8-8ccc-2d93b4a1bf63?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3631394a-0f36-4ab0-b8cb-cc9247978729/model-vers/model-ver/b87d03ab-f593-47a8-8ccc-2d93b4a1bf63?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8f1fc9c2-6f23-4072-b132-9322aea38fb2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b92800b7-ba91-4c4c-83dc-8ba2d898a9ad], X-ECOMP-RequestID=[8f1fc9c2-6f23-4072-b132-9322aea38fb2], X-TransactionId=[], X-ONAP-RequestID=[8f1fc9c2-6f23-4072-b132-9322aea38fb2], Content-Type=[application/merge-patch+json]} 2022-02-17T04:44:24.580Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3631394a-0f36-4ab0-b8cb-cc9247978729/model-vers/model-ver/b87d03ab-f593-47a8-8ccc-2d93b4a1bf63?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-17T04:44:24.649Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3631394a-0f36-4ab0-b8cb-cc9247978729/model-vers/model-ver/b87d03ab-f593-47a8-8ccc-2d93b4a1bf63?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/3631394a-0f36-4ab0-b8cb-cc9247978729/model-vers/model-ver/b87d03ab-f593-47a8-8ccc-2d93b4a1bf63?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220217-04:44:24:588-7601], vertex-id=[221216], Content-Length=[0], Date=[Thu, 17 Feb 2022 04:44:24 GMT], Content-Type=[application/json]} 2022-02-17T04:44:24.650Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3631394a-0f36-4ab0-b8cb-cc9247978729/model-vers/model-ver/b87d03ab-f593-47a8-8ccc-2d93b4a1bf63?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-17T04:44:24.651Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3631394a-0f36-4ab0-b8cb-cc9247978729/model-vers/model-ver/b87d03ab-f593-47a8-8ccc-2d93b4a1bf63?depth=0|INFO|500||InvokeReturn 2022-02-17T04:44:24.651Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-17T04:44:24.651Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-17T04:44:24.655Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-17T04:44:24.655Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8f1fc9c2-6f23-4072-b132-9322aea38fb2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-17T04:44:24.656Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-17T04:44:24.656Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:24.658Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:24.658Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073064656, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:44:24.761Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-02-17T04:44:24.761Z||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-02-17T04:44:24.762Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:24.777Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:24.778Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-02-17T04:44:25.669Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:44:25.670Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-17T04:44:25.670Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:30.143Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:30.144Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-02-17T04:44:30.144Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"73cd0a4c-5184-4490-9aa6-54991cedfc45","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"3932a920-1bd9-4fa6-b46c-6f2f2ae15313","serviceDescription":"service","serviceInvariantUUID":"138c292b-5fb0-46bd-9fe7-c16a82d31451","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2434e3d3-74ad-43ec-a61f-18be2f1772a4","resourceInvariantUUID":"35fa06d7-6bd6-4633-be0c-8cdf5982461d","resourceCustomizationUUID":"af1a0e1b-3d65-46cb-bc8d-99cf3c9efae8","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":"f6e9dc43-25ac-4eea-9695-ea96ef260418","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":"YjE2ZjE2N2VjZmVmY2FlOTYxNmEyZmE1Mjk0NDExNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c43db591-fea6-4e9a-b088-9a13a4be2349","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":"MTIxMzE3ZmFiMWQwZWM3ZmQ5YThjMGEzMjgyOWY0YTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"56424142-e30d-45b4-981e-2c6075d9f59f","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":"dc5b1530-93b7-4618-8edf-c4861a9ceebf","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":"1ab75e0d-a46a-4d28-95f6-c5bab4b4d5d9","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":"10b917ba-18bd-42fd-9c86-56a6db3e0e07","artifactVersion":"2","generatedFromUUID":"dc5b1530-93b7-4618-8edf-c4861a9ceebf"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NDljZTYxMDczNWU3MTkwOTZjZDg5ZWNjYmIwYzA4OTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b85cacb-427b-4119-b650-0a4e84124f97","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTI3YmY1MGY0NTcwZGQzYmVhOTFjODY1OTUxODBlOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89b090ba-f6b7-4bef-b6bf-84fbc2098f56","artifactVersion":"1"}],"workloadContext":"Production"} 2022-02-17T04:44:30.146Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:44:30.146Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:30.149Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:30.149Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:44:30.249Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:44:30.250Z||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-02-17T04:44:30.250Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:30.262Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:30.263Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:44:31.149Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:44:31.150Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:31.152Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:31.152Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:44:31.253Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:44:31.253Z||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-02-17T04:44:31.253Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:31.265Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:31.266Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:44:32.153Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:44:32.154Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:32.156Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:32.156Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:44:32.256Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:44:32.257Z||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-02-17T04:44:32.257Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:32.269Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:32.269Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:44:33.156Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:44:33.157Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:33.159Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:33.160Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-17T04:44:33.260Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:44:33.261Z||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-02-17T04:44:33.261Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:33.273Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:33.274Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:44:34.160Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:44:34.160Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:34.162Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:34.162Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:44:34.262Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:44:34.263Z||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-02-17T04:44:34.263Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:34.276Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:34.276Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:44:35.162Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:44:35.164Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:35.166Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:35.166Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-17T04:44:35.266Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:44:35.267Z||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-02-17T04:44:35.267Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:35.278Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:35.278Z||pool-112-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:44:36.166Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:44:36.167Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:36.170Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:36.170Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:44:36.270Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:44:36.271Z||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-02-17T04:44:36.271Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:36.283Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:36.283Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:44:37.170Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-02-17T04:44:37.171Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:37.173Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:37.173Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:44:37.274Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:44:37.275Z||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-02-17T04:44:37.275Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:37.290Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:37.290Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-02-17T04:44:38.174Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "3932a920-1bd9-4fa6-b46c-6f2f2ae15313", "serviceDescription": "service", "serviceInvariantUUID": "138c292b-5fb0-46bd-9fe7-c16a82d31451", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "af1a0e1b-3d65-46cb-bc8d-99cf3c9efae8", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2434e3d3-74ad-43ec-a61f-18be2f1772a4", "resourceInvariantUUID": "35fa06d7-6bd6-4633-be0c-8cdf5982461d", "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": "MTIxMzE3ZmFiMWQwZWM3ZmQ5YThjMGEzMjgyOWY0YTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "56424142-e30d-45b4-981e-2c6075d9f59f", "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": "dc5b1530-93b7-4618-8edf-c4861a9ceebf", "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": "10b917ba-18bd-42fd-9c86-56a6db3e0e07", "generatedFromUUID": "dc5b1530-93b7-4618-8edf-c4861a9ceebf" }, "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": "10b917ba-18bd-42fd-9c86-56a6db3e0e07", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZTI3YmY1MGY0NTcwZGQzYmVhOTFjODY1OTUxODBlOTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89b090ba-f6b7-4bef-b6bf-84fbc2098f56" } ], "workloadContext": "Production" } 2022-02-17T04:44:38.174Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-02-17T04:44:38.175Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3932a920-1bd9-4fa6-b46c-6f2f2ae15313 ASDC 2022-02-17T04:44:38.175Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:73cd0a4c-5184-4490-9aa6-54991cedfc45 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:3932a920-1bd9-4fa6-b46c-6f2f2ae15313 ServiceInvariantUUID:138c292b-5fb0-46bd-9fe7-c16a82d31451 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:89b090ba-f6b7-4bef-b6bf-84fbc2098f56 ArtifactChecksum:ZTI3YmY1MGY0NTcwZGQzYmVhOTFjODY1OTUxODBlOTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:af1a0e1b-3d65-46cb-bc8d-99cf3c9efae8 ResourceInvariantUUID:35fa06d7-6bd6-4633-be0c-8cdf5982461d ResourceName:basicclamp ResourceType:VF ResourceUUID:2434e3d3-74ad-43ec-a61f-18be2f1772a4 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:56424142-e30d-45b4-981e-2c6075d9f59f ArtifactChecksum:MTIxMzE3ZmFiMWQwZWM3ZmQ5YThjMGEzMjgyOWY0YTE= 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:dc5b1530-93b7-4618-8edf-c4861a9ceebf 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:10b917ba-18bd-42fd-9c86-56a6db3e0e07 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:10b917ba-18bd-42fd-9c86-56a6db3e0e07 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-02-17T04:44:38.175Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3932a920-1bd9-4fa6-b46c-6f2f2ae15313 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-02-17T04:44:38.199Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T04:44:38.199Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-02-17T04:44:38.200Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-02-17T04:44:38.200Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 89b090ba-f6b7-4bef-b6bf-84fbc2098f56 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-02-17T04:44:38.200Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-02-17T04:44:38.200Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-02-17T04:44:38.378Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-02-17T04:44:38.381Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 89b090ba-f6b7-4bef-b6bf-84fbc2098f56 73660 2022-02-17T04:44:38.381Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-02-17T04:44:38.382Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-02-17T04:44:38.382Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:44:38.382Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:38.383Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:38.384Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073078381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:44:38.484Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:44:38.485Z||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-02-17T04:44:38.485Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:38.498Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:38.498Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:44:39.384Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-02-17T04:44:39.386Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-02-17T04:44:39.386Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 89b090ba-f6b7-4bef-b6bf-84fbc2098f56, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-17T04:44:39.386Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-02-17T04:44:39.387Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-17T04:44:39.387Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-17T04:44:39.477Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5760341635591871750/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-02-17T04:44:40.321Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-02-17T04:44:40.321Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||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-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:40.322Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-17T04:44:40.323Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-02-17T04:44:40.323Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T04:44:40.323Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:40.323Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:40.323Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-17T04:44:40.323Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-02-17T04:44:40.323Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-02-17T04:44:40.323Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:40.323Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:40.323Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:40.324Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-02-17T04:44:40.324Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-02-17T04:44:40.324Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-02-17T04:44:40.324Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-02-17T04:44:40.324Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-17T04:44:40.324Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-02-17T04:44:40.324Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:40.324Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-17T04:44:40.324Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:40.324Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-17T04:44:40.324Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:44:40.324Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:40.324Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-17T04:44:40.325Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:44:40.325Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:40.325Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-17T04:44:40.325Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:44:40.325Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:40.325Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-02-17T04:44:40.325Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-02-17T04:44:40.325Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-17T04:44:40.325Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b2d43c6-354d-46bd-a294-3d29911abb26 2022-02-17T04:44:40.326Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:40.326Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:40.326Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:40.326Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:40.326Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:40.326Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:40.326Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:40.326Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:40.326Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:3932a920-1bd9-4fa6-b46c-6f2f2ae15313 Model Version:NULL Model InvariantUuid:138c292b-5fb0-46bd-9fe7-c16a82d31451 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:745ee957-cfb3-44d6-b365-f7d287d31796 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:35fa06d7-6bd6-4633-be0c-8cdf5982461d Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:af1a0e1b-3d65-46cb-bc8d-99cf3c9efae8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:62b8792b-95fb-4211-9a86-5440f7782530 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:c9d099db-c6fc-4c99-81c3-c78043d2eeea ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0b2d43c6-354d-46bd-a294-3d29911abb26 ModelInvariantUuid:a1c4e8ce-2e70-4db5-8829-d87613309cd0 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:8042ec21-f5ee-44e4-8ead-575da7ebbfd9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:93dfc1be-4346-473d-8c85-e74a92775381 ModelInvariantUuid:94839fed-85a4-48b3-8807-981a3f78cd12 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:716dcbbb-efa8-4f62-b0da-f5cd33729eb0 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-02-17T04:44:40.331Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 2434e3d3-74ad-43ec-a61f-18be2f1772a4 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-02-17T04:44:40.333Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||basicclamp 0 2022-02-17T04:44:40.333Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2434e3d3-74ad-43ec-a61f-18be2f1772a4 2022-02-17T04:44:40.334Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 56424142-e30d-45b4-981e-2c6075d9f59f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-02-17T04:44:40.334Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-02-17T04:44:40.334Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-02-17T04:44:40.378Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-02-17T04:44:40.379Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 56424142-e30d-45b4-981e-2c6075d9f59f 790 2022-02-17T04:44:40.379Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||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-02-17T04:44:40.379Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||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-02-17T04:44:40.379Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:44:40.379Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:40.382Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:40.382Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073080379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:44:40.482Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:44:40.483Z||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-02-17T04:44:40.483Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:40.495Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:40.496Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:44:41.382Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "62b8792b-95fb-4211-9a86-5440f7782530", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c9d099db-c6fc-4c99-81c3-c78043d2eeea", "vfModuleModelCustomizationUUID": "ffbbd777-9b4d-425c-b916-6566823b2dfa", "isBase": true, "artifacts": [ "dc5b1530-93b7-4618-8edf-c4861a9ceebf", "10b917ba-18bd-42fd-9c86-56a6db3e0e07" ], "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-02-17T04:44:41.387Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c9d099db-c6fc-4c99-81c3-c78043d2eeea VfModuleModelInvariantUUID:62b8792b-95fb-4211-9a86-5440f7782530 VfModuleModelDescription:NULL Artifacts UUID List:{ dc5b1530-93b7-4618-8edf-c4861a9ceebf , 10b917ba-18bd-42fd-9c86-56a6db3e0e07 } 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-02-17T04:44:41.390Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "62b8792b-95fb-4211-9a86-5440f7782530", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c9d099db-c6fc-4c99-81c3-c78043d2eeea", "vfModuleModelCustomizationUUID": "ffbbd777-9b4d-425c-b916-6566823b2dfa", "isBase": true, "artifacts": [ "dc5b1530-93b7-4618-8edf-c4861a9ceebf", "10b917ba-18bd-42fd-9c86-56a6db3e0e07" ], "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-02-17T04:44:41.390Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c9d099db-c6fc-4c99-81c3-c78043d2eeea VfModuleModelInvariantUUID:62b8792b-95fb-4211-9a86-5440f7782530 VfModuleModelDescription:NULL Artifacts UUID List:{ dc5b1530-93b7-4618-8edf-c4861a9ceebf , 10b917ba-18bd-42fd-9c86-56a6db3e0e07 } 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-02-17T04:44:41.390Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dc5b1530-93b7-4618-8edf-c4861a9ceebf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-02-17T04:44:41.390Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-02-17T04:44:41.391Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-02-17T04:44:41.515Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-02-17T04:44:41.515Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml dc5b1530-93b7-4618-8edf-c4861a9ceebf 5033 2022-02-17T04:44:41.516Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||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-02-17T04:44:41.516Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||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-02-17T04:44:41.516Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:44:41.516Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:41.518Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:41.519Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073081516, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:44:41.619Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:44:41.620Z||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-02-17T04:44:41.620Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:41.632Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:41.633Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:44:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:44:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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-02-17T04:44:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:42.504Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:42.504Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T04:44:42.505Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "8f1fc9c2-6f23-4072-b132-9322aea38fb2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073064656, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:44:42.505Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:44:42.505Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T04:44:42.506Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-02-17T04:44:42.506Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-17T04:44:42.506Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T04:44:42.506Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:44:42.506Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-17T04:44:42.506Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T04:44:42.506Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-02-17T04:44:42.506Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-17T04:44:42.506Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T04:44:42.506Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-02-17T04:44:42.506Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-17T04:44:42.507Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T04:44:42.507Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-02-17T04:44:42.507Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-17T04:44:42.507Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T04:44:42.507Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-02-17T04:44:42.507Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-17T04:44:42.507Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T04:44:42.507Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-02-17T04:44:42.507Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-17T04:44:42.507Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T04:44:42.507Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073065669, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-02-17T04:44:42.507Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-02-17T04:44:42.507Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T04:44:42.508Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073078381, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-02-17T04:44:42.508Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:44:42.508Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T04:44:42.508Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073080379, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-02-17T04:44:42.508Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:44:42.508Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T04:44:42.508Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073081516, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-02-17T04:44:42.508Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:44:42.519Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 10b917ba-18bd-42fd-9c86-56a6db3e0e07 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-02-17T04:44:42.520Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-02-17T04:44:42.520Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-02-17T04:44:42.766Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-02-17T04:44:42.766Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 10b917ba-18bd-42fd-9c86-56a6db3e0e07 909 2022-02-17T04:44:42.766Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||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-02-17T04:44:42.766Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||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-02-17T04:44:42.767Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-02-17T04:44:42.767Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:42.769Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:42.769Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073082766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:44:42.869Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:44:42.870Z||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-02-17T04:44:42.870Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:42.881Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:42.882Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:44:43.769Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3932a920-1bd9-4fa6-b46c-6f2f2ae15313 2022-02-17T04:44:43.770Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 2434e3d3-74ad-43ec-a61f-18be2f1772a4 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-02-17T04:44:43.779Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@674061fe, org.onap.sdc.toscaparser.api.parameters.Input@32b2a900, org.onap.sdc.toscaparser.api.parameters.Input@70945f96, org.onap.sdc.toscaparser.api.parameters.Input@22e8f195, org.onap.sdc.toscaparser.api.parameters.Input@46c33ba7] 2022-02-17T04:44:43.780Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:43.780Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:43.781Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-02-17T04:44:43.781Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= af1a0e1b-3d65-46cb-bc8d-99cf3c9efae8 2022-02-17T04:44:43.781Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: af1a0e1b-3d65-46cb-bc8d-99cf3c9efae8 matches Tosca VF Customization UUID: af1a0e1b-3d65-46cb-bc8d-99cf3c9efae8 2022-02-17T04:44:43.781Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: af1a0e1b-3d65-46cb-bc8d-99cf3c9efae8 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-02-17T04:44:43.782Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:43.783Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:43.783Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id af1a0e1b-3d65-46cb-bc8d-99cf3c9efae8: {\"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-02-17T04:44:43.783Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56a5d034 2022-02-17T04:44:43.783Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:43.783Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-02-17T04:44:43.784Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ffbbd777-9b4d-425c-b916-6566823b2dfa 2022-02-17T04:44:43.784Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ffbbd777-9b4d-425c-b916-6566823b2dfa 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-02-17T04:44:43.785Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:43.786Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-17T04:44:43.786Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:44:43.786Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:43.786Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-17T04:44:43.786Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:44:43.786Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:43.786Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-02-17T04:44:43.787Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-02-17T04:44:43.787Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-02-17T04:44:43.787Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=0b2d43c6-354d-46bd-a294-3d29911abb26 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-02-17T04:44:43.789Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:43.789Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-17T04:44:43.789Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-02-17T04:44:43.789Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:43.789Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-02-17T04:44:43.790Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=af1a0e1b-3d65-46cb-bc8d-99cf3c9efae8 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-02-17T04:44:43.791Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:43.791Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:43.791Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3932a920-1bd9-4fa6-b46c-6f2f2ae15313: basicclamp 2022-02-17T04:44:43.791Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:43.792Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:43.792Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:43.792Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:43.792Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:43.792Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:43.792Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:43.792Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:43.792Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-02-17T04:44:43.792Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-02-17T04:44:43.793Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||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-02-17T04:44:43.860Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 2434e3d3-74ad-43ec-a61f-18be2f1772a4 1 ASDC deployResourceStructure 2022-02-17T04:44:43.860Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||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-02-17T04:44:43.860Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||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-02-17T04:44:43.860Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:44:43.861Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:43.863Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:43.863Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073083860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:44:43.963Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-02-17T04:44:43.964Z||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-02-17T04:44:43.964Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:43.977Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:43.977Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:44:44.864Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||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-02-17T04:44:44.864Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||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-02-17T04:44:44.865Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:44:44.865Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:44.866Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:44.866Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073084864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-02-17T04:44:44.967Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:44:44.967Z||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-02-17T04:44:44.968Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:44.979Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:44.980Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:44:45.867Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||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-02-17T04:44:45.868Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||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-02-17T04:44:45.868Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:44:45.868Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:45.871Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:45.871Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073085867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-02-17T04:44:45.971Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:44:45.972Z||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-02-17T04:44:45.972Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:45.984Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:45.985Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-02-17T04:44:46.871Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-02-17T04:44:46.872Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-02-17T04:44:46.872Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-02-17T04:44:46.872Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:44:46.874Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:44:46.874Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073086871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:44:46.975Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-02-17T04:44:46.975Z||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-02-17T04:44:46.976Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:44:46.987Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:44:46.987Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-02-17T04:44:47.875Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73cd0a4c-5184-4490-9aa6-54991cedfc45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-17T04:44:47.885Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73cd0a4c-5184-4490-9aa6-54991cedfc45 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-02-17T04:44:47.888Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-02-17T04:44:47.888Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-02-17T04:44:47.888Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-02-17T04:44:47.888Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-02-17T04:44:47.888Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:44:47.888Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:44:47.888Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:44:47.888Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:44:47.888Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:44:47.888Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:44:47.888Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-02-17T04:44:47.889Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-02-17T04:44:47.893Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-02-17T04:45:17.894Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 73cd0a4c-5184-4490-9aa6-54991cedfc45 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-02-17T04:45:17.900Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 73cd0a4c-5184-4490-9aa6-54991cedfc45 and serviceModelVersionId: 3932a920-1bd9-4fa6-b46c-6f2f2ae15313 2022-02-17T04:45:17.900Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 138c292b-5fb0-46bd-9fe7-c16a82d31451 2022-02-17T04:45:17.901Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/138c292b-5fb0-46bd-9fe7-c16a82d31451/model-vers/model-ver/3932a920-1bd9-4fa6-b46c-6f2f2ae15313?depth=0 2022-02-17T04:45:17.907Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-02-17T04:45:17.932Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/138c292b-5fb0-46bd-9fe7-c16a82d31451/model-vers/model-ver/3932a920-1bd9-4fa6-b46c-6f2f2ae15313?depth=0|INFO|500||Invoke 2022-02-17T04:45:17.933Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/138c292b-5fb0-46bd-9fe7-c16a82d31451/model-vers/model-ver/3932a920-1bd9-4fa6-b46c-6f2f2ae15313?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/138c292b-5fb0-46bd-9fe7-c16a82d31451/model-vers/model-ver/3932a920-1bd9-4fa6-b46c-6f2f2ae15313?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[73cd0a4c-5184-4490-9aa6-54991cedfc45], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b3d8c7f7-d1ea-4a1c-b0bf-98b643566272], X-ECOMP-RequestID=[73cd0a4c-5184-4490-9aa6-54991cedfc45], X-TransactionId=[], X-ONAP-RequestID=[73cd0a4c-5184-4490-9aa6-54991cedfc45], Content-Type=[application/merge-patch+json]} 2022-02-17T04:45:17.956Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/138c292b-5fb0-46bd-9fe7-c16a82d31451/model-vers/model-ver/3932a920-1bd9-4fa6-b46c-6f2f2ae15313?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-02-17T04:45:18.158Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/138c292b-5fb0-46bd-9fe7-c16a82d31451/model-vers/model-ver/3932a920-1bd9-4fa6-b46c-6f2f2ae15313?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/138c292b-5fb0-46bd-9fe7-c16a82d31451/model-vers/model-ver/3932a920-1bd9-4fa6-b46c-6f2f2ae15313?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220217-04:45:17:964-35371], vertex-id=[229512], Content-Length=[0], Date=[Thu, 17 Feb 2022 04:45:17 GMT], Content-Type=[application/json]} 2022-02-17T04:45:18.159Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/138c292b-5fb0-46bd-9fe7-c16a82d31451/model-vers/model-ver/3932a920-1bd9-4fa6-b46c-6f2f2ae15313?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-02-17T04:45:18.160Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/138c292b-5fb0-46bd-9fe7-c16a82d31451/model-vers/model-ver/3932a920-1bd9-4fa6-b46c-6f2f2ae15313?depth=0|INFO|500||InvokeReturn 2022-02-17T04:45:18.160Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-02-17T04:45:18.160Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-02-17T04:45:18.165Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-02-17T04:45:18.165Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 73cd0a4c-5184-4490-9aa6-54991cedfc45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-02-17T04:45:18.165Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-02-17T04:45:18.165Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-02-17T04:45:18.167Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-02-17T04:45:18.167Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073118165, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:45:18.268Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-02-17T04:45:18.269Z||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-02-17T04:45:18.269Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:45:18.285Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:45:18.286Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-02-17T04:45:19.181Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:45:19.181Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-17T04:45:19.182Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:45:28.716Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:45:28.716Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:45:28.717Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-17T04:45:28.717Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:45:38.255Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:45:41.877Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:45:41.878Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-02-17T04:45:41.878Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBS1ipGbH9QOpC7y) ... 2022-02-17T04:45:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:45:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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-02-17T04:45:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:45:42.003Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:45:42.003Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-02-17T04:45:42.003Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073082766, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-02-17T04:45:42.003Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:45:51.416Z|73cd0a4c-5184-4490-9aa6-54991cedfc45|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:46:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:46:41.878Z||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-02-17T04:46:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:46:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:46:41.879Z||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-02-17T04:46:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:46:42.402Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:46:42.402Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:46:42.402Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073083860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-02-17T04:46:42.402Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:46:42.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:46:42.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073084864, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-02-17T04:46:42.403Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:46:42.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:46:42.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073085867, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-02-17T04:46:42.403Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:46:42.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:46:42.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073086871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-02-17T04:46:42.403Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:46:42.403Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-02-17T04:46:42.403Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "73cd0a4c-5184-4490-9aa6-54991cedfc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1645073118165, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-02-17T04:46:42.403Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-02-17T04:46:51.416Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:47:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:47:41.877Z||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-02-17T04:47:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:47:41.879Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:47:41.879Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|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-02-17T04:47:41.879Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:47:51.420Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:47:51.422Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:48:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:48:41.878Z||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-02-17T04:48:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:48:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:48:41.879Z||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-02-17T04:48:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:48:51.422Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:48:51.427Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:49:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:49:41.878Z||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-02-17T04:49:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:49:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:49:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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-02-17T04:49:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:49:51.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:49:51.424Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:50:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:50:41.878Z||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-02-17T04:50:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:50:41.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:50:41.879Z||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-02-17T04:50:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:50:51.419Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:50:51.425Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:51:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:51:41.878Z||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-02-17T04:51:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:51:41.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:51:41.879Z||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-02-17T04:51:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:51:51.417Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:51:51.421Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:52:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:52:41.878Z||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-02-17T04:52:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:52:41.879Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:52:41.879Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|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-02-17T04:52:41.879Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:52:51.419Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:52:51.419Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:53:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:53:41.878Z||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-02-17T04:53:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:53:41.879Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:53:41.879Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|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-02-17T04:53:41.879Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:53:51.417Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:53:51.427Z|8f1fc9c2-6f23-4072-b132-9322aea38fb2|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:54:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:54:41.878Z||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-02-17T04:54:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:54:41.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:54:41.879Z||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-02-17T04:54:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:54:51.421Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:54:51.423Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:55:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:55:41.877Z||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-02-17T04:55:41.877Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:55:41.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:55:41.879Z||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-02-17T04:55:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:55:51.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:55:51.420Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:56:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:56:41.878Z||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-02-17T04:56:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:56:41.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:56:41.879Z||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-02-17T04:56:41.879Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:56:51.423Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:56:51.423Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:57:41.877Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:57:41.878Z||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-02-17T04:57:41.878Z||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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:57:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-02-17T04:57:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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-02-17T04:57:41.879Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|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 wBS1ipGbH9QOpC7y) ... 2022-02-17T04:57:51.418Z|0d582275-d4a1-423d-bc22-0d7a2329d5b9|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-02-17T04:57:51.419Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK