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-06-27T05:03:23.987Z||main|||||INFO|500||The following profiles are active: basic 2022-06-27T05:03:36.190Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-27T05:03:36.191Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-27T05:03:36.306Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-27T05:03:41.018Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-27T05:03:41.612Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-27T05:03:42.241Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-27T05:03:42.257Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-27T05:03:42.426Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-27T05:03:42.686Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-27T05:03:43.627Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-27T05:03:45.640Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-27T05:03:48.521Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-27T05:03:48.606Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-27T05:03:49.300Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-27T05:03:49.545Z||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-06-27T05:03:50.831Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-27T05:03:52.074Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-27T05:03:52.105Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$3b0cdf14.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-06-27T05:03:52.106Z||main|||||WARN|500||The sdc end point is not alive 2022-06-27T05:03:55.770Z||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-06-27T05:03:59.039Z||main|||||WARN|500||--- 2022-06-27T05:03:59.040Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-27T05:03:59.041Z||main|||||WARN|500||--- 2022-06-27T05:03:59.531Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-27T05:04:05.113Z||main|||||INFO|500||Started Application in 44.467 seconds (JVM running for 46.696) 2022-06-27T05:04:05.132Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-27T05:04:05.135Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-27T05:04:05.147Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-27T05:04:05.177Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-27T05:04:05.225Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 20147a8e-7a34-4167-a47d-960310e5ce86 url= /sdc/v1/artifactTypes 2022-06-27T05:04:05.226Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-27T05:04:05.538Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-27T05:04:05.585Z||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-06-27T05:04:05.614Z||scheduling-1|||||DEBUG|500||create keys 2022-06-27T05:04:05.624Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-27T05:04:05.703Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:04:05.722Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 34b357be-a686-4fbe-b069-273289b03364 url= /sdc/v1/registerForDistribution 2022-06-27T05:04:05.881Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 34b357be-a686-4fbe-b069-273289b03364 url= /sdc/v1/registerForDistribution 2022-06-27T05:04:05.881Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-27T05:04:05.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:04:05.911Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-27T05:04:05.912Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:04:05.921Z||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-06-27T05:04:05.921Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:04:05.921Z||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-06-27T05:04:05.922Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:04:16.349Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:04:16.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:05:05.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:05:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:05:05.894Z||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-06-27T05:05:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:05:05.895Z||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-06-27T05:05:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:05:15.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:05:15.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:06:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:06:05.891Z||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-06-27T05:06:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:06:05.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:06:05.895Z||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-06-27T05:06:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:06:15.466Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:06:15.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:07:05.890Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:07:05.891Z||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-06-27T05:07:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:07:05.895Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:07:05.896Z||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-06-27T05:07:05.897Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:07:15.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:07:15.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:08:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:08:05.891Z||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-06-27T05:08:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:08:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:08:05.894Z||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-06-27T05:08:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:08:15.519Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:08:15.527Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:09:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:09:05.891Z||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-06-27T05:09:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:09:05.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:09:05.894Z||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-06-27T05:09:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:09:15.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:09:15.492Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:10:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:10:05.891Z||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-06-27T05:10:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:10:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:10:05.894Z||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-06-27T05:10:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:10:15.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:10:15.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:11:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:11:05.891Z||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-06-27T05:11:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:11:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:11:05.895Z||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-06-27T05:11:05.896Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:11:15.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:11:15.483Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:12:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:12:05.891Z||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-06-27T05:12:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:12:05.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:12:05.894Z||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-06-27T05:12:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:12:15.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:12:15.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:13:05.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:13:05.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:13:05.894Z||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-06-27T05:13:05.894Z||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-06-27T05:13:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:13:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:13:15.540Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:13:15.560Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:13:56.589Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-27T05:14:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:14:05.891Z||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-06-27T05:14:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:14:05.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:14:05.894Z||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-06-27T05:14:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:14:15.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:14:15.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:15:05.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:15:05.892Z||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-06-27T05:15:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:15:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:15:05.894Z||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-06-27T05:15:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:15:15.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:15:15.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:16:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:16:05.891Z||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-06-27T05:16:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:16:05.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:16:05.894Z||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-06-27T05:16:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:16:15.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:16:15.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:17:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:17:05.891Z||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-06-27T05:17:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:17:05.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:17:05.894Z||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-06-27T05:17:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:17:15.469Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:17:15.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:18:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:18:05.891Z||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-06-27T05:18:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:18:05.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:18:05.894Z||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-06-27T05:18:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:18:15.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:18:15.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:19:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:19:05.891Z||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-06-27T05:19:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:19:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:19:05.894Z||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-06-27T05:19:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:19:15.451Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:19:15.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:20:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:20:05.891Z||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-06-27T05:20:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:20:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:20:05.894Z||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-06-27T05:20:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:20:15.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:20:15.473Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:21:05.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:21:05.893Z||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-06-27T05:21:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:21:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:21:05.894Z||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-06-27T05:21:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:21:15.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:21:15.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:22:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:22:05.892Z||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-06-27T05:22:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:22:05.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:22:05.894Z||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-06-27T05:22:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:22:15.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:22:15.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:23:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:23:05.891Z||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-06-27T05:23:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:23:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:23:05.894Z||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-06-27T05:23:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:23:15.470Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:23:15.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:24:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:24:05.891Z||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-06-27T05:24:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:24:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:24:05.894Z||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-06-27T05:24:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:24:15.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:24:15.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:25:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:25:05.891Z||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-06-27T05:25:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:25:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:25:05.895Z||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-06-27T05:25:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:25:15.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:25:15.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:26:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:26:05.891Z||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-06-27T05:26:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:26:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:26:05.894Z||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-06-27T05:26:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:26:15.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:26:15.517Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:27:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:27:05.891Z||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-06-27T05:27:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:27:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:27:05.895Z||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-06-27T05:27:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:27:15.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:27:15.480Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:28:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:28:05.891Z||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-06-27T05:28:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:28:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:28:05.894Z||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-06-27T05:28:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:28:15.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:28:15.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:29:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:29:05.891Z||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-06-27T05:29:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:29:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:29:05.894Z||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-06-27T05:29:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:29:15.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:29:15.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:30:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:30:05.892Z||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-06-27T05:30:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:30:05.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:30:05.894Z||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-06-27T05:30:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:30:15.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:30:15.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:31:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:31:05.891Z||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-06-27T05:31:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:31:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:31:05.895Z||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-06-27T05:31:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:31:15.488Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:31:15.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:32:05.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:32:05.892Z||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-06-27T05:32:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:32:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:32:05.894Z||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-06-27T05:32:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:32:15.476Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:32:15.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:33:05.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:33:05.892Z||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-06-27T05:33:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:33:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:33:05.895Z||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-06-27T05:33:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:33:15.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:33:15.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:34:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:34:05.891Z||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-06-27T05:34:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:34:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:34:05.894Z||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-06-27T05:34:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:34:15.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:34:15.475Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:35:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:35:05.891Z||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-06-27T05:35:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:35:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:35:05.895Z||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-06-27T05:35:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:35:15.507Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:35:15.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:36:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:36:05.891Z||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-06-27T05:36:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:36:05.893Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:36:05.894Z||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-06-27T05:36:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:36:15.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:36:15.490Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:37:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:37:05.891Z||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-06-27T05:37:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:37:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:37:05.894Z||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-06-27T05:37:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:37:15.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:37:15.499Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:38:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:38:05.892Z||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-06-27T05:38:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:38:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:38:05.894Z||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-06-27T05:38:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:38:15.471Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:38:15.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:39:05.890Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:39:05.892Z||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-06-27T05:39:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:39:05.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:39:05.894Z||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-06-27T05:39:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:39:15.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:39:15.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:40:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:40:05.891Z||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-06-27T05:40:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:40:05.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:40:05.898Z||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-06-27T05:40:05.900Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:40:15.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:40:15.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:41:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:41:05.891Z||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-06-27T05:41:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:41:05.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:41:05.894Z||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-06-27T05:41:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:41:15.455Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:41:15.458Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:42:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:42:05.891Z||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-06-27T05:42:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:42:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:42:05.894Z||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-06-27T05:42:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:42:15.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:42:15.462Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:43:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:43:05.891Z||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-06-27T05:43:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:43:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:43:05.894Z||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-06-27T05:43:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:43:15.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:43:15.468Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:44:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:44:05.891Z||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-06-27T05:44:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:44:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:44:05.894Z||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-06-27T05:44:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:44:15.466Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:44:15.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:45:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:45:05.891Z||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-06-27T05:45:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:45:05.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:45:05.894Z||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-06-27T05:45:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:45:15.486Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:45:15.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:46:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:46:05.891Z||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-06-27T05:46:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:46:05.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:46:05.894Z||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-06-27T05:46:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:46:15.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:46:15.485Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:47:05.890Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:47:05.893Z||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-06-27T05:47:05.893Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:47:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:47:05.894Z||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-06-27T05:47:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:47:15.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:47:15.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:48:05.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:48:05.891Z||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-06-27T05:48:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:48:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:48:05.894Z||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-06-27T05:48:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:48:15.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:48:15.474Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:49:05.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:49:05.891Z||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-06-27T05:49:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:49:05.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:49:05.894Z||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-06-27T05:49:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:49:15.466Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:49:15.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:50:05.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:50:05.891Z||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-06-27T05:50:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:50:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:50:05.894Z||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-06-27T05:50:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:50:15.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:50:15.496Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:51:05.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:51:05.891Z||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-06-27T05:51:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:51:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:51:05.894Z||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-06-27T05:51:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:51:15.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:51:15.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:05.890Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:52:05.891Z||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-06-27T05:52:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:52:05.894Z||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-06-27T05:52:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:06.159Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:06.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "cds", "timestamp": 1656309106142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.194Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.194Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "aai-ml", "timestamp": 1656309107109, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.195Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.195Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "multicloud-k8s-id", "timestamp": 1656309107374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.195Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "policy-id", "timestamp": 1656309106382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.196Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.196Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.196Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "cds", "timestamp": 1656309106142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "aai-ml", "timestamp": 1656309107109, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.197Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.197Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.197Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "policy-id", "timestamp": 1656309106382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "multicloud-k8s-id", "timestamp": 1656309107374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "NOTIFIED" } 2022-06-27T05:52:06.198Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.198Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.198Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "cds", "timestamp": 1656309106142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.199Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "aai-ml", "timestamp": 1656309107109, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.199Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.199Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "policy-id", "timestamp": 1656309106382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-27T05:52:06.200Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.200Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.200Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "multicloud-k8s-id", "timestamp": 1656309107374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-27T05:52:06.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.201Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "cds", "timestamp": 1656309106142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.201Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.201Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "aai-ml", "timestamp": 1656309107109, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.202Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.202Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "policy-id", "timestamp": 1656309106382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.202Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.203Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.203Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "multicloud-k8s-id", "timestamp": 1656309107374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "cds", "timestamp": 1656309106142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.204Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.204Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.204Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "aai-ml", "timestamp": 1656309107109, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "policy-id", "timestamp": 1656309106382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.205Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.205Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.205Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "multicloud-k8s-id", "timestamp": 1656309107374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-27T05:52:06.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "cds", "timestamp": 1656309106142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "aai-ml", "timestamp": 1656309107109, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.207Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "policy-id", "timestamp": 1656309106382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.208Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "multicloud-k8s-id", "timestamp": 1656309107374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.208Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.208Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "cds", "timestamp": 1656309106142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:52:06.209Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "aai-ml", "timestamp": 1656309107109, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:52:06.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "policy-id", "timestamp": 1656309106382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:52:06.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "multicloud-k8s-id", "timestamp": 1656309107374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:52:06.211Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "cds", "timestamp": 1656309119605, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T05:52:06.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:52:06.212Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.212Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "aai-ml", "timestamp": 1656309120297, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T05:52:06.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:52:06.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "multicloud-k8s-id", "timestamp": 1656309118618, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T05:52:06.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:52:06.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "policy-id", "timestamp": 1656309120018, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T05:52:06.214Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:52:06.214Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.214Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "cds", "timestamp": 1656309120620, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-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-06-27T05:52:06.424Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2e82f7a-c836-460d-a5e4-931096723709 2022-06-27T05:52:06.448Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:52:06.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "policy-id", "timestamp": 1656309121029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T05:52:06.478Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:52:06.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "multicloud-k8s-id", "timestamp": 1656309119720, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T05:52:06.478Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:52:06.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "policy-id", "timestamp": 1656309122035, "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-06-27T05:52:06.495Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2e82f7a-c836-460d-a5e4-931096723709 2022-06-27T05:52:06.496Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:52:06.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "multicloud-k8s-id", "timestamp": 1656309120915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-27T05:52:06.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:52:06.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "ves-openapi-manager", "timestamp": 1656309122213, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.506Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "multicloud-k8s-id", "timestamp": 1656309122063, "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-06-27T05:52:06.511Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2e82f7a-c836-460d-a5e4-931096723709 2022-06-27T05:52:06.511Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:52:06.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "ves-openapi-manager", "timestamp": 1656309122213, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "multicloud-k8s-id", "timestamp": 1656309123073, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "DEPLOY_OK" } 2022-06-27T05:52:06.522Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:52:06.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "ves-openapi-manager", "timestamp": 1656309122213, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "ves-openapi-manager", "timestamp": 1656309122213, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.523Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "ves-openapi-manager", "timestamp": 1656309122213, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.524Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:52:06.543Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:06.545Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-27T05:52:06.545Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2e82f7a-c836-460d-a5e4-931096723709","serviceName":"vFW 2022-06-27 05-50-29","serviceVersion":"1.0","serviceUUID":"e03ce52c-cfdf-4a28-ba55-a440a63c8021","serviceDescription":"catalog service description","serviceInvariantUUID":"b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c","resources":[{"resourceInstanceName":"vFW 3aca333d-49a3 0","resourceName":"vFW 3aca333d-49a3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"643bce25-afd4-452d-bd3e-a5c283a896ff","resourceInvariantUUID":"d487b4c8-d8b7-4fac-a9a6-49f60282a741","resourceCustomizationUUID":"65a60094-3901-4242-82ab-73afe3948048","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml","artifactChecksum":"MDcyOWYzMzMzODFiYWE5NzFjMWQzOTk5MGNmOGI2ZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed65124e-b272-42ad-b731-6dfac7dfe94b","artifactVersion":"1"},{"artifactName":"vfw3aca333d49a30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json","artifactChecksum":"M2ExZGMyMDE0NWY0ZjY0ZTNlYWUzYmU5NTI1MmI3YTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"535eb7cb-a55a-4dc0-934a-e7bf701fe1e2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"959fccb3-aa71-45bc-90be-3fb95a55380e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml","artifactChecksum":"Y2UyYmZkYjA1NDJkYjZkY2Y0ZjY0ZjBhYjc0MjllZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4d616583-67f5-4c55-a7ff-52189938775f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c938f39-6b2d-4c30-8f7c-df679169276f","artifactVersion":"2","generatedFromUUID":"959fccb3-aa71-45bc-90be-3fb95a55380e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220627055029-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml","artifactChecksum":"MDE4OGQyZjhjZjU0OGI1NWFkZjFiMzZjNThlMjBhZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db3a408e-dbc7-45ba-bf0f-ed5c1a61edbc","artifactVersion":"1"},{"artifactName":"service-Vfw20220627055029-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar","artifactChecksum":"NzVjMWEzODg2MDgyNzhkN2FiOWY2NDM1NTg4OWIxZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a1aad5b-0fc4-4bbb-bc46-1665089ff333","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T05:52:06.558Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T05:52:06.565Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:06.577Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:06.578Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309125890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:06.676Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-06-27T05:52:06.681Z||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-06-27T05:52:06.681Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:06.721Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:06.721Z||pool-3-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-06-27T05:52:07.585Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T05:52:07.586Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:07.588Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:07.588Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309125890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "NOTIFIED" } 2022-06-27T05:52:07.689Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:52:07.690Z||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-06-27T05:52:07.691Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:07.707Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:07.708Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:52:08.589Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T05:52:08.590Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:08.593Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:08.593Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309125890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-27T05:52:08.693Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:52:08.694Z||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-06-27T05:52:08.694Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:08.711Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:08.712Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:52:09.593Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T05:52:09.594Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:09.597Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:09.597Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309125890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:09.697Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:52:09.698Z||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-06-27T05:52:09.699Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:09.757Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:09.758Z||pool-6-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:52:10.597Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T05:52:10.598Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:10.600Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:10.601Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309125890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-27T05:52:10.701Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:52:10.702Z||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-06-27T05:52:10.702Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:10.718Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:10.719Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:52:11.601Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T05:52:11.602Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:11.604Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:11.604Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309125890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:52:11.704Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:52:11.706Z||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-06-27T05:52:11.706Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:11.725Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:11.726Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:52:12.605Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T05:52:12.606Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:12.608Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:12.608Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309125890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:52:12.708Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:52:12.709Z||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-06-27T05:52:12.709Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:12.727Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:12.727Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:52:13.610Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "serviceName": "vFW 2022-06-27 05-50-29", "serviceVersion": "1.0", "serviceUUID": "e03ce52c-cfdf-4a28-ba55-a440a63c8021", "serviceDescription": "catalog service description", "serviceInvariantUUID": "b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c", "resources": [ { "resourceInstanceName": "vFW 3aca333d-49a3 0", "resourceCustomizationUUID": "65a60094-3901-4242-82ab-73afe3948048", "resourceName": "vFW 3aca333d-49a3", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "643bce25-afd4-452d-bd3e-a5c283a896ff", "resourceInvariantUUID": "d487b4c8-d8b7-4fac-a9a6-49f60282a741", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw3aca333d49a30_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "artifactChecksum": "M2ExZGMyMDE0NWY0ZjY0ZTNlYWUzYmU5NTI1MmI3YTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "535eb7cb-a55a-4dc0-934a-e7bf701fe1e2", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "959fccb3-aa71-45bc-90be-3fb95a55380e", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5c938f39-6b2d-4c30-8f7c-df679169276f", "generatedFromUUID": "959fccb3-aa71-45bc-90be-3fb95a55380e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5c938f39-6b2d-4c30-8f7c-df679169276f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220627055029-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "artifactChecksum": "NzVjMWEzODg2MDgyNzhkN2FiOWY2NDM1NTg4OWIxZmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0a1aad5b-0fc4-4bbb-bc46-1665089ff333" } ], "workloadContext": "Production" } 2022-06-27T05:52:13.611Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T05:52:13.612Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e03ce52c-cfdf-4a28-ba55-a440a63c8021 ASDC 2022-06-27T05:52:13.732Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:b2e82f7a-c836-460d-a5e4-931096723709 ServiceName:vFW 2022-06-27 05-50-29 ServiceVersion:1.0 ServiceUUID:e03ce52c-cfdf-4a28-ba55-a440a63c8021 ServiceInvariantUUID:b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220627055029-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar ArtifactUUID:0a1aad5b-0fc4-4bbb-bc46-1665089ff333 ArtifactChecksum:NzVjMWEzODg2MDgyNzhkN2FiOWY2NDM1NTg4OWIxZmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 3aca333d-49a3 0 ResourceCustomizationUUID:65a60094-3901-4242-82ab-73afe3948048 ResourceInvariantUUID:d487b4c8-d8b7-4fac-a9a6-49f60282a741 ResourceName:vFW 3aca333d-49a3 ResourceType:VF ResourceUUID:643bce25-afd4-452d-bd3e-a5c283a896ff ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw3aca333d49a30_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json ArtifactUUID:535eb7cb-a55a-4dc0-934a-e7bf701fe1e2 ArtifactChecksum:M2ExZGMyMDE0NWY0ZjY0ZTNlYWUzYmU5NTI1MmI3YTk= 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/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml ArtifactUUID:959fccb3-aa71-45bc-90be-3fb95a55380e 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/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env ArtifactUUID:5c938f39-6b2d-4c30-8f7c-df679169276f 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/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env ArtifactUUID:5c938f39-6b2d-4c30-8f7c-df679169276f ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-27T05:52:13.733Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e03ce52c-cfdf-4a28-ba55-a440a63c8021 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-06-27T05:52:13.784Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T05:52:13.785Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T05:52:13.787Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T05:52:13.788Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0a1aad5b-0fc4-4bbb-bc46-1665089ff333 from URL: /sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:13.788Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T05:52:13.790Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:13.938Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T05:52:13.959Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar 0a1aad5b-0fc4-4bbb-bc46-1665089ff333 99012 2022-06-27T05:52:13.961Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar ASDC sendASDCNotification 2022-06-27T05:52:13.961Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:13.963Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T05:52:13.964Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:13.966Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:13.966Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309133960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T05:52:14.066Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:52:14.067Z||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-06-27T05:52:14.067Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:14.090Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:14.091Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-27T05:52:14.967Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T05:52:14.968Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T05:52:14.968Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0a1aad5b-0fc4-4bbb-bc46-1665089ff333, URL: /sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar to file: /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:14.969Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220627055029-csar.csar 2022-06-27T05:52:15.053Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:15.053Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:15.766Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1823314896702173756/Definitions/service-Vfw20220627055029-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_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 2022-06-27T05:52:18.486Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T05:52:18.491Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-27T05:52:18.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:18.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-27T05:52:18.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:18.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:18.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:18.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:18.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3aca333d-49a3 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-Vfw20220627055029-csar.csar 2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:18.493Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-27T05:52:18.500Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.501Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:18.505Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria 2022-06-27T05:52:18.505Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-27T05:52:18.507Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T05:52:18.509Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.509Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:18.509Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria 2022-06-27T05:52:18.509Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-27T05:52:18.509Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T05:52:18.510Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.510Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:18.513Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.514Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is not matching search criteria 2022-06-27T05:52:18.514Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-27T05:52:18.514Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-27T05:52:18.514Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:18.514Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-27T05:52:18.514Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-27T05:52:18.514Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T05:52:18.515Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-27T05:52:18.515Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-27T05:52:18.515Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-27T05:52:18.515Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-27T05:52:18.515Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:18.515Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-27T05:52:18.516Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:18.516Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-27T05:52:18.516Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T05:52:18.516Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-27T05:52:18.516Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.516Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T05:52:18.519Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.519Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria 2022-06-27T05:52:18.519Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T05:52:18.520Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.520Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria 2022-06-27T05:52:18.520Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T05:52:18.520Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.520Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria 2022-06-27T05:52:18.520Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T05:52:18.521Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.521Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is not matching search criteria 2022-06-27T05:52:18.521Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-27T05:52:18.521Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-27T05:52:18.521Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-27T05:52:18.521Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-27T05:52:18.522Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-27T05:52:18.522Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-27T05:52:18.522Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:18.522Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-27T05:52:18.522Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:18.522Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-27T05:52:18.523Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T05:52:18.523Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=37de2449-0eb2-4c49-baf8-c676e07f7625 2022-06-27T05:52:18.523Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.523Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is not matching search criteria 2022-06-27T05:52:18.523Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-27T05:52:18.523Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-27T05:52:18.524Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:18.524Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-27T05:52:18.524Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-27T05:52:18.524Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T05:52:18.524Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-27T05:52:18.524Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-27T05:52:18.524Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-27T05:52:18.525Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:18.525Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-27T05:52:18.525Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T05:52:18.525Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=218a6853-c6c2-449e-b18d-dcb178c80f69 2022-06-27T05:52:18.525Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.525Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is not matching search criteria 2022-06-27T05:52:18.526Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-27T05:52:18.526Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-27T05:52:18.526Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:18.526Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-27T05:52:18.526Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-27T05:52:18.526Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T05:52:18.527Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-27T05:52:18.527Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-27T05:52:18.527Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-27T05:52:18.527Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-27T05:52:18.527Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:18.527Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-27T05:52:18.527Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0baaa8da-bb78-4196-bdaa-fd2d65f3fe6d 2022-06-27T05:52:18.528Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.528Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:18.528Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.528Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:18.528Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.528Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:18.529Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:18.529Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:18.529Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-27 05-50-29 Description:catalog service description Model UUID:e03ce52c-cfdf-4a28-ba55-a440a63c8021 Model Version:NULL Model InvariantUuid:b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 3aca333d-49a3 Model UUID:708b9c47-0b82-4d5a-9445-7253ec06f36e Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d487b4c8-d8b7-4fac-a9a6-49f60282a741 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:65a60094-3901-4242-82ab-73afe3948048 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:eb699e51-671b-43e7-811f-b29544b66263 ModelName:Vfw3aca333d49a3..base_vfw..module-0 ModelUuid:87667cf2-2959-4f49-8e31-0eba7a95169d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:37de2449-0eb2-4c49-baf8-c676e07f7625 ModelInvariantUuid:1dd296c1-151f-470c-8594-fc43bb56796a ModelName:vFW 3aca333d-49a3-nodes.vfwCvfc ModelUuid:cdb2d1bd-b96e-4df5-84c0-c2c54d36aac9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:96543806-b0dd-4eb4-800b-5ac3231d1ee1 ModelInvariantUuid:eba8306c-66f4-4a70-b629-4704e0972ea2 ModelName:Vfw3aca333d49a3.compute.nodes.heat.vfw ModelUuid:8d795822-0a50-45f0-b831-e64584e7e51b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:218a6853-c6c2-449e-b18d-dcb178c80f69 ModelInvariantUuid:a10b4e98-5d08-482a-8438-fc6d4810d896 ModelName:vFW 3aca333d-49a3-nodes.vsnCvfc ModelUuid:04dcde40-d28e-46da-a8d5-4c5ac8bd1882 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d656d633-8148-42e3-a32d-812b379e3f86 ModelInvariantUuid:b8a74437-2029-4e7d-ac95-4141aab42266 ModelName:Vfw3aca333d49a3.compute.nodes.heat.vsn ModelUuid:52986ce1-e6be-404d-bf76-0549368fc84b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0baaa8da-bb78-4196-bdaa-fd2d65f3fe6d ModelInvariantUuid:e66c7fb8-9371-471f-b57e-0a172951c043 ModelName:vFW 3aca333d-49a3-nodes.vpgCvfc ModelUuid:df6d2866-e0af-48f1-be7e-1cc4d7710d3d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:ed0b5fab-4901-4cb0-8da4-ed9d7d00b356 ModelInvariantUuid:587dbfa6-f2f3-4ca9-8822-11288a29a10f ModelName:Vfw3aca333d49a3.compute.nodes.heat.vpg ModelUuid:878d1fac-d152-4e0c-9eb6-faf3f8eb97dc 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-06-27T05:52:18.540Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 643bce25-afd4-452d-bd3e-a5c283a896ff 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-06-27T05:52:18.637Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||vFW 3aca333d-49a3 0 2022-06-27T05:52:18.644Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 643bce25-afd4-452d-bd3e-a5c283a896ff 2022-06-27T05:52:18.644Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 535eb7cb-a55a-4dc0-934a-e7bf701fe1e2 from URL: /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json 2022-06-27T05:52:18.644Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T05:52:18.644Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json 2022-06-27T05:52:18.730Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T05:52:18.731Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json 535eb7cb-a55a-4dc0-934a-e7bf701fe1e2 785 2022-06-27T05:52:18.731Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json ASDC sendASDCNotification 2022-06-27T05:52:18.731Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json 2022-06-27T05:52:18.731Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T05:52:18.731Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:18.734Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:18.734Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309138731, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T05:52:18.834Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:52:18.835Z||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-06-27T05:52:18.836Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:18.860Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:18.860Z||pool-11-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:52:19.736Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3aca333d49a3..base_vfw..module-0", "vfModuleModelInvariantUUID": "eb699e51-671b-43e7-811f-b29544b66263", "vfModuleModelVersion": "1", "vfModuleModelUUID": "87667cf2-2959-4f49-8e31-0eba7a95169d", "vfModuleModelCustomizationUUID": "abf66f76-ff59-440a-aa96-f3b0b55ac6ad", "isBase": true, "artifacts": [ "959fccb3-aa71-45bc-90be-3fb95a55380e", "5c938f39-6b2d-4c30-8f7c-df679169276f" ], "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-06-27T05:52:19.753Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3aca333d49a3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:87667cf2-2959-4f49-8e31-0eba7a95169d VfModuleModelInvariantUUID:eb699e51-671b-43e7-811f-b29544b66263 VfModuleModelDescription:NULL Artifacts UUID List:{ 959fccb3-aa71-45bc-90be-3fb95a55380e , 5c938f39-6b2d-4c30-8f7c-df679169276f } 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-06-27T05:52:19.757Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw3aca333d49a3..base_vfw..module-0", "vfModuleModelInvariantUUID": "eb699e51-671b-43e7-811f-b29544b66263", "vfModuleModelVersion": "1", "vfModuleModelUUID": "87667cf2-2959-4f49-8e31-0eba7a95169d", "vfModuleModelCustomizationUUID": "abf66f76-ff59-440a-aa96-f3b0b55ac6ad", "isBase": true, "artifacts": [ "959fccb3-aa71-45bc-90be-3fb95a55380e", "5c938f39-6b2d-4c30-8f7c-df679169276f" ], "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-06-27T05:52:19.757Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw3aca333d49a3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:87667cf2-2959-4f49-8e31-0eba7a95169d VfModuleModelInvariantUUID:eb699e51-671b-43e7-811f-b29544b66263 VfModuleModelDescription:NULL Artifacts UUID List:{ 959fccb3-aa71-45bc-90be-3fb95a55380e , 5c938f39-6b2d-4c30-8f7c-df679169276f } 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-06-27T05:52:19.758Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 959fccb3-aa71-45bc-90be-3fb95a55380e from URL: /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml 2022-06-27T05:52:19.758Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T05:52:19.758Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml 2022-06-27T05:52:19.827Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T05:52:19.828Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml 959fccb3-aa71-45bc-90be-3fb95a55380e 20368 2022-06-27T05:52:19.828Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-27T05:52:19.829Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml 2022-06-27T05:52:19.829Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T05:52:19.829Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:19.831Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:19.831Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309139828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T05:52:19.931Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:52:19.933Z||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-06-27T05:52:19.933Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:19.951Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:19.952Z||pool-12-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:52:20.832Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5c938f39-6b2d-4c30-8f7c-df679169276f from URL: /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env 2022-06-27T05:52:20.833Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T05:52:20.833Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env 2022-06-27T05:52:20.951Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T05:52:20.952Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env 5c938f39-6b2d-4c30-8f7c-df679169276f 2098 2022-06-27T05:52:20.952Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-27T05:52:20.952Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env 2022-06-27T05:52:20.952Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T05:52:20.953Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:20.955Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:20.955Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309140952, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-27T05:52:21.056Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:52:21.057Z||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-06-27T05:52:21.058Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:21.084Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:21.085Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:52:21.956Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e03ce52c-cfdf-4a28-ba55-a440a63c8021 2022-06-27T05:52:21.957Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3aca333d-49a3 0 643bce25-afd4-452d-bd3e-a5c283a896ff 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-06-27T05:52:21.997Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d88385, org.onap.sdc.toscaparser.api.parameters.Input@749d60e8, org.onap.sdc.toscaparser.api.parameters.Input@11da05e5, org.onap.sdc.toscaparser.api.parameters.Input@2cfb12f0, org.onap.sdc.toscaparser.api.parameters.Input@6c7f6841] 2022-06-27T05:52:22.001Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.001Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:22.001Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-27T05:52:22.002Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 65a60094-3901-4242-82ab-73afe3948048 2022-06-27T05:52:22.002Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 65a60094-3901-4242-82ab-73afe3948048 matches Tosca VF Customization UUID: 65a60094-3901-4242-82ab-73afe3948048 2022-06-27T05:52:22.002Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 65a60094-3901-4242-82ab-73afe3948048 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-06-27T05:52:22.010Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.011Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:22.012Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 65a60094-3901-4242-82ab-73afe3948048: {\"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-06-27T05:52:22.013Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5269a038 2022-06-27T05:52:22.013Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.013Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T05:52:22.014Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : abf66f76-ff59-440a-aa96-f3b0b55ac6ad 2022-06-27T05:52:22.015Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID abf66f76-ff59-440a-aa96-f3b0b55ac6ad 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-06-27T05:52:22.023Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.024Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria 2022-06-27T05:52:22.024Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T05:52:22.025Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.026Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria 2022-06-27T05:52:22.026Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T05:52:22.026Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.026Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is not matching search criteria 2022-06-27T05:52:22.027Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-27T05:52:22.027Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-27T05:52:22.027Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-27T05:52:22.028Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-27T05:52:22.028Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-27T05:52:22.028Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-27T05:52:22.028Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:22.029Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-27T05:52:22.029Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:22.029Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-27T05:52:22.030Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T05:52:22.030Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=37de2449-0eb2-4c49-baf8-c676e07f7625 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-06-27T05:52:22.038Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.039Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria 2022-06-27T05:52:22.039Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T05:52:22.040Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.040Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is not matching search criteria 2022-06-27T05:52:22.040Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-27T05:52:22.041Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-27T05:52:22.041Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:22.041Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-27T05:52:22.041Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-27T05:52:22.042Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T05:52:22.042Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-27T05:52:22.042Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-27T05:52:22.043Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-27T05:52:22.043Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:22.043Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-27T05:52:22.043Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T05:52:22.044Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=218a6853-c6c2-449e-b18d-dcb178c80f69 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-06-27T05:52:22.046Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.047Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria 2022-06-27T05:52:22.047Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T05:52:22.049Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.049Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is not matching search criteria 2022-06-27T05:52:22.050Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-27T05:52:22.050Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-27T05:52:22.050Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:22.051Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-27T05:52:22.051Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-27T05:52:22.051Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-27T05:52:22.051Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-27T05:52:22.052Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-27T05:52:22.052Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-27T05:52:22.052Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-27T05:52:22.053Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-27T05:52:22.053Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-27T05:52:22.053Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0baaa8da-bb78-4196-bdaa-fd2d65f3fe6d 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-06-27T05:52:22.056Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.056Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria 2022-06-27T05:52:22.057Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T05:52:22.057Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.057Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Node template vFW 3aca333d-49a3 0 is matching search criteria 2022-06-27T05:52:22.058Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 3aca333d-49a3 0] matching following query criteria: sdcType=VF, customizationUUID=65a60094-3901-4242-82ab-73afe3948048 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-06-27T05:52:22.059Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.060Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:22.060Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e03ce52c-cfdf-4a28-ba55-a440a63c8021: vFW 3aca333d-49a3 2022-06-27T05:52:22.060Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.060Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:22.061Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.061Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:22.061Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.061Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:22.062Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.062Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:22.062Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:52:22.062Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-06-27 05-50-29 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:52:22.063Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-06-27 05-50-29 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-06-27T05:52:22.336Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3aca333d-49a3 643bce25-afd4-452d-bd3e-a5c283a896ff 1 ASDC deployResourceStructure 2022-06-27T05:52:22.337Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json ASDC sendASDCNotification 2022-06-27T05:52:22.337Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json 2022-06-27T05:52:22.337Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T05:52:22.337Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:22.339Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:22.339Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309142336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "DEPLOY_OK" } 2022-06-27T05:52:22.439Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:52:22.441Z||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-06-27T05:52:22.441Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:22.472Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:22.473Z||pool-14-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:52:23.340Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-27T05:52:23.341Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml 2022-06-27T05:52:23.341Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T05:52:23.341Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:23.343Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:23.343Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309143340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-27T05:52:23.444Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T05:52:23.446Z||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-06-27T05:52:23.446Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:23.473Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:23.474Z||pool-15-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:52:24.345Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-27T05:52:24.345Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env 2022-06-27T05:52:24.345Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T05:52:24.345Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:24.347Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:24.347Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309144344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-27T05:52:24.447Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:52:24.448Z||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-06-27T05:52:24.449Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:24.469Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:24.469Z||pool-16-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-27T05:52:25.352Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar ASDC sendASDCNotification 2022-06-27T05:52:25.353Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar 2022-06-27T05:52:25.353Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T05:52:25.354Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:52:25.356Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:52:25.356Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309145352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T05:52:25.456Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:52:25.457Z||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-06-27T05:52:25.457Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:52:25.476Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:52:25.477Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:52:26.357Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T05:52:26.374Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:52:26.377Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T05:52:26.377Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T05:52:26.377Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T05:52:56.377Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T05:52:56.391Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:52:56.395Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T05:52:56.396Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T05:52:56.396Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T05:53:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:53:05.895Z||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-06-27T05:53:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:53:05.937Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:53:05.938Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:53:05.938Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309126465, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:53:05.939Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:53:26.397Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T05:53:26.410Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:53:26.412Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T05:53:26.413Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T05:53:26.413Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T05:53:56.413Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T05:53:56.433Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:53:56.443Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T05:53:56.444Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T05:53:56.444Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T05:54:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:54:05.895Z||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-06-27T05:54:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:54:05.939Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:54:05.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:54:05.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "ves-openapi-manager", "timestamp": 1656309122213, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:54:05.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:54:26.445Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T05:54:26.457Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:54:26.460Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T05:54:26.460Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T05:54:26.460Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T05:54:56.460Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T05:54:56.470Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:54:56.473Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T05:54:56.473Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T05:54:56.473Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T05:55:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:55:05.895Z||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-06-27T05:55:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:55:06.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:55:06.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309125890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:55:06.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309126465, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T05:55:06.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "ves-openapi-manager", "timestamp": 1656309122213, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T05:55:06.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309125890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "NOTIFIED" } 2022-06-27T05:55:06.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309126465, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T05:55:06.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309125890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-27T05:55:06.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309126465, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:55:06.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309125890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:55:06.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "clamp", "timestamp": 1656309130142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:55:06.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309126465, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-27T05:55:06.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309125890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-27T05:55:06.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "clamp", "timestamp": 1656309130142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "NOTIFIED" } 2022-06-27T05:55:06.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309126465, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:55:06.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309125890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:55:06.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "clamp", "timestamp": 1656309130142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T05:55:06.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309126465, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:55:06.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309125890, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:55:06.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "clamp", "timestamp": 1656309130142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:55:06.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309134408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T05:55:06.470Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:55:06.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "clamp", "timestamp": 1656309130142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-27T05:55:06.470Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309133960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T05:55:06.471Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:55:06.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "clamp", "timestamp": 1656309130142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:55:06.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "clamp", "timestamp": 1656309130142, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:55:06.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T05:55:06.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309138731, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T05:55:06.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:55:06.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309139828, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T05:55:06.475Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:55:06.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309141139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T05:55:06.476Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:55:06.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309142146, "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-06-27T05:55:06.485Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b2e82f7a-c836-460d-a5e4-931096723709 2022-06-27T05:55:06.485Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:55:06.496Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.496Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309140952, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-27T05:55:06.497Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:55:06.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309142336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/vfw3aca333d49a30_modules.json", "status": "DEPLOY_OK" } 2022-06-27T05:55:06.497Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:55:06.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309143340, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-27T05:55:06.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:55:06.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "aai-ml", "timestamp": 1656309145566, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T05:55:06.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:55:06.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309144344, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/resourceInstances/vfw3aca333d49a30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-27T05:55:06.499Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:55:06.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "aai-ml", "timestamp": 1656309146578, "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-06-27T05:55:06.504Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b2e82f7a-c836-460d-a5e4-931096723709 2022-06-27T05:55:06.504Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:55:06.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "clamp", "timestamp": 1656309146382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T05:55:06.514Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:55:06.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309145352, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T05:55:06.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:55:06.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "clamp", "timestamp": 1656309148390, "artifactURL": "/sdc/v1/catalog/services/Vfw20220627055029/1.0/artifacts/service-Vfw20220627055029-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T05:55:06.515Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:55:06.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:55:06.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "clamp", "timestamp": 1656309149398, "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-06-27T05:55:06.521Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b2e82f7a-c836-460d-a5e4-931096723709 2022-06-27T05:55:06.521Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:55:26.473Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T05:55:26.486Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:55:26.490Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T05:55:26.490Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T05:55:26.490Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T05:55:26.491Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T05:55:26.491Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T05:55:26.491Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T05:55:26.491Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T05:55:26.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T05:55:26.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T05:55:26.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T05:55:26.492Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T05:55:26.499Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T05:55:56.500Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2e82f7a-c836-460d-a5e4-931096723709 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-06-27T05:55:56.512Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2e82f7a-c836-460d-a5e4-931096723709 and serviceModelVersionId: e03ce52c-cfdf-4a28-ba55-a440a63c8021 2022-06-27T05:55:56.513Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c 2022-06-27T05:56:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:56:05.895Z||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-06-27T05:56:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:12.323Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c/model-vers/model-ver/e03ce52c-cfdf-4a28-ba55-a440a63c8021?depth=0 2022-06-27T05:56:12.432Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T05:56:12.946Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c/model-vers/model-ver/e03ce52c-cfdf-4a28-ba55-a440a63c8021?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-06-27T05:56:12.951Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c/model-vers/model-ver/e03ce52c-cfdf-4a28-ba55-a440a63c8021?depth=0|INFO|500||Invoke 2022-06-27T05:56:13.084Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c/model-vers/model-ver/e03ce52c-cfdf-4a28-ba55-a440a63c8021?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T05:56:13.377Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c/model-vers/model-ver/e03ce52c-cfdf-4a28-ba55-a440a63c8021?depth=0|INFO|500||InvokeReturn 2022-06-27T05:56:13.378Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fb0a5b-6b84-4309-8eda-20c8ccd58b6c/model-vers/model-ver/e03ce52c-cfdf-4a28-ba55-a440a63c8021?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220627-05:56:13:466-59410], vertex-id=[499744], Content-Length=[0], Date=[Mon, 27 Jun 2022 05:56:13 GMT], Content-Type=[application/json]} 2022-06-27T05:56:13.379Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-27T05:56:13.382Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T05:56:13.383Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-27T05:56:13.390Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-27T05:56:13.391Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2e82f7a-c836-460d-a5e4-931096723709 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T05:56:13.392Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T05:56:13.393Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:13.395Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:13.395Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309373391, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T05:56:13.495Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T05:56:13.496Z||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-06-27T05:56:13.496Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:13.515Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:13.516Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:56:14.135Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:14.136Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T05:56:14.136Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2e82f7a-c836-460d-a5e4-931096723709", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309373391, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T05:56:14.137Z||pool-2-thread-9|||||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-06-27T05:56:14.408Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:56:14.409Z|b2e82f7a-c836-460d-a5e4-931096723709|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-06-27T05:56:14.409Z|b2e82f7a-c836-460d-a5e4-931096723709|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:24.782Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:24.783Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:56:24.784Z|b2e82f7a-c836-460d-a5e4-931096723709|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-06-27T05:56:24.784Z|b2e82f7a-c836-460d-a5e4-931096723709|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:29.076Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:29.077Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-27T05:56:29.077Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"79baf144-c87d-4128-89b7-3c6f33530bfe","serviceName":"basic_onboard_JfDRTS","serviceVersion":"1.0","serviceUUID":"d5338861-47ba-4063-97ac-4aefae8095b6","serviceDescription":"service","serviceInvariantUUID":"0e854047-a249-47cf-8d04-d6eebe5100d6","resources":[{"resourceInstanceName":"basic_onboard_JfDRTS 0","resourceName":"basic_onboard_JfDRTS","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb7d7d4c-b450-4067-95d7-1559698a731c","resourceInvariantUUID":"57582f0c-1469-4183-9662-b479ff636053","resourceCustomizationUUID":"ba47f225-6dc8-43b9-aa12-4be54f6f8197","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml","artifactChecksum":"YTNkOWNmMDE5MWE1N2RlZTEzNTE4OGNiZDdmZGNkNmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6bc383b6-46fc-47aa-bc0b-36aa26070275","artifactVersion":"1"},{"artifactName":"basic_onboard_jfdrts0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json","artifactChecksum":"MDE1MWVmMTZhOTg0MDYwNGNlODZkMGY3NWYzMjAwOWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6a0d003c-4a30-4a2f-b11d-dda6836f628a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f4fc3620-0ce8-4b65-9eae-b68ae3e749c1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56bb58d3-7acc-40d8-8872-6b267dc05799","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8dfdab10-02a2-4e2b-a439-ba539557c38e","artifactVersion":"2","generatedFromUUID":"f4fc3620-0ce8-4b65-9eae-b68ae3e749c1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJfdrts-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml","artifactChecksum":"YTI2MzNjMDk5NGU5NTEzZGZmMjZlNjc4YTgzYzFlYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0db091b1-4eb6-46f2-999e-520f983e0e9e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJfdrts-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar","artifactChecksum":"ZDFkMTY5ZWY1MzA0YmU4NTEyNGE1MjVlMWEzMmJkODg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"464c821d-b062-48fa-b4ac-75cfd8dd6ad6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T05:56:29.081Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T05:56:29.081Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:29.084Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:29.084Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309384783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:56:29.184Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:56:29.185Z||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-06-27T05:56:29.186Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:29.204Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:29.205Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:56:30.084Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T05:56:30.085Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:30.087Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:30.087Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309384783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "NOTIFIED" } 2022-06-27T05:56:30.188Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:56:30.189Z||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-06-27T05:56:30.189Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:30.207Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:30.207Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-27T05:56:31.088Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T05:56:31.089Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:31.091Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:31.091Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309384783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-27T05:56:31.191Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:56:31.193Z||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-06-27T05:56:31.194Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:31.219Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:31.220Z||pool-21-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-27T05:56:32.092Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T05:56:32.094Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:32.096Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:32.096Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309384783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:56:32.197Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:56:32.197Z||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-06-27T05:56:32.198Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:32.214Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:32.215Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-27T05:56:33.097Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T05:56:33.098Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:33.101Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:33.101Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309384783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-27T05:56:33.200Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T05:56:33.201Z||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-06-27T05:56:33.201Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:33.232Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:33.233Z||pool-23-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:56:34.102Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T05:56:34.103Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:34.105Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:34.106Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309384783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:56:34.206Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:56:34.207Z||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-06-27T05:56:34.207Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:34.227Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:34.227Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:56:35.106Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T05:56:35.107Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:35.109Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:35.109Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309384783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:56:35.209Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:56:35.210Z||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-06-27T05:56:35.211Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:35.229Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:35.230Z||pool-25-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:56:36.111Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "serviceName": "basic_onboard_JfDRTS", "serviceVersion": "1.0", "serviceUUID": "d5338861-47ba-4063-97ac-4aefae8095b6", "serviceDescription": "service", "serviceInvariantUUID": "0e854047-a249-47cf-8d04-d6eebe5100d6", "resources": [ { "resourceInstanceName": "basic_onboard_JfDRTS 0", "resourceCustomizationUUID": "ba47f225-6dc8-43b9-aa12-4be54f6f8197", "resourceName": "basic_onboard_JfDRTS", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bb7d7d4c-b450-4067-95d7-1559698a731c", "resourceInvariantUUID": "57582f0c-1469-4183-9662-b479ff636053", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_jfdrts0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "artifactChecksum": "MDE1MWVmMTZhOTg0MDYwNGNlODZkMGY3NWYzMjAwOWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6a0d003c-4a30-4a2f-b11d-dda6836f628a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f4fc3620-0ce8-4b65-9eae-b68ae3e749c1", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8dfdab10-02a2-4e2b-a439-ba539557c38e", "generatedFromUUID": "f4fc3620-0ce8-4b65-9eae-b68ae3e749c1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8dfdab10-02a2-4e2b-a439-ba539557c38e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardJfdrts-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "artifactChecksum": "ZDFkMTY5ZWY1MzA0YmU4NTEyNGE1MjVlMWEzMmJkODg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "464c821d-b062-48fa-b4ac-75cfd8dd6ad6" } ], "workloadContext": "Production" } 2022-06-27T05:56:36.112Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T05:56:36.113Z|b2e82f7a-c836-460d-a5e4-931096723709|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d5338861-47ba-4063-97ac-4aefae8095b6 ASDC 2022-06-27T05:56:36.113Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:79baf144-c87d-4128-89b7-3c6f33530bfe ServiceName:basic_onboard_JfDRTS ServiceVersion:1.0 ServiceUUID:d5338861-47ba-4063-97ac-4aefae8095b6 ServiceInvariantUUID:0e854047-a249-47cf-8d04-d6eebe5100d6 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardJfdrts-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar ArtifactUUID:464c821d-b062-48fa-b4ac-75cfd8dd6ad6 ArtifactChecksum:ZDFkMTY5ZWY1MzA0YmU4NTEyNGE1MjVlMWEzMmJkODg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_JfDRTS 0 ResourceCustomizationUUID:ba47f225-6dc8-43b9-aa12-4be54f6f8197 ResourceInvariantUUID:57582f0c-1469-4183-9662-b479ff636053 ResourceName:basic_onboard_JfDRTS ResourceType:VF ResourceUUID:bb7d7d4c-b450-4067-95d7-1559698a731c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_jfdrts0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json ArtifactUUID:6a0d003c-4a30-4a2f-b11d-dda6836f628a ArtifactChecksum:MDE1MWVmMTZhOTg0MDYwNGNlODZkMGY3NWYzMjAwOWE= 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/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml ArtifactUUID:f4fc3620-0ce8-4b65-9eae-b68ae3e749c1 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/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env ArtifactUUID:8dfdab10-02a2-4e2b-a439-ba539557c38e 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/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env ArtifactUUID:8dfdab10-02a2-4e2b-a439-ba539557c38e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-27T05:56:36.114Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5338861-47ba-4063-97ac-4aefae8095b6 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-06-27T05:56:36.151Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T05:56:36.152Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T05:56:36.153Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T05:56:36.153Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 464c821d-b062-48fa-b4ac-75cfd8dd6ad6 from URL: /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:36.154Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T05:56:36.154Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:36.266Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T05:56:36.270Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar 464c821d-b062-48fa-b4ac-75cfd8dd6ad6 71593 2022-06-27T05:56:36.271Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar ASDC sendASDCNotification 2022-06-27T05:56:36.271Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:36.271Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T05:56:36.272Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:36.274Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:36.275Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309396271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T05:56:36.375Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:56:36.376Z||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-06-27T05:56:36.376Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:36.398Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:36.399Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:56:37.275Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T05:56:37.277Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T05:56:37.277Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 464c821d-b062-48fa-b4ac-75cfd8dd6ad6, URL: /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar to file: /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:37.278Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:37.279Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:37.279Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:37.388Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10810939489287965501/Definitions/service-BasicOnboardJfdrts-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-06-27T05:56:38.563Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T05:56:38.564Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-27T05:56:38.564Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:38.564Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-27T05:56:38.564Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||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-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:38.564Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:38.565Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:38.565Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_JfDRTS 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-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:38.565Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:38.565Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:38.566Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:38.566Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:38.566Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:38.566Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-27T05:56:38.567Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:38.567Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:38.567Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria 2022-06-27T05:56:38.568Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-27T05:56:38.568Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T05:56:38.569Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:38.569Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:38.569Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria 2022-06-27T05:56:38.569Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-27T05:56:38.570Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T05:56:38.570Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:38.570Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:38.571Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:38.571Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is not matching search criteria 2022-06-27T05:56:38.571Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-27T05:56:38.571Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-27T05:56:38.572Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-27T05:56:38.572Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-27T05:56:38.572Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-27T05:56:38.572Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:38.573Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T05:56:38.573Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:38.573Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria 2022-06-27T05:56:38.573Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T05:56:38.574Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:38.574Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria 2022-06-27T05:56:38.574Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T05:56:38.575Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:38.575Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria 2022-06-27T05:56:38.575Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T05:56:38.575Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:38.576Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is not matching search criteria 2022-06-27T05:56:38.576Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-27T05:56:38.576Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-27T05:56:38.576Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=831197c5-c49b-4559-85ee-ea9a0d72a1b5 2022-06-27T05:56:38.577Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:38.577Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:38.577Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:38.577Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:38.578Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:38.578Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:38.578Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:38.578Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:38.579Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_JfDRTS Description:service Model UUID:d5338861-47ba-4063-97ac-4aefae8095b6 Model Version:NULL Model InvariantUuid:0e854047-a249-47cf-8d04-d6eebe5100d6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_JfDRTS Model UUID:6ef5d5fb-122c-4c0d-bd0b-d1e63c231bcd Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:57582f0c-1469-4183-9662-b479ff636053 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ba47f225-6dc8-43b9-aa12-4be54f6f8197 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:acccde2b-c1d0-48e8-be31-d19bc1a3ff8c ModelName:BasicOnboardJfdrts..base_ubuntu18..module-0 ModelUuid:671d2c52-2f4c-407b-8e9f-98fb003a4859 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:831197c5-c49b-4559-85ee-ea9a0d72a1b5 ModelInvariantUuid:4a9eebf9-6eee-4878-adaa-19b91b651bb4 ModelName:basic_onboard_JfDRTS-nodes.ubuntu18Cvfc ModelUuid:fe30fd37-90e9-4a9b-b033-c07f4d0adb92 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:efc1cf9b-4628-4abf-82ea-37533293b4ec ModelInvariantUuid:0d883984-2eb8-4a5a-a70d-ff836059804b ModelName:BasicOnboardJfdrts.compute.nodes.heat.ubuntu18 ModelUuid:cb963b59-cf53-4abe-9b12-398b8b6680f2 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-06-27T05:56:38.589Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: bb7d7d4c-b450-4067-95d7-1559698a731c 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-06-27T05:56:38.593Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||basic_onboard_JfDRTS 0 2022-06-27T05:56:38.593Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb7d7d4c-b450-4067-95d7-1559698a731c 2022-06-27T05:56:38.593Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6a0d003c-4a30-4a2f-b11d-dda6836f628a from URL: /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json 2022-06-27T05:56:38.593Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T05:56:38.594Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json 2022-06-27T05:56:38.645Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T05:56:38.646Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json 6a0d003c-4a30-4a2f-b11d-dda6836f628a 798 2022-06-27T05:56:38.646Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json ASDC sendASDCNotification 2022-06-27T05:56:38.646Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json 2022-06-27T05:56:38.646Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T05:56:38.647Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:38.649Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:38.649Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309398646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T05:56:38.749Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:56:38.750Z||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-06-27T05:56:38.750Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:38.771Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:38.772Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:56:39.650Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJfdrts..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "acccde2b-c1d0-48e8-be31-d19bc1a3ff8c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "671d2c52-2f4c-407b-8e9f-98fb003a4859", "vfModuleModelCustomizationUUID": "424b4e7d-47ef-416b-a823-1dd3049a6c13", "isBase": true, "artifacts": [ "f4fc3620-0ce8-4b65-9eae-b68ae3e749c1", "8dfdab10-02a2-4e2b-a439-ba539557c38e" ], "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-06-27T05:56:39.654Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJfdrts..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:671d2c52-2f4c-407b-8e9f-98fb003a4859 VfModuleModelInvariantUUID:acccde2b-c1d0-48e8-be31-d19bc1a3ff8c VfModuleModelDescription:NULL Artifacts UUID List:{ f4fc3620-0ce8-4b65-9eae-b68ae3e749c1 , 8dfdab10-02a2-4e2b-a439-ba539557c38e } 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-06-27T05:56:39.656Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardJfdrts..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "acccde2b-c1d0-48e8-be31-d19bc1a3ff8c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "671d2c52-2f4c-407b-8e9f-98fb003a4859", "vfModuleModelCustomizationUUID": "424b4e7d-47ef-416b-a823-1dd3049a6c13", "isBase": true, "artifacts": [ "f4fc3620-0ce8-4b65-9eae-b68ae3e749c1", "8dfdab10-02a2-4e2b-a439-ba539557c38e" ], "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-06-27T05:56:39.656Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardJfdrts..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:671d2c52-2f4c-407b-8e9f-98fb003a4859 VfModuleModelInvariantUUID:acccde2b-c1d0-48e8-be31-d19bc1a3ff8c VfModuleModelDescription:NULL Artifacts UUID List:{ f4fc3620-0ce8-4b65-9eae-b68ae3e749c1 , 8dfdab10-02a2-4e2b-a439-ba539557c38e } 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-06-27T05:56:39.657Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f4fc3620-0ce8-4b65-9eae-b68ae3e749c1 from URL: /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml 2022-06-27T05:56:39.657Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T05:56:39.657Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml 2022-06-27T05:56:39.718Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T05:56:39.719Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml f4fc3620-0ce8-4b65-9eae-b68ae3e749c1 5033 2022-06-27T05:56:39.719Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-27T05:56:39.719Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml 2022-06-27T05:56:39.719Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T05:56:39.720Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:39.722Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:39.722Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309399719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T05:56:39.823Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:56:39.824Z||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-06-27T05:56:39.824Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:39.848Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:39.849Z||pool-28-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-27T05:56:40.724Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8dfdab10-02a2-4e2b-a439-ba539557c38e from URL: /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env 2022-06-27T05:56:40.725Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T05:56:40.725Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env 2022-06-27T05:56:40.867Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T05:56:40.868Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env 8dfdab10-02a2-4e2b-a439-ba539557c38e 909 2022-06-27T05:56:40.868Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-27T05:56:40.868Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env 2022-06-27T05:56:40.868Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T05:56:40.869Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:40.871Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:40.871Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309400868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-27T05:56:40.971Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:56:40.973Z||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-06-27T05:56:40.973Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:40.990Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:40.991Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-27T05:56:41.872Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d5338861-47ba-4063-97ac-4aefae8095b6 2022-06-27T05:56:41.873Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_JfDRTS 0 bb7d7d4c-b450-4067-95d7-1559698a731c 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-06-27T05:56:41.887Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@15a967fa, org.onap.sdc.toscaparser.api.parameters.Input@9337570, org.onap.sdc.toscaparser.api.parameters.Input@43a54340, org.onap.sdc.toscaparser.api.parameters.Input@12a2508e, org.onap.sdc.toscaparser.api.parameters.Input@4cea7397] 2022-06-27T05:56:41.889Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:41.889Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:41.889Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-27T05:56:41.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ba47f225-6dc8-43b9-aa12-4be54f6f8197 2022-06-27T05:56:41.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ba47f225-6dc8-43b9-aa12-4be54f6f8197 matches Tosca VF Customization UUID: ba47f225-6dc8-43b9-aa12-4be54f6f8197 2022-06-27T05:56:41.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ba47f225-6dc8-43b9-aa12-4be54f6f8197 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-06-27T05:56:41.893Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:41.893Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:41.893Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ba47f225-6dc8-43b9-aa12-4be54f6f8197: {\"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-06-27T05:56:41.894Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3710e008 2022-06-27T05:56:41.894Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:41.894Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T05:56:41.894Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 424b4e7d-47ef-416b-a823-1dd3049a6c13 2022-06-27T05:56:41.894Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 424b4e7d-47ef-416b-a823-1dd3049a6c13 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-06-27T05:56:41.897Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:41.897Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria 2022-06-27T05:56:41.897Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T05:56:41.898Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:41.898Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria 2022-06-27T05:56:41.898Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T05:56:41.898Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:41.898Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is not matching search criteria 2022-06-27T05:56:41.899Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-27T05:56:41.899Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-27T05:56:41.899Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=831197c5-c49b-4559-85ee-ea9a0d72a1b5 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-06-27T05:56:41.901Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:41.901Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria 2022-06-27T05:56:41.901Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T05:56:41.902Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:41.902Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_JfDRTS 0 is matching search criteria 2022-06-27T05:56:41.902Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_JfDRTS 0] matching following query criteria: sdcType=VF, customizationUUID=ba47f225-6dc8-43b9-aa12-4be54f6f8197 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-06-27T05:56:41.904Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:41.904Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:41.904Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d5338861-47ba-4063-97ac-4aefae8095b6: basic_onboard_JfDRTS 2022-06-27T05:56:41.904Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:41.904Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:41.905Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:41.905Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:41.905Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:41.905Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:41.905Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:41.905Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:41.906Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T05:56:41.906Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_JfDRTS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T05:56:41.906Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_JfDRTS 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-06-27T05:56:41.993Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_JfDRTS bb7d7d4c-b450-4067-95d7-1559698a731c 1 ASDC deployResourceStructure 2022-06-27T05:56:41.994Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json ASDC sendASDCNotification 2022-06-27T05:56:41.994Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json 2022-06-27T05:56:41.994Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T05:56:41.994Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:41.996Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:41.996Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309401994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T05:56:42.097Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:56:42.097Z||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-06-27T05:56:42.098Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:42.111Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:42.111Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-27T05:56:42.997Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-27T05:56:42.998Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml 2022-06-27T05:56:42.998Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T05:56:42.998Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:43.000Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:43.000Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309402997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-27T05:56:43.100Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:56:43.101Z||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-06-27T05:56:43.102Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:43.142Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:43.142Z||pool-31-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:56:44.001Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-27T05:56:44.001Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env 2022-06-27T05:56:44.002Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T05:56:44.002Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:44.005Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:44.005Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309404001, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-27T05:56:44.105Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:56:44.106Z||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-06-27T05:56:44.106Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:44.121Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:44.121Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-27T05:56:45.005Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar ASDC sendASDCNotification 2022-06-27T05:56:45.006Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar 2022-06-27T05:56:45.006Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T05:56:45.007Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:56:45.008Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:56:45.009Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309405005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T05:56:45.109Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:56:45.110Z||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-06-27T05:56:45.110Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:56:45.133Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:56:45.133Z||pool-33-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-27T05:56:46.011Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79baf144-c87d-4128-89b7-3c6f33530bfe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T05:56:46.025Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:56:46.029Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T05:56:46.029Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T05:56:46.029Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T05:57:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:57:05.896Z||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-06-27T05:57:05.896Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:57:06.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:57:06.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309384783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "ves-openapi-manager", "timestamp": 1656309382213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "multicloud-k8s-id", "timestamp": 1656309387374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "policy-id", "timestamp": 1656309386383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309384783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "NOTIFIED" } 2022-06-27T05:57:06.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "ves-openapi-manager", "timestamp": 1656309382213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "multicloud-k8s-id", "timestamp": 1656309387374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "NOTIFIED" } 2022-06-27T05:57:06.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "policy-id", "timestamp": 1656309386383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "cds", "timestamp": 1656309391142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309384783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-27T05:57:06.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "ves-openapi-manager", "timestamp": 1656309382213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "multicloud-k8s-id", "timestamp": 1656309387374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-27T05:57:06.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "policy-id", "timestamp": 1656309386383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-27T05:57:06.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "cds", "timestamp": 1656309391142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309384783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.607Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "ves-openapi-manager", "timestamp": 1656309382213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "multicloud-k8s-id", "timestamp": 1656309387374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "policy-id", "timestamp": 1656309386383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "cds", "timestamp": 1656309391142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309384783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-27T05:57:06.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "ves-openapi-manager", "timestamp": 1656309382213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "multicloud-k8s-id", "timestamp": 1656309387374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-27T05:57:06.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "policy-id", "timestamp": 1656309386383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "cds", "timestamp": 1656309391142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309384783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "ves-openapi-manager", "timestamp": 1656309382213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.611Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "policy-id", "timestamp": 1656309386383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "multicloud-k8s-id", "timestamp": 1656309387374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.612Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.612Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "cds", "timestamp": 1656309391142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.612Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309384783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:57:06.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "ves-openapi-manager", "timestamp": 1656309382213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.613Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.613Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.613Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "multicloud-k8s-id", "timestamp": 1656309387374, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:57:06.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "policy-id", "timestamp": 1656309386383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:57:06.614Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.614Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.614Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309396465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "cds", "timestamp": 1656309391142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.615Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.615Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.615Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309396271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T05:57:06.615Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "policy-id", "timestamp": 1656309397549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T05:57:06.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "multicloud-k8s-id", "timestamp": 1656309396145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T05:57:06.616Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.616Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.616Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309396465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "cds", "timestamp": 1656309391142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:57:06.617Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.617Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.617Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "policy-id", "timestamp": 1656309398555, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T05:57:06.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "multicloud-k8s-id", "timestamp": 1656309397224, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T05:57:06.618Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.618Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309396465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.618Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.618Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "cds", "timestamp": 1656309398919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T05:57:06.619Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.619Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.619Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "policy-id", "timestamp": 1656309399560, "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-06-27T05:57:06.629Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79baf144-c87d-4128-89b7-3c6f33530bfe 2022-06-27T05:57:06.629Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:06.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "multicloud-k8s-id", "timestamp": 1656309398298, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-27T05:57:06.641Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.641Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.641Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309398646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T05:57:06.642Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309396465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.642Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.642Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.642Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "cds", "timestamp": 1656309399924, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-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-06-27T05:57:06.647Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 79baf144-c87d-4128-89b7-3c6f33530bfe 2022-06-27T05:57:06.647Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:06.654Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.655Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "multicloud-k8s-id", "timestamp": 1656309399336, "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-06-27T05:57:06.659Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79baf144-c87d-4128-89b7-3c6f33530bfe 2022-06-27T05:57:06.659Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:06.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "clamp", "timestamp": 1656309400142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309399719, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T05:57:06.666Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309396465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "multicloud-k8s-id", "timestamp": 1656309400342, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T05:57:06.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "clamp", "timestamp": 1656309400142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "NOTIFIED" } 2022-06-27T05:57:06.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309400868, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-27T05:57:06.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309396465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "clamp", "timestamp": 1656309400142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309396465, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:57:06.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309401994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T05:57:06.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "clamp", "timestamp": 1656309400142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309402997, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-27T05:57:06.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309404355, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T05:57:06.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "clamp", "timestamp": 1656309400142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309404001, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-27T05:57:06.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "clamp", "timestamp": 1656309400142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.671Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309405005, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T05:57:06.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "clamp", "timestamp": 1656309400142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:57:06.672Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309407193, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T05:57:06.673Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "aai-ml", "timestamp": 1656309407109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.673Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.673Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.673Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309408199, "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-06-27T05:57:06.678Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 79baf144-c87d-4128-89b7-3c6f33530bfe 2022-06-27T05:57:06.678Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:06.686Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.686Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "aai-ml", "timestamp": 1656309407109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/basic_onboard_jfdrts0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "aai-ml", "timestamp": 1656309407109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.687Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "aai-ml", "timestamp": 1656309407109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.687Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.687Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "aai-ml", "timestamp": 1656309407109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/resourceInstances/basic_onboard_jfdrts0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "aai-ml", "timestamp": 1656309407109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T05:57:06.688Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "aai-ml", "timestamp": 1656309407109, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "NOTIFIED" } 2022-06-27T05:57:06.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T05:57:06.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "aai-ml", "timestamp": 1656309414926, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T05:57:06.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "clamp", "timestamp": 1656309418429, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T05:57:06.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "clamp", "timestamp": 1656309420444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T05:57:06.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "clamp", "timestamp": 1656309421448, "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-06-27T05:57:06.694Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 79baf144-c87d-4128-89b7-3c6f33530bfe 2022-06-27T05:57:06.694Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:06.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "aai-ml", "timestamp": 1656309426186, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJfdrts/1.0/artifacts/service-BasicOnboardJfdrts-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T05:57:06.703Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:57:06.703Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T05:57:06.703Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "aai-ml", "timestamp": 1656309427189, "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-06-27T05:57:06.708Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 79baf144-c87d-4128-89b7-3c6f33530bfe 2022-06-27T05:57:06.708Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:16.030Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79baf144-c87d-4128-89b7-3c6f33530bfe Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T05:57:16.044Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:16.047Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T05:57:16.047Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T05:57:16.047Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T05:57:16.048Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T05:57:16.048Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T05:57:16.048Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T05:57:16.048Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T05:57:16.049Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T05:57:16.049Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T05:57:16.049Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T05:57:16.049Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T05:57:16.054Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T05:57:46.054Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 79baf144-c87d-4128-89b7-3c6f33530bfe 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-06-27T05:57:46.061Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 79baf144-c87d-4128-89b7-3c6f33530bfe and serviceModelVersionId: d5338861-47ba-4063-97ac-4aefae8095b6 2022-06-27T05:57:46.061Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0e854047-a249-47cf-8d04-d6eebe5100d6 2022-06-27T05:57:46.062Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0e854047-a249-47cf-8d04-d6eebe5100d6/model-vers/model-ver/d5338861-47ba-4063-97ac-4aefae8095b6?depth=0 2022-06-27T05:57:46.069Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T05:57:46.127Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e854047-a249-47cf-8d04-d6eebe5100d6/model-vers/model-ver/d5338861-47ba-4063-97ac-4aefae8095b6?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-06-27T05:57:46.129Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e854047-a249-47cf-8d04-d6eebe5100d6/model-vers/model-ver/d5338861-47ba-4063-97ac-4aefae8095b6?depth=0|INFO|500||Invoke 2022-06-27T05:57:46.162Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e854047-a249-47cf-8d04-d6eebe5100d6/model-vers/model-ver/d5338861-47ba-4063-97ac-4aefae8095b6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T05:57:46.369Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e854047-a249-47cf-8d04-d6eebe5100d6/model-vers/model-ver/d5338861-47ba-4063-97ac-4aefae8095b6?depth=0|INFO|500||InvokeReturn 2022-06-27T05:57:46.370Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0e854047-a249-47cf-8d04-d6eebe5100d6/model-vers/model-ver/d5338861-47ba-4063-97ac-4aefae8095b6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220627-05:57:46:541-55413], vertex-id=[204936], Content-Length=[0], Date=[Mon, 27 Jun 2022 05:57:46 GMT], Content-Type=[application/json]} 2022-06-27T05:57:46.371Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-27T05:57:46.371Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T05:57:46.371Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-27T05:57:46.377Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-27T05:57:46.378Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 79baf144-c87d-4128-89b7-3c6f33530bfe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T05:57:46.378Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T05:57:46.379Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T05:57:46.381Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T05:57:46.381Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309466378, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T05:57:46.481Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T05:57:46.482Z||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-06-27T05:57:46.482Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:57:46.502Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:57:46.503Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-27T05:57:47.394Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:57:47.395Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T05:57:47.395Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:57:56.976Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:57:56.976Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:57:56.977Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T05:57:56.977Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:58:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:58:05.895Z||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-06-27T05:58:05.896Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:58:06.545Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:58:06.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-27T05:58:06.545Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:58:06.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79baf144-c87d-4128-89b7-3c6f33530bfe", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309466378, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T05:58:06.547Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:58:06.547Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T05:58:06.547Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:58:06.547Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T05:58:16.093Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:58:16.094Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:58:16.095Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T05:58:16.095Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:58:25.652Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:59:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:59:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T05:59:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:59:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T05:59:05.894Z||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-06-27T05:59:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T05:59:15.470Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T05:59:15.479Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:00:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:00:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T06:00:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:00:05.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:00:05.894Z||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-06-27T06:00:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:00:15.442Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:00:15.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:01:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:01:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T06:01:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:01:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:01:05.894Z||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-06-27T06:01:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:01:15.480Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:01:15.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:02:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:02:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T06:02:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:02:05.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:02:05.894Z||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-06-27T06:02:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:02:15.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:02:15.485Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:03:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:03:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T06:03:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:03:05.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:03:05.894Z||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-06-27T06:03:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:03:15.439Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:03:15.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:04:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:04:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T06:04:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:04:05.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:04:05.894Z||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-06-27T06:04:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:04:15.654Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:04:15.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:05:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:05:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T06:05:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:05:05.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:05:05.894Z||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-06-27T06:05:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:05:15.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:05:15.479Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:06:05.890Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:06:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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-06-27T06:06:05.891Z|79baf144-c87d-4128-89b7-3c6f33530bfe|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:06:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:06:05.894Z||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-06-27T06:06:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:06:09.986Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:06:09.986Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-27T06:06:09.987Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fbaa39aa-80a4-4871-9a0a-e85b31448df0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"3ace40fe-91db-483c-aac9-b0578a5318fe","serviceDescription":"service","serviceInvariantUUID":"0fa04d1e-5f74-4a96-b68e-b72c015c99b2","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c9ae5e41-eab0-438c-b1a2-557ced6c9b06","resourceInvariantUUID":"56ecfca6-820c-4bfe-91e1-451cdf093e75","resourceCustomizationUUID":"cd57f009-5348-49f6-a095-93aca4209c03","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":"MGE4ZjU5NTQyZjQ0OThjMjg5MWZkN2FmZGE2YWE5MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1fb8557f-29fb-4e36-8cb9-bce4713f0145","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NmI4Yjg4MTllMzlkYmRlNTFlOGM5NzI5ZGE4ZDlmZTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de1ffd71-b81f-4948-ac3d-c8c59b04e05e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T06:06:09.993Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:06:09.993Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:06:09.996Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:06:09.996Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309965890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:06:10.096Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:06:10.098Z||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-06-27T06:06:10.098Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:06:10.127Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:06:10.127Z||pool-35-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":5,"count":1} 2022-06-27T06:06:10.306Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:06:10.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:06:10.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309965890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:06:10.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:06:10.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:06:10.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "ves-openapi-manager", "timestamp": 1656309962213, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:06:10.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:06:10.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:06:10.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309966465, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:06:10.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:06:10.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:06:10.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "clamp", "timestamp": 1656309970142, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:06:10.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:06:10.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:06:10.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "cds", "timestamp": 1656309961142, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:06:10.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:06:10.997Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:06:10.998Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:06:11.000Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:06:11.000Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309965890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:06:11.101Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:06:11.101Z||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-06-27T06:06:11.102Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:06:11.120Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:06:11.120Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:06:12.001Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "3ace40fe-91db-483c-aac9-b0578a5318fe", "serviceDescription": "service", "serviceInvariantUUID": "0fa04d1e-5f74-4a96-b68e-b72c015c99b2", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "cd57f009-5348-49f6-a095-93aca4209c03", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "c9ae5e41-eab0-438c-b1a2-557ced6c9b06", "resourceInvariantUUID": "56ecfca6-820c-4bfe-91e1-451cdf093e75", "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": "NmI4Yjg4MTllMzlkYmRlNTFlOGM5NzI5ZGE4ZDlmZTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "de1ffd71-b81f-4948-ac3d-c8c59b04e05e" } ], "workloadContext": "Production" } 2022-06-27T06:06:12.003Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T06:06:12.003Z|79baf144-c87d-4128-89b7-3c6f33530bfe|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3ace40fe-91db-483c-aac9-b0578a5318fe ASDC 2022-06-27T06:06:12.004Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:fbaa39aa-80a4-4871-9a0a-e85b31448df0 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:3ace40fe-91db-483c-aac9-b0578a5318fe ServiceInvariantUUID:0fa04d1e-5f74-4a96-b68e-b72c015c99b2 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:de1ffd71-b81f-4948-ac3d-c8c59b04e05e ArtifactChecksum:NmI4Yjg4MTllMzlkYmRlNTFlOGM5NzI5ZGE4ZDlmZTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:cd57f009-5348-49f6-a095-93aca4209c03 ResourceInvariantUUID:56ecfca6-820c-4bfe-91e1-451cdf093e75 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:c9ae5e41-eab0-438c-b1a2-557ced6c9b06 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-27T06:06:12.004Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ace40fe-91db-483c-aac9-b0578a5318fe 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-06-27T06:06:12.041Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:06:12.041Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T06:06:12.041Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T06:06:12.041Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: de1ffd71-b81f-4948-ac3d-c8c59b04e05e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-27T06:06:12.041Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T06:06:12.042Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-27T06:06:12.344Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T06:06:12.346Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar de1ffd71-b81f-4948-ac3d-c8c59b04e05e 52507 2022-06-27T06:06:12.346Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-27T06:06:12.346Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-27T06:06:12.347Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:06:12.347Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:06:12.349Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:06:12.349Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309972346, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:06:12.449Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:06:12.450Z||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-06-27T06:06:12.450Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:06:12.482Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:06:12.483Z||pool-37-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:06:13.349Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:06:13.350Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T06:06:13.351Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: de1ffd71-b81f-4948-ac3d-c8c59b04e05e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:06:13.351Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-27T06:06:13.351Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:06:13.351Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:06:13.481Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3455986294971209801/Definitions/service-BasicNetwork-template.yml 2022-06-27T06:06:14.027Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T06:06:14.050Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||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-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||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-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||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-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||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-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||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-06-27T06:06:14.051Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||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-06-27T06:06:14.052Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||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-06-27T06:06:14.052Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-27T06:06:14.052Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:06:14.052Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:06:14.053Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-27T06:06:14.053Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-27T06:06:14.053Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:06:14.053Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:06:14.053Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:06:14.053Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-27T06:06:14.053Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-27T06:06:14.054Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:06:14.054Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:06:14.054Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:06:14.054Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:06:14.054Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:06:14.055Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:06:14.055Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:06:14.055Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:06:14.055Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:06:14.055Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:06:14.055Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:06:14.055Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:3ace40fe-91db-483c-aac9-b0578a5318fe Model Version:NULL Model InvariantUuid:0fa04d1e-5f74-4a96-b68e-b72c015c99b2 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:56ecfca6-820c-4bfe-91e1-451cdf093e75 Model UUID:20c8537d-9ef6-419c-b2a2-792e5f57d54d Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:cd57f009-5348-49f6-a095-93aca4209c03 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-06-27T06:06:14.064Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: c9ae5e41-eab0-438c-b1a2-557ced6c9b06 2022-06-27T06:06:14.064Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||No resources found for Service: 3ace40fe-91db-483c-aac9-b0578a5318fe 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-06-27T06:06:14.069Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500|| 2022-06-27T06:06:14.069Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-27T06:06:14.070Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 3ace40fe-91db-483c-aac9-b0578a5318fe 2022-06-27T06:06:14.071Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3ace40fe-91db-483c-aac9-b0578a5318fe 2022-06-27T06:06:14.071Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-27T06:06:14.071Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||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-06-27T06:06:14.075Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54373f91, org.onap.sdc.toscaparser.api.parameters.Input@576d800b, org.onap.sdc.toscaparser.api.parameters.Input@5140ba6c, org.onap.sdc.toscaparser.api.parameters.Input@1b121025, org.onap.sdc.toscaparser.api.parameters.Input@76347f61] 2022-06-27T06:06:14.076Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:06:14.077Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:06:14.077Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:06:14.077Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:06:14.078Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3ace40fe-91db-483c-aac9-b0578a5318fe: Generic NeutronNet 2022-06-27T06:06:14.078Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:06:14.078Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:06:14.078Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:06:14.079Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||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-06-27T06:06:14.114Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:06:14.115Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:06:14.115Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:06:14.115Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:06:14.116Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:06:14.116Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:06:14.116Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||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-06-27T06:06:14.165Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-27T06:06:14.165Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-27T06:06:14.166Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-27T06:06:14.166Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:06:14.166Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:06:14.168Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:06:14.168Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309974165, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:06:14.268Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:06:14.269Z||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-06-27T06:06:14.269Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:06:14.295Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:06:14.296Z||pool-38-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:06:15.169Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:06:15.180Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:06:15.183Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:06:15.183Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:06:15.183Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:06:45.183Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:06:45.197Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:06:45.203Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:06:45.203Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:06:45.203Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:07:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:07:05.898Z||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-06-27T06:07:05.898Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:07:05.936Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:07:05.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:07:05.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "multicloud-k8s-id", "timestamp": 1656309967373, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:07:05.939Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:07:15.203Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:07:15.214Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:07:15.215Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:07:15.216Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:07:15.216Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:07:45.216Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:07:45.228Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:07:45.230Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:07:45.231Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:07:45.231Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:08:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:08:05.895Z||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-06-27T06:08:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:08:05.936Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:08:05.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:08:05.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "policy-id", "timestamp": 1656309966382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:08:05.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:08:15.231Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:08:15.240Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:08:15.242Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:08:15.242Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:08:15.242Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:08:45.243Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:08:45.259Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:08:45.260Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:08:45.260Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:08:45.261Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:09:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:09:05.895Z||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-06-27T06:09:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:09:05.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:09:05.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309965890, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:09:05.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:09:05.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "clamp", "timestamp": 1656309970142, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:09:05.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:09:05.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309966465, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:09:05.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:09:05.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.968Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "ves-openapi-manager", "timestamp": 1656309962213, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:09:05.968Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:09:05.968Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "cds", "timestamp": 1656309961142, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:09:05.969Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:09:05.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "multicloud-k8s-id", "timestamp": 1656309967373, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:09:05.970Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:09:05.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "policy-id", "timestamp": 1656309966382, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:09:05.971Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:09:05.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309972346, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:09:05.972Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:09:05.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309973582, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:09:05.972Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:09:05.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "cds", "timestamp": 1656309973141, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:09:05.973Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:09:05.973Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.973Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "policy-id", "timestamp": 1656309973586, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:09:05.974Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:09:05.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "cds", "timestamp": 1656309974150, "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-06-27T06:09:05.981Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fbaa39aa-80a4-4871-9a0a-e85b31448df0 2022-06-27T06:09:05.981Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:09:05.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "policy-id", "timestamp": 1656309974590, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:09:05.994Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:09:05.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656309974165, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:09:05.995Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:09:05.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309975415, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:09:05.996Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:09:05.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:05.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "policy-id", "timestamp": 1656309975594, "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-06-27T06:09:06.001Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fbaa39aa-80a4-4871-9a0a-e85b31448df0 2022-06-27T06:09:06.001Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:09:06.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:06.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656309976424, "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-06-27T06:09:06.019Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fbaa39aa-80a4-4871-9a0a-e85b31448df0 2022-06-27T06:09:06.019Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:09:06.027Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:06.027Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "aai-ml", "timestamp": 1656309977109, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:09:06.028Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:09:06.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:06.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "clamp", "timestamp": 1656309977545, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:09:06.029Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:09:06.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:06.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "aai-ml", "timestamp": 1656309977109, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:09:06.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:09:06.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:06.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "clamp", "timestamp": 1656309979556, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:09:06.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:09:06.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:06.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "aai-ml", "timestamp": 1656309979905, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:09:06.031Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:09:06.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:06.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "clamp", "timestamp": 1656309980566, "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-06-27T06:09:06.036Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fbaa39aa-80a4-4871-9a0a-e85b31448df0 2022-06-27T06:09:06.037Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:09:06.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:06.045Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "aai-ml", "timestamp": 1656309985523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:09:06.045Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:09:06.045Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:09:06.046Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "aai-ml", "timestamp": 1656309986529, "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-06-27T06:09:06.050Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fbaa39aa-80a4-4871-9a0a-e85b31448df0 2022-06-27T06:09:06.050Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:09:15.261Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:09:15.272Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:09:15.278Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:09:15.278Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T06:09:15.278Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T06:09:15.278Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T06:09:15.279Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:09:15.279Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:09:15.279Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:09:15.279Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:09:15.279Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:09:15.279Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:09:15.279Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T06:09:15.284Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T06:09:45.285Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 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-06-27T06:09:45.290Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fbaa39aa-80a4-4871-9a0a-e85b31448df0 and serviceModelVersionId: 3ace40fe-91db-483c-aac9-b0578a5318fe 2022-06-27T06:09:45.290Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0fa04d1e-5f74-4a96-b68e-b72c015c99b2 2022-06-27T06:09:45.291Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0fa04d1e-5f74-4a96-b68e-b72c015c99b2/model-vers/model-ver/3ace40fe-91db-483c-aac9-b0578a5318fe?depth=0 2022-06-27T06:09:45.297Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T06:09:45.370Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fa04d1e-5f74-4a96-b68e-b72c015c99b2/model-vers/model-ver/3ace40fe-91db-483c-aac9-b0578a5318fe?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-06-27T06:09:45.372Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fa04d1e-5f74-4a96-b68e-b72c015c99b2/model-vers/model-ver/3ace40fe-91db-483c-aac9-b0578a5318fe?depth=0|INFO|500||Invoke 2022-06-27T06:09:45.398Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fa04d1e-5f74-4a96-b68e-b72c015c99b2/model-vers/model-ver/3ace40fe-91db-483c-aac9-b0578a5318fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T06:09:45.559Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fa04d1e-5f74-4a96-b68e-b72c015c99b2/model-vers/model-ver/3ace40fe-91db-483c-aac9-b0578a5318fe?depth=0|INFO|500||InvokeReturn 2022-06-27T06:09:45.560Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0fa04d1e-5f74-4a96-b68e-b72c015c99b2/model-vers/model-ver/3ace40fe-91db-483c-aac9-b0578a5318fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220627-06:09:45:773-16679], vertex-id=[540704], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:09:45 GMT], Content-Type=[application/json]} 2022-06-27T06:09:45.560Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-27T06:09:45.560Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T06:09:45.560Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-27T06:09:45.568Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-27T06:09:45.569Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fbaa39aa-80a4-4871-9a0a-e85b31448df0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T06:09:45.569Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T06:09:45.569Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:09:45.572Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:09:45.572Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310185569, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:09:45.672Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:09:45.673Z||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-06-27T06:09:45.673Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:09:45.700Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:09:45.701Z||pool-39-thread-1|||||INFO|500||cambria reply ok (29 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-06-27T06:09:46.583Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:09:46.583Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|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-06-27T06:09:46.583Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:09:51.056Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:09:51.057Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-27T06:09:51.057Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"92f0a08b-61d2-4b8a-a409-98d7f06c9545","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"091cc31b-d223-40ac-bb4c-44357253145d","serviceDescription":"service","serviceInvariantUUID":"2272a0a2-43c6-43fe-8c3d-248dbfd127fb","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"990d038b-260b-45db-9ccf-717c300f300d","resourceInvariantUUID":"c1bd99c7-5cd6-4bc1-803c-ef0304c29bb5","resourceCustomizationUUID":"d48bb706-0f20-4ffa-8f4b-76962a6dbe02","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":"MmE4NWU2Nzc0NTU1NDZhZjQxYTNlMzU4NDA3NTBlNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"748055ed-ed65-4840-8def-be79f40fda7c","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":"NzIwMzI5MGUwNGZmODllOTQ3MTMxN2EzYjMwYWVhYTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b84dc938-311e-4c47-91da-2d1d30cf846c","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":"f068695d-6b0a-473c-8daa-caae1cb2a666","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":"ad074bfc-e7fc-4295-ba61-12470ada6bea","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":"cf435196-a74c-49a0-824f-720faded5229","artifactVersion":"2","generatedFromUUID":"f068695d-6b0a-473c-8daa-caae1cb2a666"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjA2NmFiMzMyY2Y5Y2JkZjdjOTg2MzU1NjdjMzZiZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"305b3e0d-d4b9-4cbf-94c4-2ffe7f22b4e6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OTlkYTAzNzMxY2E1ODA2NTNhYzEyYTQ2MjkxMmVhYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ef9ea766-fe5a-42c4-b732-9c1656cfbbfd","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T06:09:51.060Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:09:51.060Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:09:51.062Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:09:51.062Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:09:51.162Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:09:51.163Z||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-06-27T06:09:51.163Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:09:51.201Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:09:51.201Z||pool-40-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:09:52.063Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:09:52.064Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:09:52.066Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:09:52.066Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:09:52.166Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:09:52.167Z||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-06-27T06:09:52.168Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:09:52.189Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:09:52.190Z||pool-41-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:09:53.067Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:09:53.068Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:09:53.070Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:09:53.070Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T06:09:53.170Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:09:53.171Z||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-06-27T06:09:53.171Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:09:53.185Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:09:53.185Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:09:54.070Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:09:54.071Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:09:54.073Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:09:54.073Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:09:54.173Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:09:54.174Z||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-06-27T06:09:54.175Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:09:54.191Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:09:54.192Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:09:55.074Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:09:55.075Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:09:55.078Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:09:55.078Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-27T06:09:55.178Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:09:55.179Z||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-06-27T06:09:55.180Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:09:55.193Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:09:55.194Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:09:56.079Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:09:56.080Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:09:56.082Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:09:56.082Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:09:56.183Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:09:56.184Z||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-06-27T06:09:56.185Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:09:56.207Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:09:56.208Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:09:57.083Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:09:57.084Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:09:57.086Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:09:57.086Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:09:57.187Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:09:57.188Z||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-06-27T06:09:57.188Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:09:57.208Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:09:57.209Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:09:58.089Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "091cc31b-d223-40ac-bb4c-44357253145d", "serviceDescription": "service", "serviceInvariantUUID": "2272a0a2-43c6-43fe-8c3d-248dbfd127fb", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "d48bb706-0f20-4ffa-8f4b-76962a6dbe02", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "990d038b-260b-45db-9ccf-717c300f300d", "resourceInvariantUUID": "c1bd99c7-5cd6-4bc1-803c-ef0304c29bb5", "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": "NzIwMzI5MGUwNGZmODllOTQ3MTMxN2EzYjMwYWVhYTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b84dc938-311e-4c47-91da-2d1d30cf846c", "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": "f068695d-6b0a-473c-8daa-caae1cb2a666", "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": "cf435196-a74c-49a0-824f-720faded5229", "generatedFromUUID": "f068695d-6b0a-473c-8daa-caae1cb2a666" }, "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": "cf435196-a74c-49a0-824f-720faded5229", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OTlkYTAzNzMxY2E1ODA2NTNhYzEyYTQ2MjkxMmVhYzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ef9ea766-fe5a-42c4-b732-9c1656cfbbfd" } ], "workloadContext": "Production" } 2022-06-27T06:09:58.089Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T06:09:58.089Z|fbaa39aa-80a4-4871-9a0a-e85b31448df0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 091cc31b-d223-40ac-bb4c-44357253145d ASDC 2022-06-27T06:09:58.090Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:92f0a08b-61d2-4b8a-a409-98d7f06c9545 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:091cc31b-d223-40ac-bb4c-44357253145d ServiceInvariantUUID:2272a0a2-43c6-43fe-8c3d-248dbfd127fb 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:ef9ea766-fe5a-42c4-b732-9c1656cfbbfd ArtifactChecksum:OTlkYTAzNzMxY2E1ODA2NTNhYzEyYTQ2MjkxMmVhYzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:d48bb706-0f20-4ffa-8f4b-76962a6dbe02 ResourceInvariantUUID:c1bd99c7-5cd6-4bc1-803c-ef0304c29bb5 ResourceName:basic_vm ResourceType:VF ResourceUUID:990d038b-260b-45db-9ccf-717c300f300d 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:b84dc938-311e-4c47-91da-2d1d30cf846c ArtifactChecksum:NzIwMzI5MGUwNGZmODllOTQ3MTMxN2EzYjMwYWVhYTg= 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:f068695d-6b0a-473c-8daa-caae1cb2a666 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:cf435196-a74c-49a0-824f-720faded5229 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:cf435196-a74c-49a0-824f-720faded5229 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-27T06:09:58.090Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 091cc31b-d223-40ac-bb4c-44357253145d 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-06-27T06:09:58.121Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:09:58.122Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T06:09:58.122Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T06:09:58.122Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ef9ea766-fe5a-42c4-b732-9c1656cfbbfd from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-27T06:09:58.122Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T06:09:58.122Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-27T06:09:58.197Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T06:09:58.200Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ef9ea766-fe5a-42c4-b732-9c1656cfbbfd 71067 2022-06-27T06:09:58.201Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-27T06:09:58.201Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-27T06:09:58.201Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:09:58.201Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:09:58.203Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:09:58.203Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310198201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:09:58.306Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-27T06:09:58.307Z||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-06-27T06:09:58.307Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:09:58.330Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:09:58.331Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:09:59.204Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:09:59.205Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T06:09:59.205Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ef9ea766-fe5a-42c4-b732-9c1656cfbbfd, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:09:59.206Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-27T06:09:59.206Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:09:59.207Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:09:59.370Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17694901083653078176/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-06-27T06:10:00.542Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T06:10:00.543Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-27T06:10:00.543Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:10:00.543Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-27T06:10:00.543Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:00.543Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-27T06:10:00.544Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:00.545Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:00.545Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:10:00.545Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-27T06:10:00.545Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:10:00.545Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:00.546Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:00.546Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:10:00.546Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-27T06:10:00.546Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:10:00.546Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:00.546Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:00.547Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:00.547Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-27T06:10:00.547Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-27T06:10:00.547Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-27T06:10:00.547Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-27T06:10:00.548Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-27T06:10:00.548Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-27T06:10:00.548Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:00.548Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:10:00.548Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:00.549Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:10:00.549Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:10:00.549Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:00.549Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:10:00.549Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:10:00.549Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:00.550Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:10:00.550Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:10:00.550Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:00.550Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-27T06:10:00.550Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-27T06:10:00.550Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-27T06:10:00.550Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=89dd0373-5ccc-434a-b98b-4c1ae4bc0b7e 2022-06-27T06:10:00.551Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:00.551Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:00.551Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:00.551Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:00.551Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:00.551Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:00.552Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:00.552Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:00.552Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:091cc31b-d223-40ac-bb4c-44357253145d Model Version:NULL Model InvariantUuid:2272a0a2-43c6-43fe-8c3d-248dbfd127fb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:a7146b33-3661-4764-89ef-87d77c19048e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c1bd99c7-5cd6-4bc1-803c-ef0304c29bb5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d48bb706-0f20-4ffa-8f4b-76962a6dbe02 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e9c162f9-b074-4dca-8ff2-92466cb43708 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:d4951fa5-d6c4-42c5-8429-fa6d9c6801b4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:89dd0373-5ccc-434a-b98b-4c1ae4bc0b7e ModelInvariantUuid:73b61bec-4365-4a54-bc85-6c4bc42fb208 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:736ffc1a-a1c1-4be7-8f8d-76dea886fcd7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ed176862-a511-4455-bab7-d2ee716d201e ModelInvariantUuid:6b7f3a11-c836-495e-b20f-b236312635be ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:0913d35f-0097-4c9f-9345-616749219523 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-06-27T06:10:00.560Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 990d038b-260b-45db-9ccf-717c300f300d 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-06-27T06:10:00.563Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||basic_vm 0 2022-06-27T06:10:00.563Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 990d038b-260b-45db-9ccf-717c300f300d 2022-06-27T06:10:00.563Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b84dc938-311e-4c47-91da-2d1d30cf846c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-27T06:10:00.563Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T06:10:00.563Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:00.827Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T06:10:00.828Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b84dc938-311e-4c47-91da-2d1d30cf846c 787 2022-06-27T06:10:00.828Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:00.828Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:00.828Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:10:00.829Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:00.831Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:00.831Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310200828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:10:00.931Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:10:00.932Z||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-06-27T06:10:00.932Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:00.962Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:00.962Z||pool-48-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:10:01.832Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e9c162f9-b074-4dca-8ff2-92466cb43708", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d4951fa5-d6c4-42c5-8429-fa6d9c6801b4", "vfModuleModelCustomizationUUID": "87a221d6-2b40-4089-9da5-b9183cdac14f", "isBase": true, "artifacts": [ "f068695d-6b0a-473c-8daa-caae1cb2a666", "cf435196-a74c-49a0-824f-720faded5229" ], "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-06-27T06:10:01.837Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d4951fa5-d6c4-42c5-8429-fa6d9c6801b4 VfModuleModelInvariantUUID:e9c162f9-b074-4dca-8ff2-92466cb43708 VfModuleModelDescription:NULL Artifacts UUID List:{ f068695d-6b0a-473c-8daa-caae1cb2a666 , cf435196-a74c-49a0-824f-720faded5229 } 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-06-27T06:10:01.838Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e9c162f9-b074-4dca-8ff2-92466cb43708", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d4951fa5-d6c4-42c5-8429-fa6d9c6801b4", "vfModuleModelCustomizationUUID": "87a221d6-2b40-4089-9da5-b9183cdac14f", "isBase": true, "artifacts": [ "f068695d-6b0a-473c-8daa-caae1cb2a666", "cf435196-a74c-49a0-824f-720faded5229" ], "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-06-27T06:10:01.838Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d4951fa5-d6c4-42c5-8429-fa6d9c6801b4 VfModuleModelInvariantUUID:e9c162f9-b074-4dca-8ff2-92466cb43708 VfModuleModelDescription:NULL Artifacts UUID List:{ f068695d-6b0a-473c-8daa-caae1cb2a666 , cf435196-a74c-49a0-824f-720faded5229 } 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-06-27T06:10:01.838Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f068695d-6b0a-473c-8daa-caae1cb2a666 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-27T06:10:01.839Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T06:10:01.839Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:01.969Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T06:10:01.970Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f068695d-6b0a-473c-8daa-caae1cb2a666 5033 2022-06-27T06:10:01.970Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:01.970Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:01.970Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:10:01.971Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:01.972Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:01.972Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310201970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:10:02.073Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:10:02.074Z||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-06-27T06:10:02.074Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:02.093Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:02.094Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:10:02.973Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cf435196-a74c-49a0-824f-720faded5229 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-27T06:10:02.973Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T06:10:02.974Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:03.081Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T06:10:03.082Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env cf435196-a74c-49a0-824f-720faded5229 903 2022-06-27T06:10:03.088Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:03.088Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:03.088Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:10:03.088Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:03.091Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:03.091Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310203087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:10:03.192Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T06:10:03.193Z||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-06-27T06:10:03.193Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:03.211Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:03.212Z||pool-50-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:10:04.091Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 091cc31b-d223-40ac-bb4c-44357253145d 2022-06-27T06:10:04.092Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 990d038b-260b-45db-9ccf-717c300f300d 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-06-27T06:10:04.106Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6550db83, org.onap.sdc.toscaparser.api.parameters.Input@6d4f8335, org.onap.sdc.toscaparser.api.parameters.Input@677866e3, org.onap.sdc.toscaparser.api.parameters.Input@5711f5c4, org.onap.sdc.toscaparser.api.parameters.Input@34feb066] 2022-06-27T06:10:04.107Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:04.108Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:04.108Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-27T06:10:04.108Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d48bb706-0f20-4ffa-8f4b-76962a6dbe02 2022-06-27T06:10:04.108Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d48bb706-0f20-4ffa-8f4b-76962a6dbe02 matches Tosca VF Customization UUID: d48bb706-0f20-4ffa-8f4b-76962a6dbe02 2022-06-27T06:10:04.108Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d48bb706-0f20-4ffa-8f4b-76962a6dbe02 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-06-27T06:10:04.110Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:04.111Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:04.111Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d48bb706-0f20-4ffa-8f4b-76962a6dbe02: {\"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-06-27T06:10:04.112Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59b594e6 2022-06-27T06:10:04.112Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:04.112Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:10:04.112Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 87a221d6-2b40-4089-9da5-b9183cdac14f 2022-06-27T06:10:04.112Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 87a221d6-2b40-4089-9da5-b9183cdac14f 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-06-27T06:10:04.114Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:04.115Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:10:04.115Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:10:04.115Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:04.115Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:10:04.115Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:10:04.115Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:04.115Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-27T06:10:04.116Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-27T06:10:04.116Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-27T06:10:04.116Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=89dd0373-5ccc-434a-b98b-4c1ae4bc0b7e 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-06-27T06:10:04.118Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:04.118Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:10:04.118Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:10:04.119Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:04.119Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-27T06:10:04.119Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d48bb706-0f20-4ffa-8f4b-76962a6dbe02 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-06-27T06:10:04.120Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:04.120Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:04.121Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 091cc31b-d223-40ac-bb4c-44357253145d: basic_vm 2022-06-27T06:10:04.121Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:04.121Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:04.121Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:04.121Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:04.121Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:04.122Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:04.122Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:04.122Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:04.123Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:04.123Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:04.123Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:04.209Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 990d038b-260b-45db-9ccf-717c300f300d 1 ASDC deployResourceStructure 2022-06-27T06:10:04.209Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:04.210Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:04.210Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:10:04.210Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:04.213Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:04.213Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310204209, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:10:04.314Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:10:04.316Z||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-06-27T06:10:04.316Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:04.342Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:04.343Z||pool-51-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:10:05.215Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:05.216Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:05.216Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:10:05.216Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:05.219Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:05.219Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310205215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:10:05.319Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:10:05.320Z||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-06-27T06:10:05.320Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:05.352Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:05.352Z||pool-52-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:10:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:10:05.894Z||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-06-27T06:10:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:05.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:05.974Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.974Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "cds", "timestamp": 1656310021142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.975Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "ves-openapi-manager", "timestamp": 1656310022213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310026465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "multicloud-k8s-id", "timestamp": 1656310027373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "policy-id", "timestamp": 1656310026383, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "clamp", "timestamp": 1656310030142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "cds", "timestamp": 1656310021142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "ves-openapi-manager", "timestamp": 1656310022213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310026465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "multicloud-k8s-id", "timestamp": 1656310027373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:10:05.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "policy-id", "timestamp": 1656310026383, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "clamp", "timestamp": 1656310030142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:10:05.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "cds", "timestamp": 1656310021142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "ves-openapi-manager", "timestamp": 1656310022213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "multicloud-k8s-id", "timestamp": 1656310027373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T06:10:05.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310026465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "policy-id", "timestamp": 1656310026383, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T06:10:05.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "clamp", "timestamp": 1656310030142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "cds", "timestamp": 1656310021142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "ves-openapi-manager", "timestamp": 1656310022213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "multicloud-k8s-id", "timestamp": 1656310027373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310026465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "policy-id", "timestamp": 1656310026383, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "clamp", "timestamp": 1656310030142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "cds", "timestamp": 1656310021142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "ves-openapi-manager", "timestamp": 1656310022213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310026465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "multicloud-k8s-id", "timestamp": 1656310027373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-27T06:10:05.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "policy-id", "timestamp": 1656310026383, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "clamp", "timestamp": 1656310030142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "cds", "timestamp": 1656310021142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "ves-openapi-manager", "timestamp": 1656310022213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310026465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "policy-id", "timestamp": 1656310026383, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "multicloud-k8s-id", "timestamp": 1656310027373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "clamp", "timestamp": 1656310030142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "cds", "timestamp": 1656310021142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:10:05.987Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.987Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.987Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "ves-openapi-manager", "timestamp": 1656310022213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310026465, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:10:05.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "policy-id", "timestamp": 1656310026383, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:10:05.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.988Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "multicloud-k8s-id", "timestamp": 1656310027373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:10:05.988Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "clamp", "timestamp": 1656310030142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:10:05.989Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "cds", "timestamp": 1656310036739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:10:05.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:10:05.989Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310037195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:10:05.989Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:10:05.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "multicloud-k8s-id", "timestamp": 1656310035858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:10:05.990Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:10:05.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "policy-id", "timestamp": 1656310037272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:10:05.990Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:10:05.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "aai-ml", "timestamp": 1656310037109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:05.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:05.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:05.991Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "cds", "timestamp": 1656310037743, "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-06-27T06:10:05.999Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 92f0a08b-61d2-4b8a-a409-98d7f06c9545 2022-06-27T06:10:05.999Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92f0a08b-61d2-4b8a-a409-98d7f06c9545 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-06-27T06:10:06.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "policy-id", "timestamp": 1656310038279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:10:06.007Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:10:06.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "multicloud-k8s-id", "timestamp": 1656310036954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:10:06.008Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:10:06.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "aai-ml", "timestamp": 1656310037109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:06.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:06.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "policy-id", "timestamp": 1656310039283, "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-06-27T06:10:06.012Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92f0a08b-61d2-4b8a-a409-98d7f06c9545 2022-06-27T06:10:06.012Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92f0a08b-61d2-4b8a-a409-98d7f06c9545 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-06-27T06:10:06.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "multicloud-k8s-id", "timestamp": 1656310038038, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:10:06.020Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:10:06.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "aai-ml", "timestamp": 1656310037109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:06.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:06.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310039913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:10:06.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:10:06.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "multicloud-k8s-id", "timestamp": 1656310039066, "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-06-27T06:10:06.025Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92f0a08b-61d2-4b8a-a409-98d7f06c9545 2022-06-27T06:10:06.025Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92f0a08b-61d2-4b8a-a409-98d7f06c9545 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-06-27T06:10:06.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "aai-ml", "timestamp": 1656310037109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:06.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:06.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310040917, "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-06-27T06:10:06.035Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 92f0a08b-61d2-4b8a-a409-98d7f06c9545 2022-06-27T06:10:06.035Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92f0a08b-61d2-4b8a-a409-98d7f06c9545 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-06-27T06:10:06.042Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.042Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "multicloud-k8s-id", "timestamp": 1656310040071, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:10:06.043Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:10:06.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "aai-ml", "timestamp": 1656310037109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:06.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:06.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "aai-ml", "timestamp": 1656310037109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:06.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:06.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.043Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "aai-ml", "timestamp": 1656310037109, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:10:06.043Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-27T06:10:06.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "aai-ml", "timestamp": 1656310045011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:10:06.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:10:06.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "clamp", "timestamp": 1656310048557, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:10:06.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:10:06.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "clamp", "timestamp": 1656310050600, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:10:06.044Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:10:06.044Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "clamp", "timestamp": 1656310051606, "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-06-27T06:10:06.048Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 92f0a08b-61d2-4b8a-a409-98d7f06c9545 2022-06-27T06:10:06.048Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92f0a08b-61d2-4b8a-a409-98d7f06c9545 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-06-27T06:10:06.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "aai-ml", "timestamp": 1656310056396, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:10:06.055Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:10:06.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-27T06:10:06.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "aai-ml", "timestamp": 1656310057400, "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-06-27T06:10:06.059Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 92f0a08b-61d2-4b8a-a409-98d7f06c9545 2022-06-27T06:10:06.059Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92f0a08b-61d2-4b8a-a409-98d7f06c9545 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-06-27T06:10:06.225Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:06.225Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||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-06-27T06:10:06.225Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:10:06.225Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:06.227Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:06.228Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310206225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-27T06:10:06.329Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T06:10:06.330Z||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-06-27T06:10:06.330Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:06.366Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:06.367Z||pool-53-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:10:07.232Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-27T06:10:07.232Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-27T06:10:07.232Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:10:07.233Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:07.235Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:07.235Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310207232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:10:07.335Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:10:07.336Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:10:07.336Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:07.357Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:07.357Z||pool-54-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:10:08.236Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92f0a08b-61d2-4b8a-a409-98d7f06c9545 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:10:08.249Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92f0a08b-61d2-4b8a-a409-98d7f06c9545 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-06-27T06:10:08.253Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:10:08.253Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T06:10:08.253Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T06:10:08.253Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T06:10:08.253Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:10:08.254Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:10:08.254Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:10:08.254Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:10:08.254Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:10:08.254Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:10:08.254Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T06:10:08.259Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T06:10:38.260Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 92f0a08b-61d2-4b8a-a409-98d7f06c9545 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-06-27T06:10:38.270Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 92f0a08b-61d2-4b8a-a409-98d7f06c9545 and serviceModelVersionId: 091cc31b-d223-40ac-bb4c-44357253145d 2022-06-27T06:10:38.270Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2272a0a2-43c6-43fe-8c3d-248dbfd127fb 2022-06-27T06:10:38.278Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2272a0a2-43c6-43fe-8c3d-248dbfd127fb/model-vers/model-ver/091cc31b-d223-40ac-bb4c-44357253145d?depth=0 2022-06-27T06:10:38.282Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T06:10:38.336Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2272a0a2-43c6-43fe-8c3d-248dbfd127fb/model-vers/model-ver/091cc31b-d223-40ac-bb4c-44357253145d?depth=0|INFO|500||Invoke 2022-06-27T06:10:38.336Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2272a0a2-43c6-43fe-8c3d-248dbfd127fb/model-vers/model-ver/091cc31b-d223-40ac-bb4c-44357253145d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2272a0a2-43c6-43fe-8c3d-248dbfd127fb/model-vers/model-ver/091cc31b-d223-40ac-bb4c-44357253145d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[92f0a08b-61d2-4b8a-a409-98d7f06c9545], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d4a38434-559b-4dc8-8da6-fa2bfbeeb9bb], X-ECOMP-RequestID=[92f0a08b-61d2-4b8a-a409-98d7f06c9545], X-TransactionId=[], X-ONAP-RequestID=[92f0a08b-61d2-4b8a-a409-98d7f06c9545], Content-Type=[application/merge-patch+json]} 2022-06-27T06:10:38.359Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2272a0a2-43c6-43fe-8c3d-248dbfd127fb/model-vers/model-ver/091cc31b-d223-40ac-bb4c-44357253145d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T06:10:38.442Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2272a0a2-43c6-43fe-8c3d-248dbfd127fb/model-vers/model-ver/091cc31b-d223-40ac-bb4c-44357253145d?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/2272a0a2-43c6-43fe-8c3d-248dbfd127fb/model-vers/model-ver/091cc31b-d223-40ac-bb4c-44357253145d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220627-06:10:38:733-96024], vertex-id=[561184], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:10:38 GMT], Content-Type=[application/json]} 2022-06-27T06:10:38.442Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2272a0a2-43c6-43fe-8c3d-248dbfd127fb/model-vers/model-ver/091cc31b-d223-40ac-bb4c-44357253145d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-27T06:10:38.443Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2272a0a2-43c6-43fe-8c3d-248dbfd127fb/model-vers/model-ver/091cc31b-d223-40ac-bb4c-44357253145d?depth=0|INFO|500||InvokeReturn 2022-06-27T06:10:38.443Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T06:10:38.445Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-27T06:10:38.450Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-27T06:10:38.450Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 92f0a08b-61d2-4b8a-a409-98d7f06c9545 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T06:10:38.450Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T06:10:38.451Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:38.452Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:38.452Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310238450, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:10:38.553Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:10:38.554Z||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-06-27T06:10:38.554Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:38.575Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:38.575Z||pool-55-thread-1|||||INFO|500||cambria reply ok (22 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-06-27T06:10:39.467Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-27T06:10:39.467Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"5f9a33d3-3875-4ac1-b331-60b88303ec67","serviceName":"Demo_pNF_Zs676PBZbeZYtBzM7psv","serviceVersion":"1.0","serviceUUID":"110d6201-0e50-4163-93a2-daf718b73bbd","serviceDescription":"catalog service description","serviceInvariantUUID":"aa1b3c34-50f4-4200-8332-af5c69a0501e","resources":[{"resourceInstanceName":"pNF 2f830d34-5824 0","resourceName":"pNF 2f830d34-5824","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6ce18d1c-5c26-4b6b-81df-57b2928f8d79","resourceInvariantUUID":"823f8a18-54b0-44dd-918a-c292b1342ffd","resourceCustomizationUUID":"21c5b3da-409c-4717-848a-b783c41e09aa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vf-license-model.xml","artifactChecksum":"NjNlOWM4ZTU0NTU2NGVlODU3MGJiZmQ2MjgxNGMwYWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63d25a3e-8b1e-4a1c-a088-e6ff6a063a16","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/pNF.csar","artifactChecksum":"NDIwZjZiYzAwZDQxYzkxMDlhZWU4NDQ2ODk3YzgzZTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2debb89e-451d-4eb4-83f1-86cee57902c2","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42f625b7-8dce-4517-80ee-31dfee389352","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vendor-license-model.xml","artifactChecksum":"ZGExNzg0M2JmYzU3NTZiYWUzNDM0NDIyM2RjYTdhODY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9bc648df-72e4-47e3-9e57-4cd686a682d4","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b8f04d6d-9f43-48eb-a36b-eb6b9c1a6b52","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05998efd-80fc-4b06-8c2f-86cef47ed219","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZs676pbzbezytbzm7psv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-template.yml","artifactChecksum":"ZmU5MDg4NWFmNTUwZjY1NTMzZjAwZDhiMmQxNjhiZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f2455453-789a-4667-bba3-af8c6362a93c","artifactVersion":"1"},{"artifactName":"service-DemoPnfZs676pbzbezytbzm7psv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar","artifactChecksum":"MWZkOWU3ZTFlMWM4ZTI2Zjg4ODkxZTVhN2IyMmM3MTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"98e73c6f-4ff4-437c-94bc-ecc6b7e10b59","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T06:10:39.468Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:10:39.468Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:39.470Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:39.470Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:39.570Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:10:39.571Z||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-06-27T06:10:39.571Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:39.587Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:39.587Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:10:40.470Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:10:40.472Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:40.474Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:40.474Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:40.574Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:10:40.575Z||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-06-27T06:10:40.575Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:40.592Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:40.593Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:10:41.475Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:10:41.475Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:41.478Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:41.478Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:41.579Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:10:41.579Z||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-06-27T06:10:41.579Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:41.597Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:41.597Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:10:42.478Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:10:42.479Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:42.490Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:42.491Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:42.586Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-27T06:10:42.587Z||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-06-27T06:10:42.587Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:42.602Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:42.603Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:10:43.491Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:10:43.492Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:43.497Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:43.497Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:43.597Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:10:43.598Z||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-06-27T06:10:43.598Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:43.622Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:43.622Z||pool-60-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:10:44.497Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:10:44.498Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:44.500Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:44.500Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:44.600Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:10:44.601Z||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-06-27T06:10:44.601Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:44.626Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:44.627Z||pool-61-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:10:45.500Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:10:45.501Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:45.503Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:45.503Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:10:45.603Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:10:45.604Z||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-06-27T06:10:45.604Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:45.626Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:45.626Z||pool-62-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:10:46.503Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:10:46.504Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:46.507Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:46.507Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:10:46.607Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:10:46.608Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:10:46.608Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:46.622Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:46.623Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:10:47.508Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "serviceName": "Demo_pNF_Zs676PBZbeZYtBzM7psv", "serviceVersion": "1.0", "serviceUUID": "110d6201-0e50-4163-93a2-daf718b73bbd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "aa1b3c34-50f4-4200-8332-af5c69a0501e", "resources": [ { "resourceInstanceName": "pNF 2f830d34-5824 0", "resourceCustomizationUUID": "21c5b3da-409c-4717-848a-b783c41e09aa", "resourceName": "pNF 2f830d34-5824", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "6ce18d1c-5c26-4b6b-81df-57b2928f8d79", "resourceInvariantUUID": "823f8a18-54b0-44dd-918a-c292b1342ffd", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "artifactChecksum": "MWZkOWU3ZTFlMWM4ZTI2Zjg4ODkxZTVhN2IyMmM3MTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "98e73c6f-4ff4-437c-94bc-ecc6b7e10b59" } ], "workloadContext": "Production" } 2022-06-27T06:10:47.508Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T06:10:47.508Z|92f0a08b-61d2-4b8a-a409-98d7f06c9545|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 110d6201-0e50-4163-93a2-daf718b73bbd ASDC 2022-06-27T06:10:47.509Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:5f9a33d3-3875-4ac1-b331-60b88303ec67 ServiceName:Demo_pNF_Zs676PBZbeZYtBzM7psv ServiceVersion:1.0 ServiceUUID:110d6201-0e50-4163-93a2-daf718b73bbd ServiceInvariantUUID:aa1b3c34-50f4-4200-8332-af5c69a0501e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfZs676pbzbezytbzm7psv-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar ArtifactUUID:98e73c6f-4ff4-437c-94bc-ecc6b7e10b59 ArtifactChecksum:MWZkOWU3ZTFlMWM4ZTI2Zjg4ODkxZTVhN2IyMmM3MTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 2f830d34-5824 0 ResourceCustomizationUUID:21c5b3da-409c-4717-848a-b783c41e09aa ResourceInvariantUUID:823f8a18-54b0-44dd-918a-c292b1342ffd ResourceName:pNF 2f830d34-5824 ResourceType:PNF ResourceUUID:6ce18d1c-5c26-4b6b-81df-57b2928f8d79 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-27T06:10:47.509Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 110d6201-0e50-4163-93a2-daf718b73bbd 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-06-27T06:10:47.534Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:10:47.534Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T06:10:47.534Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T06:10:47.534Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 98e73c6f-4ff4-437c-94bc-ecc6b7e10b59 from URL: /sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:47.535Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T06:10:47.535Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:47.617Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T06:10:47.620Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 98e73c6f-4ff4-437c-94bc-ecc6b7e10b59 82651 2022-06-27T06:10:47.620Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar ASDC sendASDCNotification 2022-06-27T06:10:47.620Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:47.620Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:10:47.621Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:47.622Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:47.622Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310247620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:10:47.722Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:10:47.723Z||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-06-27T06:10:47.724Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:47.738Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:47.738Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:10:48.623Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:10:48.625Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T06:10:48.625Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 98e73c6f-4ff4-437c-94bc-ecc6b7e10b59, URL: /sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar to file: /app/ASDC/1/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:48.625Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:48.626Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:48.626Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:48.760Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10891270194480239702/Definitions/service-DemoPnfZs676pbzbezytbzm7psv-template.yml 2022-06-27T06:10:49.449Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T06:10:49.449Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-27T06:10:49.450Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:49.450Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-27T06:10:49.450Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:49.450Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2f830d34-5824 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-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:49.450Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:49.450Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:49.450Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:49.450Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:49.450Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:49.450Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-27T06:10:49.450Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:49.451Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Zs676PBZbeZYtBzM7psv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:49.451Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Node template pNF 2f830d34-5824 0 is matching search criteria 2022-06-27T06:10:49.451Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-27T06:10:49.451Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 2f830d34-5824 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:10:49.451Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:49.451Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Zs676PBZbeZYtBzM7psv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:49.451Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Node template pNF 2f830d34-5824 0 is matching search criteria 2022-06-27T06:10:49.451Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-27T06:10:49.452Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 2f830d34-5824 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:10:49.452Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:49.452Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Zs676PBZbeZYtBzM7psv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:49.452Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:49.452Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Zs676PBZbeZYtBzM7psv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:49.452Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:49.452Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Zs676PBZbeZYtBzM7psv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:49.452Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:49.453Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Zs676PBZbeZYtBzM7psv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:49.453Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:49.453Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Zs676PBZbeZYtBzM7psv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:49.453Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_Zs676PBZbeZYtBzM7psv Description:catalog service description Model UUID:110d6201-0e50-4163-93a2-daf718b73bbd Model Version:NULL Model InvariantUuid:aa1b3c34-50f4-4200-8332-af5c69a0501e 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-06-27T06:10:49.461Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6ce18d1c-5c26-4b6b-81df-57b2928f8d79 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-06-27T06:10:49.463Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||pNF 2f830d34-5824 0 2022-06-27T06:10:49.464Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6ce18d1c-5c26-4b6b-81df-57b2928f8d79 2022-06-27T06:10:49.464Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 110d6201-0e50-4163-93a2-daf718b73bbd 2022-06-27T06:10:49.464Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 110d6201-0e50-4163-93a2-daf718b73bbd 2022-06-27T06:10:49.464Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2f830d34-5824 0 6ce18d1c-5c26-4b6b-81df-57b2928f8d79 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-06-27T06:10:49.467Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66488ccb, org.onap.sdc.toscaparser.api.parameters.Input@6ec53bee, org.onap.sdc.toscaparser.api.parameters.Input@26a4524c, org.onap.sdc.toscaparser.api.parameters.Input@c699429, org.onap.sdc.toscaparser.api.parameters.Input@2e656fbb] 2022-06-27T06:10:49.468Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:49.468Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Zs676PBZbeZYtBzM7psv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:49.468Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 110d6201-0e50-4163-93a2-daf718b73bbd: pNF 2f830d34-5824 2022-06-27T06:10:49.468Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||Processing PNF resource: 6ce18d1c-5c26-4b6b-81df-57b2928f8d79 2022-06-27T06:10:49.468Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:10:49.468Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_Zs676PBZbeZYtBzM7psv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:10:49.468Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||Resource customization UUID: 21c5b3da-409c-4717-848a-b783c41e09aa is the same as notified resource customizationUUID: 21c5b3da-409c-4717-848a-b783c41e09aa 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-06-27T06:10:49.523Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2f830d34-5824 6ce18d1c-5c26-4b6b-81df-57b2928f8d79 0 ASDC deployResourceStructure 2022-06-27T06:10:49.524Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar ASDC sendASDCNotification 2022-06-27T06:10:49.524Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar 2022-06-27T06:10:49.524Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:10:49.524Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:10:49.526Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:10:49.526Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310249523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:10:49.626Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:10:49.627Z||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-06-27T06:10:49.627Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:10:49.641Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:10:49.642Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:10:50.527Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f9a33d3-3875-4ac1-b331-60b88303ec67 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:10:50.538Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f9a33d3-3875-4ac1-b331-60b88303ec67 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-06-27T06:10:50.540Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:10:50.540Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:10:50.540Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:11:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:11:05.895Z||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-06-27T06:11:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:11:05.941Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:11:05.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "clamp", "timestamp": 1656310150142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310146465, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "policy-id", "timestamp": 1656310146382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "multicloud-k8s-id", "timestamp": 1656310147373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "clamp", "timestamp": 1656310150142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310146465, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "policy-id", "timestamp": 1656310146382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "multicloud-k8s-id", "timestamp": 1656310147373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "clamp", "timestamp": 1656310150142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310146465, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "policy-id", "timestamp": 1656310146382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "multicloud-k8s-id", "timestamp": 1656310147373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "clamp", "timestamp": 1656310150142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310146465, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "policy-id", "timestamp": 1656310146382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "multicloud-k8s-id", "timestamp": 1656310147373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "clamp", "timestamp": 1656310150142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310146465, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.971Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "policy-id", "timestamp": 1656310146382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "multicloud-k8s-id", "timestamp": 1656310147373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "clamp", "timestamp": 1656310150142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310146465, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "policy-id", "timestamp": 1656310146382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "cds", "timestamp": 1656310156143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "aai-ml", "timestamp": 1656310157109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.977Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "multicloud-k8s-id", "timestamp": 1656310147373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.978Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.978Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.978Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "clamp", "timestamp": 1656310150142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.979Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310146465, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.979Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.979Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "aai-ml", "timestamp": 1656310157109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.980Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.980Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.980Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "policy-id", "timestamp": 1656310146382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.981Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "cds", "timestamp": 1656310156143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.981Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "multicloud-k8s-id", "timestamp": 1656310147373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.982Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "clamp", "timestamp": 1656310150142, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:11:05.983Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310146465, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:11:05.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.984Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.984Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "policy-id", "timestamp": 1656310146382, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:11:05.984Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "cds", "timestamp": 1656310156143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.985Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.985Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.985Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "aai-ml", "timestamp": 1656310157109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "multicloud-k8s-id", "timestamp": 1656310147373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:11:05.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "aai-ml", "timestamp": 1656310157109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.986Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.986Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.986Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "cds", "timestamp": 1656310156143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.987Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310160550, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:05.987Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:05.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "policy-id", "timestamp": 1656310160549, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:05.987Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:05.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "aai-ml", "timestamp": 1656310157109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "cds", "timestamp": 1656310156143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "policy-id", "timestamp": 1656310161557, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:11:05.989Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:05.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "cds", "timestamp": 1656310156143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "aai-ml", "timestamp": 1656310157109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:05.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:05.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:05.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "policy-id", "timestamp": 1656310162560, "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-06-27T06:11:05.996Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f9a33d3-3875-4ac1-b331-60b88303ec67 2022-06-27T06:11:05.997Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f9a33d3-3875-4ac1-b331-60b88303ec67 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-06-27T06:11:06.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "ves-openapi-manager", "timestamp": 1656310162213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310162761, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:11:06.005Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "cds", "timestamp": 1656310156143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "aai-ml", "timestamp": 1656310157109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "ves-openapi-manager", "timestamp": 1656310162213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310163767, "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-06-27T06:11:06.013Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f9a33d3-3875-4ac1-b331-60b88303ec67 2022-06-27T06:11:06.014Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f9a33d3-3875-4ac1-b331-60b88303ec67 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-06-27T06:11:06.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "aai-ml", "timestamp": 1656310157109, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:11:06.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "cds", "timestamp": 1656310156143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:11:06.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "ves-openapi-manager", "timestamp": 1656310162213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "aai-ml", "timestamp": 1656310165868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "ves-openapi-manager", "timestamp": 1656310162213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "cds", "timestamp": 1656310165204, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.023Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "ves-openapi-manager", "timestamp": 1656310162213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "cds", "timestamp": 1656310166209, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-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-06-27T06:11:06.029Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5f9a33d3-3875-4ac1-b331-60b88303ec67 2022-06-27T06:11:06.029Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f9a33d3-3875-4ac1-b331-60b88303ec67 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-06-27T06:11:06.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "clamp", "timestamp": 1656310167581, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.037Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "ves-openapi-manager", "timestamp": 1656310162213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-27T06:11:06.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "ves-openapi-manager", "timestamp": 1656310162213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "clamp", "timestamp": 1656310169590, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:11:06.039Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "ves-openapi-manager", "timestamp": 1656310162213, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "clamp", "timestamp": 1656310170594, "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-06-27T06:11:06.044Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5f9a33d3-3875-4ac1-b331-60b88303ec67 2022-06-27T06:11:06.044Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f9a33d3-3875-4ac1-b331-60b88303ec67 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-06-27T06:11:06.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "ves-openapi-manager", "timestamp": 1656310171017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "ves-openapi-manager", "timestamp": 1656310172235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:11:06.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "ves-openapi-manager", "timestamp": 1656310173240, "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-06-27T06:11:06.056Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 5f9a33d3-3875-4ac1-b331-60b88303ec67 2022-06-27T06:11:06.057Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f9a33d3-3875-4ac1-b331-60b88303ec67 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-06-27T06:11:06.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "aai-ml", "timestamp": 1656310173560, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:11:06.064Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "aai-ml", "timestamp": 1656310174566, "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-06-27T06:11:06.068Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f9a33d3-3875-4ac1-b331-60b88303ec67 2022-06-27T06:11:06.069Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f9a33d3-3875-4ac1-b331-60b88303ec67 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-06-27T06:11:06.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "fbaa39aa-80a4-4871-9a0a-e85b31448df0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310185569, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:11:06.076Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "cds", "timestamp": 1656310186142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "ves-openapi-manager", "timestamp": 1656310182213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "clamp", "timestamp": 1656310180142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "policy-id", "timestamp": 1656310186382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "aai-ml", "timestamp": 1656310187109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310187373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "cds", "timestamp": 1656310186142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "ves-openapi-manager", "timestamp": 1656310182213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "clamp", "timestamp": 1656310180142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "policy-id", "timestamp": 1656310186382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "aai-ml", "timestamp": 1656310187109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310187373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-27T06:11:06.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "cds", "timestamp": 1656310186142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.083Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "clamp", "timestamp": 1656310180142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "policy-id", "timestamp": 1656310186382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "ves-openapi-manager", "timestamp": 1656310182213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "aai-ml", "timestamp": 1656310187109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310187373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-27T06:11:06.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "cds", "timestamp": 1656310186142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "ves-openapi-manager", "timestamp": 1656310182213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "clamp", "timestamp": 1656310180142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:11:06.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "policy-id", "timestamp": 1656310186382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "aai-ml", "timestamp": 1656310187109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310187373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:11:06.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:11:06.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "cds", "timestamp": 1656310186142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "ves-openapi-manager", "timestamp": 1656310182213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "clamp", "timestamp": 1656310180142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "policy-id", "timestamp": 1656310186382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-27T06:11:06.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "aai-ml", "timestamp": 1656310187109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310187373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-27T06:11:06.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T06:11:06.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "cds", "timestamp": 1656310186142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "ves-openapi-manager", "timestamp": 1656310182213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "clamp", "timestamp": 1656310180142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "policy-id", "timestamp": 1656310186382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "aai-ml", "timestamp": 1656310187109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310187373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "cds", "timestamp": 1656310186142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "ves-openapi-manager", "timestamp": 1656310182213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "clamp", "timestamp": 1656310180142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "policy-id", "timestamp": 1656310186382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "aai-ml", "timestamp": 1656310187109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310187373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-27T06:11:06.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-27T06:11:06.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "cds", "timestamp": 1656310186142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "ves-openapi-manager", "timestamp": 1656310182213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "clamp", "timestamp": 1656310180142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "policy-id", "timestamp": 1656310186382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "aai-ml", "timestamp": 1656310187109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310187373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "cds", "timestamp": 1656310186142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:11:06.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "ves-openapi-manager", "timestamp": 1656310182213, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:06.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "clamp", "timestamp": 1656310180142, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:11:06.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "policy-id", "timestamp": 1656310186382, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:11:06.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "aai-ml", "timestamp": 1656310187109, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:11:06.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310187373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:11:06.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:11:06.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:11:06.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "cds", "timestamp": 1656310198012, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "aai-ml", "timestamp": 1656310198723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "policy-id", "timestamp": 1656310198459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.112Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310197220, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.113Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310198201, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "cds", "timestamp": 1656310199017, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-27T06:11:06.127Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a860f67f-bd3a-469e-ad88-390c6fb25093 2022-06-27T06:11:06.127Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a860f67f-bd3a-469e-ad88-390c6fb25093 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-06-27T06:11:06.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "policy-id", "timestamp": 1656310199466, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:11:06.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310198299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.142Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "policy-id", "timestamp": 1656310200471, "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-06-27T06:11:06.148Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a860f67f-bd3a-469e-ad88-390c6fb25093 2022-06-27T06:11:06.148Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a860f67f-bd3a-469e-ad88-390c6fb25093 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-06-27T06:11:06.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310199366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310200828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.158Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310200622, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.159Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310201738, "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-06-27T06:11:06.164Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a860f67f-bd3a-469e-ad88-390c6fb25093 2022-06-27T06:11:06.165Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a860f67f-bd3a-469e-ad88-390c6fb25093 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-06-27T06:11:06.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310201970, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.173Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "multicloud-k8s-id", "timestamp": 1656310202750, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:11:06.174Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310203087, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:11:06.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310204209, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:11:06.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:06.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:11:06.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310205215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:11:06.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:11:20.540Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f9a33d3-3875-4ac1-b331-60b88303ec67 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:11:20.554Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f9a33d3-3875-4ac1-b331-60b88303ec67 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-06-27T06:11:20.558Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:11:20.558Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T06:11:20.558Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T06:11:20.558Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T06:11:20.558Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:11:20.558Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:11:20.559Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:11:20.559Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:11:20.559Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:11:20.559Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:11:20.559Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:11:20.559Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T06:11:20.564Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T06:11:50.565Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f9a33d3-3875-4ac1-b331-60b88303ec67 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-06-27T06:11:50.573Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f9a33d3-3875-4ac1-b331-60b88303ec67 and serviceModelVersionId: 110d6201-0e50-4163-93a2-daf718b73bbd 2022-06-27T06:11:50.573Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aa1b3c34-50f4-4200-8332-af5c69a0501e 2022-06-27T06:11:50.574Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aa1b3c34-50f4-4200-8332-af5c69a0501e/model-vers/model-ver/110d6201-0e50-4163-93a2-daf718b73bbd?depth=0 2022-06-27T06:11:50.579Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T06:11:50.628Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1b3c34-50f4-4200-8332-af5c69a0501e/model-vers/model-ver/110d6201-0e50-4163-93a2-daf718b73bbd?depth=0|INFO|500||Invoke 2022-06-27T06:11:50.629Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1b3c34-50f4-4200-8332-af5c69a0501e/model-vers/model-ver/110d6201-0e50-4163-93a2-daf718b73bbd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1b3c34-50f4-4200-8332-af5c69a0501e/model-vers/model-ver/110d6201-0e50-4163-93a2-daf718b73bbd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5f9a33d3-3875-4ac1-b331-60b88303ec67], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[41932db6-9884-468d-8d59-fe5cf8004cf9], X-ECOMP-RequestID=[5f9a33d3-3875-4ac1-b331-60b88303ec67], X-TransactionId=[], X-ONAP-RequestID=[5f9a33d3-3875-4ac1-b331-60b88303ec67], Content-Type=[application/merge-patch+json]} 2022-06-27T06:11:50.654Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1b3c34-50f4-4200-8332-af5c69a0501e/model-vers/model-ver/110d6201-0e50-4163-93a2-daf718b73bbd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T06:11:50.917Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1b3c34-50f4-4200-8332-af5c69a0501e/model-vers/model-ver/110d6201-0e50-4163-93a2-daf718b73bbd?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/aa1b3c34-50f4-4200-8332-af5c69a0501e/model-vers/model-ver/110d6201-0e50-4163-93a2-daf718b73bbd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220627-06:11:51:030-81964], vertex-id=[204976], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:11:51 GMT], Content-Type=[application/json]} 2022-06-27T06:11:50.918Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1b3c34-50f4-4200-8332-af5c69a0501e/model-vers/model-ver/110d6201-0e50-4163-93a2-daf718b73bbd?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-27T06:11:50.918Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aa1b3c34-50f4-4200-8332-af5c69a0501e/model-vers/model-ver/110d6201-0e50-4163-93a2-daf718b73bbd?depth=0|INFO|500||InvokeReturn 2022-06-27T06:11:50.919Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T06:11:50.919Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-27T06:11:50.929Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-27T06:11:50.929Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f9a33d3-3875-4ac1-b331-60b88303ec67 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T06:11:50.929Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T06:11:50.930Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:11:50.932Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:11:50.932Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310310929, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:11:51.032Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:11:51.033Z||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-06-27T06:11:51.033Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:11:51.052Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:11:51.052Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-27T06:11:51.947Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-27T06:11:51.947Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a860f67f-bd3a-469e-ad88-390c6fb25093","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb","serviceDescription":"service","serviceInvariantUUID":"ceaff5b9-aee5-4403-82e7-2745d9671a7c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0733733-e495-488b-a74e-689c229222a2","resourceInvariantUUID":"ccb164c0-2f3a-4546-a7b7-6fb28761c28a","resourceCustomizationUUID":"6cba5f37-c6a0-49d5-8810-ba7e31415925","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":"MTk2MWFkNjVlYzhmYjk1MmIxZDAwM2YwNzA5YmNiMDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"01d53fc9-dbe8-42e2-b166-af13f3ff675c","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":"ec7f3862-c9f9-4635-bace-d12e50bc4093","artifactVersion":"2","generatedFromUUID":"0ac5b23a-ad40-4890-a8c6-68ee0d061fc0"},{"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":"0ac5b23a-ad40-4890-a8c6-68ee0d061fc0","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":"YTQ1ZWIzNzlkZmIxMGI0MGViZDUwNDA5NTljMjlkMWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7a29833f-f136-46aa-9c47-2c7e8aad5cc8","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":"18051564-61ca-482c-b26e-3e815376ddc4","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":"66501713-93bd-4f8a-b526-90bee548d4ad","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":"5c210532-cff4-4a5c-b074-b21fa38dc5a7","artifactVersion":"2","generatedFromUUID":"18051564-61ca-482c-b26e-3e815376ddc4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzZlYjc1NGY4ZGQ5MTNmMGQ3YmI1MjMyZjY2MjlmZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"520bd879-6be5-4379-a564-2e30ba3f5e71","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWRkNDEzZWM5Njg4NjA1ODI4ZWUwZjJjNGRiNDE0ZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b9c00b0-05d8-4d70-ac9f-091f12d341fb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T06:11:51.948Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:11:51.949Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:11:51.951Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:11:51.951Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:52.051Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:11:52.052Z||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-06-27T06:11:52.052Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:11:52.070Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:11:52.071Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:11:52.952Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:11:52.953Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:11:52.954Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:11:52.955Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-27T06:11:53.055Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:11:53.055Z||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-06-27T06:11:53.056Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:11:53.073Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:11:53.073Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:11:53.956Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:11:53.957Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:11:53.959Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:11:53.959Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-27T06:11:54.059Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:11:54.060Z||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-06-27T06:11:54.060Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:11:54.079Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:11:54.080Z||pool-69-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:11:54.960Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:11:54.961Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:11:54.963Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:11:54.963Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:11:55.063Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:11:55.064Z||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-06-27T06:11:55.064Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:11:55.083Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:11:55.084Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:11:55.964Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:11:55.965Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:11:55.966Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:11:55.966Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-27T06:11:56.066Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:11:56.067Z||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-06-27T06:11:56.067Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:11:56.084Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:11:56.085Z||pool-71-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:11:56.967Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:11:56.968Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:11:56.970Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:11:56.970Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:57.070Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:11:57.071Z||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-06-27T06:11:57.071Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:11:57.086Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:11:57.086Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:11:57.971Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:11:57.972Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:11:57.974Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:11:57.974Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-27T06:11:58.074Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:11:58.075Z||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-06-27T06:11:58.075Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:11:58.112Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:11:58.112Z||pool-73-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:11:58.974Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:11:58.975Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:11:58.977Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:11:58.978Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:11:59.078Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:11:59.079Z||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-06-27T06:11:59.079Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:11:59.105Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:11:59.106Z||pool-74-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:11:59.979Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:11:59.979Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:11:59.981Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:11:59.981Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:12:00.081Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:12:00.082Z||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-06-27T06:12:00.082Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:12:00.100Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:00.100Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:12:00.982Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb", "serviceDescription": "service", "serviceInvariantUUID": "ceaff5b9-aee5-4403-82e7-2745d9671a7c", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "6cba5f37-c6a0-49d5-8810-ba7e31415925", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e0733733-e495-488b-a74e-689c229222a2", "resourceInvariantUUID": "ccb164c0-2f3a-4546-a7b7-6fb28761c28a", "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": "ec7f3862-c9f9-4635-bace-d12e50bc4093", "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": "0ac5b23a-ad40-4890-a8c6-68ee0d061fc0", "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": "YTQ1ZWIzNzlkZmIxMGI0MGViZDUwNDA5NTljMjlkMWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7a29833f-f136-46aa-9c47-2c7e8aad5cc8", "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": "18051564-61ca-482c-b26e-3e815376ddc4", "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": "5c210532-cff4-4a5c-b074-b21fa38dc5a7", "generatedFromUUID": "18051564-61ca-482c-b26e-3e815376ddc4" }, "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": "5c210532-cff4-4a5c-b074-b21fa38dc5a7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZWRkNDEzZWM5Njg4NjA1ODI4ZWUwZjJjNGRiNDE0ZWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3b9c00b0-05d8-4d70-ac9f-091f12d341fb" } ], "workloadContext": "Production" } 2022-06-27T06:12:00.983Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T06:12:00.983Z|5f9a33d3-3875-4ac1-b331-60b88303ec67|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb ASDC 2022-06-27T06:12:00.983Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:a860f67f-bd3a-469e-ad88-390c6fb25093 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb ServiceInvariantUUID:ceaff5b9-aee5-4403-82e7-2745d9671a7c 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:3b9c00b0-05d8-4d70-ac9f-091f12d341fb ArtifactChecksum:ZWRkNDEzZWM5Njg4NjA1ODI4ZWUwZjJjNGRiNDE0ZWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:6cba5f37-c6a0-49d5-8810-ba7e31415925 ResourceInvariantUUID:ccb164c0-2f3a-4546-a7b7-6fb28761c28a ResourceName:basic_cnf ResourceType:VF ResourceUUID:e0733733-e495-488b-a74e-689c229222a2 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:ec7f3862-c9f9-4635-bace-d12e50bc4093 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:0ac5b23a-ad40-4890-a8c6-68ee0d061fc0 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:7a29833f-f136-46aa-9c47-2c7e8aad5cc8 ArtifactChecksum:YTQ1ZWIzNzlkZmIxMGI0MGViZDUwNDA5NTljMjlkMWU= 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:18051564-61ca-482c-b26e-3e815376ddc4 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:5c210532-cff4-4a5c-b074-b21fa38dc5a7 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:5c210532-cff4-4a5c-b074-b21fa38dc5a7 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-27T06:12:00.983Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb 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-06-27T06:12:01.014Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:12:01.015Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T06:12:01.015Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T06:12:01.015Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3b9c00b0-05d8-4d70-ac9f-091f12d341fb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-27T06:12:01.016Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T06:12:01.016Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-27T06:12:01.168Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T06:12:01.171Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3b9c00b0-05d8-4d70-ac9f-091f12d341fb 68951 2022-06-27T06:12:01.171Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-27T06:12:01.171Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-27T06:12:01.172Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:12:01.193Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:12:01.201Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:12:01.202Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310321171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:12:01.300Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-27T06:12:01.301Z||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-06-27T06:12:01.302Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:12:01.319Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:01.320Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:12:02.205Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:12:02.206Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-27T06:12:02.206Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 3b9c00b0-05d8-4d70-ac9f-091f12d341fb, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-27T06:12:02.207Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-27T06:12:02.207Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-27T06:12:02.207Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-27T06:12:02.315Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1751515314352919513/Definitions/service-BasicCnf-template.yml 2022-06-27T06:12:03.313Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T06:12:03.313Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-27T06:12:03.313Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-27T06:12:03.313Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-27T06:12:03.313Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:03.313Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:03.314Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-27T06:12:03.314Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:03.314Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-27T06:12:03.314Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:03.314Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:03.314Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:12:03.314Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-27T06:12:03.315Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:12:03.315Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:03.315Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:03.315Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:12:03.315Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-27T06:12:03.315Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:12:03.315Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:03.316Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:03.316Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:03.316Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-27T06:12:03.316Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-27T06:12:03.316Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-27T06:12:03.316Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-27T06:12:03.316Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:03.317Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:12:03.317Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:03.317Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:12:03.317Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:12:03.317Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:03.317Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:12:03.317Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:12:03.318Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:03.318Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:12:03.318Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:12:03.318Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:03.318Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-27T06:12:03.318Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-27T06:12:03.318Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=239e3afe-80a6-4b05-973e-3f5de631a50e 2022-06-27T06:12:03.319Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:03.319Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:03.319Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:03.319Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:03.319Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:03.319Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:03.319Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:03.319Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:03.319Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb Model Version:NULL Model InvariantUuid:ceaff5b9-aee5-4403-82e7-2745d9671a7c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:4a4b8685-c6c9-4640-b186-46e9f27dec53 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ccb164c0-2f3a-4546-a7b7-6fb28761c28a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6cba5f37-c6a0-49d5-8810-ba7e31415925 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7fc0a35f-b6ca-4da1-b31c-43acecd71e13 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:2022696c-03f7-4ebb-b6d9-d8d16d232766 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:239e3afe-80a6-4b05-973e-3f5de631a50e ModelInvariantUuid:39e3d5b4-35c4-4a11-a843-9aca2bb22844 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:3e952ca1-6a62-4d76-925a-51b3f69d03a1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:78986db9-c387-40df-a816-7729784fe584 ModelInvariantUuid:0283007c-6db0-4936-ba39-eeb3a020f860 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:d3b60fdf-7f62-41f7-a356-ac634716c775 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-06-27T06:12:03.328Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e0733733-e495-488b-a74e-689c229222a2 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-06-27T06:12:03.333Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-06-27T06:12:03.333Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0733733-e495-488b-a74e-689c229222a2 2022-06-27T06:12:03.333Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ec7f3862-c9f9-4635-bace-d12e50bc4093 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-27T06:12:03.333Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T06:12:03.333Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:03.460Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T06:12:03.460Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ec7f3862-c9f9-4635-bace-d12e50bc4093 12 2022-06-27T06:12:03.460Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:03.461Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:03.461Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:12:03.461Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:12:03.463Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:12:03.463Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310323460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:12:03.563Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:12:03.564Z||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-06-27T06:12:03.564Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:12:03.582Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:03.582Z||pool-77-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:12:04.463Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0ac5b23a-ad40-4890-a8c6-68ee0d061fc0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-27T06:12:04.464Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T06:12:04.464Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:04.518Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T06:12:04.518Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 0ac5b23a-ad40-4890-a8c6-68ee0d061fc0 2688 2022-06-27T06:12:04.519Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:04.519Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:04.519Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:12:04.519Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:12:04.522Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:12:04.522Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310324519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-27T06:12:04.622Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:12:04.623Z||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-06-27T06:12:04.623Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:12:04.654Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:04.654Z||pool-78-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:12:05.525Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7a29833f-f136-46aa-9c47-2c7e8aad5cc8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-27T06:12:05.525Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T06:12:05.525Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:05.636Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T06:12:05.637Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 7a29833f-f136-46aa-9c47-2c7e8aad5cc8 828 2022-06-27T06:12:05.637Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:05.637Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:05.637Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:12:05.638Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:12:05.639Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:12:05.639Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310325637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:12:05.739Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:12:05.740Z||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-06-27T06:12:05.741Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:12:05.765Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:05.766Z||pool-79-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:12:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:12:05.894Z||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-06-27T06:12:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:12:05.927Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:05.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:12:05.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310206465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:12:05.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:12:06.640Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "7fc0a35f-b6ca-4da1-b31c-43acecd71e13", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2022696c-03f7-4ebb-b6d9-d8d16d232766", "vfModuleModelCustomizationUUID": "516e9ced-1c83-4283-ad00-dfcca48c7805", "isBase": true, "artifacts": [ "0ac5b23a-ad40-4890-a8c6-68ee0d061fc0", "18051564-61ca-482c-b26e-3e815376ddc4", "5c210532-cff4-4a5c-b074-b21fa38dc5a7" ], "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-06-27T06:12:06.643Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2022696c-03f7-4ebb-b6d9-d8d16d232766 VfModuleModelInvariantUUID:7fc0a35f-b6ca-4da1-b31c-43acecd71e13 VfModuleModelDescription:NULL Artifacts UUID List:{ 0ac5b23a-ad40-4890-a8c6-68ee0d061fc0 , 18051564-61ca-482c-b26e-3e815376ddc4 , 5c210532-cff4-4a5c-b074-b21fa38dc5a7 } 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-06-27T06:12:06.646Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "7fc0a35f-b6ca-4da1-b31c-43acecd71e13", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2022696c-03f7-4ebb-b6d9-d8d16d232766", "vfModuleModelCustomizationUUID": "516e9ced-1c83-4283-ad00-dfcca48c7805", "isBase": true, "artifacts": [ "0ac5b23a-ad40-4890-a8c6-68ee0d061fc0", "18051564-61ca-482c-b26e-3e815376ddc4", "5c210532-cff4-4a5c-b074-b21fa38dc5a7" ], "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-06-27T06:12:06.646Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2022696c-03f7-4ebb-b6d9-d8d16d232766 VfModuleModelInvariantUUID:7fc0a35f-b6ca-4da1-b31c-43acecd71e13 VfModuleModelDescription:NULL Artifacts UUID List:{ 0ac5b23a-ad40-4890-a8c6-68ee0d061fc0 , 18051564-61ca-482c-b26e-3e815376ddc4 , 5c210532-cff4-4a5c-b074-b21fa38dc5a7 } 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-06-27T06:12:06.646Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 18051564-61ca-482c-b26e-3e815376ddc4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-27T06:12:06.646Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T06:12:06.647Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:06.747Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T06:12:06.748Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 18051564-61ca-482c-b26e-3e815376ddc4 1164 2022-06-27T06:12:06.748Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:06.748Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:06.748Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:12:06.749Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:12:06.751Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:12:06.751Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310326748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:12:06.851Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:12:06.852Z||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-06-27T06:12:06.852Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:12:06.868Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:06.869Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:12:07.751Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5c210532-cff4-4a5c-b074-b21fa38dc5a7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-27T06:12:07.752Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-27T06:12:07.752Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:07.833Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-27T06:12:07.833Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5c210532-cff4-4a5c-b074-b21fa38dc5a7 200 2022-06-27T06:12:07.833Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:07.833Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:07.833Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:12:07.834Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:12:07.835Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:12:07.835Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310327833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:12:07.936Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:12:07.937Z||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-06-27T06:12:07.937Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:12:07.952Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:07.953Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:12:08.836Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb 2022-06-27T06:12:08.837Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e0733733-e495-488b-a74e-689c229222a2 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=? 2022-06-27T06:12:08.868Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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 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-06-27T06:12:08.886Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ac55e35, org.onap.sdc.toscaparser.api.parameters.Input@4fb63e3e, org.onap.sdc.toscaparser.api.parameters.Input@5f602999, org.onap.sdc.toscaparser.api.parameters.Input@46881503, org.onap.sdc.toscaparser.api.parameters.Input@67cdf11] 2022-06-27T06:12:08.887Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:08.888Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:08.888Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-27T06:12:08.888Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 6cba5f37-c6a0-49d5-8810-ba7e31415925 2022-06-27T06:12:08.888Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6cba5f37-c6a0-49d5-8810-ba7e31415925 matches Tosca VF Customization UUID: 6cba5f37-c6a0-49d5-8810-ba7e31415925 2022-06-27T06:12:08.888Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 6cba5f37-c6a0-49d5-8810-ba7e31415925 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-06-27T06:12:08.890Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:08.891Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:08.891Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 6cba5f37-c6a0-49d5-8810-ba7e31415925: {\"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-06-27T06:12:08.891Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2011ad96 2022-06-27T06:12:08.892Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:08.892Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:12:08.892Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 516e9ced-1c83-4283-ad00-dfcca48c7805 2022-06-27T06:12:08.892Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 516e9ced-1c83-4283-ad00-dfcca48c7805 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-06-27T06:12:08.895Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:08.895Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:12:08.895Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:12:08.895Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:08.896Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:12:08.896Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:12:08.896Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:08.896Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-27T06:12:08.897Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-27T06:12:08.897Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=239e3afe-80a6-4b05-973e-3f5de631a50e 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-06-27T06:12:08.899Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:08.899Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:12:08.899Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:12:08.899Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:08.899Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-27T06:12:08.900Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6cba5f37-c6a0-49d5-8810-ba7e31415925 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-06-27T06:12:08.902Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:08.902Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:08.903Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb: basic_cnf 2022-06-27T06:12:08.903Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:08.903Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:08.903Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:08.903Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:08.903Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:08.904Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:08.904Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:08.904Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:08.904Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:12:08.904Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:12:08.904Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:08.971Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e0733733-e495-488b-a74e-689c229222a2 1 ASDC deployResourceStructure 2022-06-27T06:12:08.972Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:08.972Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:08.972Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-27T06:12:08.972Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:12:08.974Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:12:08.974Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310328971, "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-06-27T06:12:09.074Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:12:09.075Z||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-06-27T06:12:09.075Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:12:09.092Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:09.093Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:12:09.975Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:09.975Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:09.975Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-27T06:12:09.976Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:12:09.978Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:12:09.978Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310329975, "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-06-27T06:12:10.078Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:12:10.079Z||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-06-27T06:12:10.079Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:12:10.096Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:10.096Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:12:10.979Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:10.979Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:10.979Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:12:10.980Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:12:10.981Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:12:10.981Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310330979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:12:11.082Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:12:11.082Z||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-06-27T06:12:11.083Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:12:11.112Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:11.112Z||pool-84-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:12:11.983Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:11.984Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:11.984Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:12:11.984Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:12:11.987Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:12:11.987Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310331983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:12:12.087Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:12:12.088Z||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-06-27T06:12:12.088Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:12:12.108Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:12.108Z||pool-85-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:12:12.988Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:12.988Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||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-06-27T06:12:12.988Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:12:12.988Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:12:12.990Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:12:12.990Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310332988, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-27T06:12:13.090Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:12:13.091Z||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-06-27T06:12:13.091Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:12:13.110Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:13.110Z||pool-86-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:12:13.991Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-27T06:12:13.991Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-27T06:12:13.992Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:12:13.992Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:12:13.994Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:12:13.994Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310333991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:12:14.094Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:12:14.095Z||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-06-27T06:12:14.095Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:12:14.112Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:12:14.113Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:12:14.994Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a860f67f-bd3a-469e-ad88-390c6fb25093 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:12:15.007Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a860f67f-bd3a-469e-ad88-390c6fb25093 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-06-27T06:12:15.009Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:12:15.009Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:12:15.009Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:12:45.010Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a860f67f-bd3a-469e-ad88-390c6fb25093 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:12:45.024Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a860f67f-bd3a-469e-ad88-390c6fb25093 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-06-27T06:12:45.032Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:12:45.032Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:12:45.032Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:13:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:13:05.894Z||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-06-27T06:13:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:13:05.941Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:13:05.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310206225, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-27T06:13:05.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:13:05.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310206465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:13:05.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310207232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:13:05.944Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:13:05.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "aai-ml", "timestamp": 1656310209001, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:13:05.945Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:13:05.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310206465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:13:05.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "clamp", "timestamp": 1656310209589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:13:05.945Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:13:05.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "aai-ml", "timestamp": 1656310210005, "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-06-27T06:13:05.953Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a860f67f-bd3a-469e-ad88-390c6fb25093 2022-06-27T06:13:05.953Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a860f67f-bd3a-469e-ad88-390c6fb25093 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-06-27T06:13:05.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310206465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:13:05.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310206465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:13:05.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "clamp", "timestamp": 1656310211600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:13:05.963Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:13:05.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310206465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:13:05.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "clamp", "timestamp": 1656310212603, "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-06-27T06:13:05.967Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a860f67f-bd3a-469e-ad88-390c6fb25093 2022-06-27T06:13:05.968Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a860f67f-bd3a-469e-ad88-390c6fb25093 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-06-27T06:13:05.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310206465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:13:05.975Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310206465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:13:05.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310206465, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:13:05.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310216374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:13:05.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:13:05.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310219334, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:13:05.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:13:05.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656310220339, "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-06-27T06:13:05.980Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a860f67f-bd3a-469e-ad88-390c6fb25093 2022-06-27T06:13:05.981Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a860f67f-bd3a-469e-ad88-390c6fb25093 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-06-27T06:13:05.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "92f0a08b-61d2-4b8a-a409-98d7f06c9545", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310238450, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:13:05.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:13:05.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:13:05.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:13:05.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:13:05.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:13:05.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:13:05.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/resourceInstances/pnf2f830d3458240/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:13:05.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:13:05.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:13:05.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-27T06:13:05.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310247620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:13:05.990Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:13:05.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-27T06:13:05.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310249523, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZs676pbzbezytbzm7psv/1.0/artifacts/service-DemoPnfZs676pbzbezytbzm7psv-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:13:05.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:13:15.032Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a860f67f-bd3a-469e-ad88-390c6fb25093 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:13:15.044Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a860f67f-bd3a-469e-ad88-390c6fb25093 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-06-27T06:13:15.046Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:13:15.047Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T06:13:15.047Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T06:13:15.047Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T06:13:15.047Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:13:15.047Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:13:15.047Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:13:15.047Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:13:15.048Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:13:15.048Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:13:15.048Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-27T06:13:15.054Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T06:13:45.054Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a860f67f-bd3a-469e-ad88-390c6fb25093 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-06-27T06:13:45.059Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a860f67f-bd3a-469e-ad88-390c6fb25093 and serviceModelVersionId: c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb 2022-06-27T06:13:45.059Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ceaff5b9-aee5-4403-82e7-2745d9671a7c 2022-06-27T06:13:45.060Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ceaff5b9-aee5-4403-82e7-2745d9671a7c/model-vers/model-ver/c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb?depth=0 2022-06-27T06:13:45.064Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T06:13:45.108Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceaff5b9-aee5-4403-82e7-2745d9671a7c/model-vers/model-ver/c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb?depth=0|INFO|500||Invoke 2022-06-27T06:13:45.108Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceaff5b9-aee5-4403-82e7-2745d9671a7c/model-vers/model-ver/c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceaff5b9-aee5-4403-82e7-2745d9671a7c/model-vers/model-ver/c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a860f67f-bd3a-469e-ad88-390c6fb25093], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0e34f9d8-0055-4a2a-81bf-d46f7d5be76f], X-ECOMP-RequestID=[a860f67f-bd3a-469e-ad88-390c6fb25093], X-TransactionId=[], X-ONAP-RequestID=[a860f67f-bd3a-469e-ad88-390c6fb25093], Content-Type=[application/merge-patch+json]} 2022-06-27T06:13:45.127Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceaff5b9-aee5-4403-82e7-2745d9671a7c/model-vers/model-ver/c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T06:13:45.260Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceaff5b9-aee5-4403-82e7-2745d9671a7c/model-vers/model-ver/c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb?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/ceaff5b9-aee5-4403-82e7-2745d9671a7c/model-vers/model-ver/c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220627-06:13:45:499-29892], vertex-id=[225288], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:13:45 GMT], Content-Type=[application/json]} 2022-06-27T06:13:45.260Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceaff5b9-aee5-4403-82e7-2745d9671a7c/model-vers/model-ver/c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-27T06:13:45.261Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ceaff5b9-aee5-4403-82e7-2745d9671a7c/model-vers/model-ver/c7a6ef30-32f5-4d0e-ab60-7286dc6a5adb?depth=0|INFO|500||InvokeReturn 2022-06-27T06:13:45.261Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T06:13:45.261Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-27T06:13:45.267Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-27T06:13:45.268Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a860f67f-bd3a-469e-ad88-390c6fb25093 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T06:13:45.268Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T06:13:45.268Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:13:45.270Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:13:45.270Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310425268, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:13:45.370Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:13:45.371Z||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-06-27T06:13:45.371Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:13:45.397Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:13:45.397Z||pool-88-thread-1|||||INFO|500||cambria reply ok (26 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-06-27T06:13:46.288Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:13:46.289Z||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-06-27T06:13:46.289Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:13:56.640Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:13:56.641Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:13:56.641Z||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-06-27T06:13:56.642Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:14:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:14:05.895Z||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-06-27T06:14:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:14:05.944Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:14:05.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:14:05.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5f9a33d3-3875-4ac1-b331-60b88303ec67", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310310929, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:14:05.945Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:14:05.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:14:05.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:14:05.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:14:05.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:14:05.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-27T06:14:05.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:14:05.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:14:05.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-27T06:14:05.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:14:05.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:14:05.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:14:05.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:14:05.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:14:05.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-27T06:14:05.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:14:05.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:14:05.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:14:05.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:14:05.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:14:05.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-27T06:14:05.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:14:05.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:14:05.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:14:05.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:14:05.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:14:05.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310186583, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:14:05.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-27T06:14:05.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:14:05.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310321171, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:14:05.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:14:05.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:14:05.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310323460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:14:05.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:14:05.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:14:05.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310324519, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-27T06:14:05.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:14:05.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-27T06:14:05.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310325637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:14:05.949Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:14:06.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:14:06.202Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:14:06.203Z||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-06-27T06:14:06.203Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:14:15.749Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:14:15.750Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:14:15.750Z||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-06-27T06:14:15.750Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:14:25.313Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:14:25.313Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:14:25.314Z||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-06-27T06:14:25.314Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:14:34.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:14:34.886Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:14:34.887Z||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-06-27T06:14:34.887Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:14:44.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:14:44.469Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:14:44.470Z||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-06-27T06:14:44.470Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:14:54.019Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:15:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:15:05.891Z||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-06-27T06:15:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:15:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:15:05.894Z||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-06-27T06:15:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:15:05.952Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:15:05.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:15:05.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310326748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:15:05.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:15:05.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:15:05.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310327833, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:15:05.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:15:05.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:15:05.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310328971, "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-06-27T06:15:05.954Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:15:05.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:15:05.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310329975, "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-06-27T06:15:05.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:15:05.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:15:05.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310330979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:15:05.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:15:05.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:15:05.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310331983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:15:05.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:15:05.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:15:05.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310332988, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-27T06:15:05.955Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:15:05.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:15:05.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310333991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:15:05.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:15:15.504Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:16:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:16:05.892Z||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-06-27T06:16:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:16:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:16:05.894Z||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-06-27T06:16:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:16:06.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:16:06.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:16:06.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a860f67f-bd3a-469e-ad88-390c6fb25093", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656310425268, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:16:06.463Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:16:15.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:17:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:17:05.891Z||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-06-27T06:17:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:17:05.894Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:17:05.894Z||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-06-27T06:17:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:17:15.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:17:15.513Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:18:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:18:05.891Z||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-06-27T06:18:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:18:05.894Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:18:05.894Z|a860f67f-bd3a-469e-ad88-390c6fb25093|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-06-27T06:18:05.895Z|a860f67f-bd3a-469e-ad88-390c6fb25093|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:18:15.476Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:18:15.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:19:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:19:05.891Z||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-06-27T06:19:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:19:05.894Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:19:05.894Z|a860f67f-bd3a-469e-ad88-390c6fb25093|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-06-27T06:19:05.894Z|a860f67f-bd3a-469e-ad88-390c6fb25093|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:19:15.573Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:19:15.579Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:20:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:20:05.891Z||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-06-27T06:20:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:20:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:20:05.894Z||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-06-27T06:20:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:20:15.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:20:15.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:21:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:21:05.891Z||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-06-27T06:21:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:21:05.893Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:21:05.894Z||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-06-27T06:21:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:21:15.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:21:15.484Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:22:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:22:05.891Z||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-06-27T06:22:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:22:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:22:05.894Z||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-06-27T06:22:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:22:15.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:22:15.450Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:23:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:23:05.891Z||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-06-27T06:23:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:23:05.893Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:23:05.894Z||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-06-27T06:23:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:23:15.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:23:15.460Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:24:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:24:05.891Z||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-06-27T06:24:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:24:05.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:24:05.894Z||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-06-27T06:24:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:24:15.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:24:15.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:25:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:25:05.892Z||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-06-27T06:25:05.893Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:25:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:25:05.894Z||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-06-27T06:25:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:25:15.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:25:15.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:26:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:26:05.891Z||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-06-27T06:26:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:26:05.921Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:26:05.927Z|a860f67f-bd3a-469e-ad88-390c6fb25093|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-06-27T06:26:05.927Z|a860f67f-bd3a-469e-ad88-390c6fb25093|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:26:15.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:26:15.511Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:27:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:27:05.890Z||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-06-27T06:27:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:27:05.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:27:05.894Z||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-06-27T06:27:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:27:15.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:27:15.484Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:28:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:28:05.891Z||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-06-27T06:28:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:28:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:28:05.894Z||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-06-27T06:28:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:28:15.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:28:15.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:29:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:29:05.891Z||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-06-27T06:29:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:29:05.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:29:05.894Z||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-06-27T06:29:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:29:15.491Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:29:15.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:05.890Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:30:05.891Z||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-06-27T06:30:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:05.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:30:05.894Z||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-06-27T06:30:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:06.559Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:06.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"06496b6f-a7e7-4d9b-9123-616c88474a1d","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"78e751fc-93b4-42c1-9d97-3894166c8aba","serviceDescription":"service","serviceInvariantUUID":"9ef9c909-4680-424b-847d-563b55a10cce","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0fc500c4-f437-45c4-9582-ef32e24443e8","resourceInvariantUUID":"4b35e877-3e01-4c9d-ab91-49035973886e","resourceCustomizationUUID":"f7079278-5b77-41f0-b373-944197dae2e5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MGQxNmZmZTE3ZmIyM2I5YTIwMTAyYTdhNDcyMDBiMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47f42271-9888-4274-a71b-cd3f26dc43e3","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"YTYyOGViZTc5MmE0M2Y5ZmMzNGQxMmZmZDc3MWE0ZDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6728db6-9761-4a33-bf85-8a89a8c4005c","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"98dfb653-ecbe-426f-ac6a-28806bcdef92","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fd60ba8e-1149-4344-8091-887c4d36c9bb","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e95dd475-6785-4e2b-b9d1-767cf5914bf1","artifactVersion":"2","generatedFromUUID":"1a9639b7-9412-4e92-8bf3-9eb27833f927"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"21cfd247-b743-420d-9bcd-aa3d78980c91","artifactVersion":"2","generatedFromUUID":"98dfb653-ecbe-426f-ac6a-28806bcdef92"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1a9639b7-9412-4e92-8bf3-9eb27833f927","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"dbcae145-75e6-433e-a61f-45b9aa793b59","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZDI2ZmQ0ZDI2OWMxZGNiNjNhODlhYjNjMTFlYTNmZjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f1ff6fa-5358-4c59-9c18-40302e3aa9a3","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NDViOTBmYWVkZDE3MDIxZDdjMmRjOWNmZTdmM2ZlNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"741f4c54-4161-4cfc-8bd4-3ecbb8d6bd0c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T06:30:06.564Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:30:06.565Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:06.569Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:06.569Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.571Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:06.573Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.573Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "cds", "timestamp": 1656311371142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.574Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311367373, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.574Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.574Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311376465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.575Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "cds", "timestamp": 1656311371142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.575Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.575Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311367373, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:30:06.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311376465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.576Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.576Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.576Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "cds", "timestamp": 1656311371142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311367373, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-27T06:30:06.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311376465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.577Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.577Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "cds", "timestamp": 1656311371142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.577Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311367373, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.578Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.578Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311376465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "clamp", "timestamp": 1656311380142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.592Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.592Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "cds", "timestamp": 1656311371142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.592Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311367373, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-27T06:30:06.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311376465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "clamp", "timestamp": 1656311380142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:30:06.593Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.593Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.593Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "cds", "timestamp": 1656311371142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311367373, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-27T06:30:06.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311376465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.594Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "ves-openapi-manager", "timestamp": 1656311382213, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.594Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.594Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "clamp", "timestamp": 1656311380142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "cds", "timestamp": 1656311371142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311367373, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-27T06:30:06.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.595Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.595Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311376465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.595Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "ves-openapi-manager", "timestamp": 1656311382213, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "clamp", "timestamp": 1656311380142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.596Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "cds", "timestamp": 1656311371142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.596Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.596Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311367373, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311376465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "ves-openapi-manager", "timestamp": 1656311382213, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.597Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.597Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.597Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "clamp", "timestamp": 1656311380142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "cds", "timestamp": 1656311371142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.598Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.598Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.598Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311367373, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311376465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "ves-openapi-manager", "timestamp": 1656311382213, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.599Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "clamp", "timestamp": 1656311380142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "cds", "timestamp": 1656311371142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:30:06.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311367373, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:30:06.600Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.600Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.600Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311376465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:30:06.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "ves-openapi-manager", "timestamp": 1656311382213, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.601Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.601Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "clamp", "timestamp": 1656311380142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "policy-id", "timestamp": 1656311386382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.602Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "cds", "timestamp": 1656311386620, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:06.602Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:30:06.602Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.602Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311385724, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:06.603Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:30:06.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311387403, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:06.603Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:30:06.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "aai-ml", "timestamp": 1656311387109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.603Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.603Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "ves-openapi-manager", "timestamp": 1656311382213, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.603Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "clamp", "timestamp": 1656311380142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "policy-id", "timestamp": 1656311386382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311386924, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:06.604Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:30:06.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "aai-ml", "timestamp": 1656311387109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.604Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.604Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.604Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "ves-openapi-manager", "timestamp": 1656311382213, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "clamp", "timestamp": 1656311380142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.605Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "policy-id", "timestamp": 1656311386382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-27T06:30:06.605Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.605Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311387983, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:06.606Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:30:06.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "aai-ml", "timestamp": 1656311387109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.606Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.606Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.606Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "cds", "timestamp": 1656311389084, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:30:06.627Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 06496b6f-a7e7-4d9b-9123-616c88474a1d 2022-06-27T06:30:06.627Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06496b6f-a7e7-4d9b-9123-616c88474a1d 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-06-27T06:30:06.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "ves-openapi-manager", "timestamp": 1656311382213, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.636Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.636Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "clamp", "timestamp": 1656311380142, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:30:06.636Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "policy-id", "timestamp": 1656311386382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311390155, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:30:06.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:30:06.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311389069, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:06.637Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:30:06.637Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.637Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "aai-ml", "timestamp": 1656311387109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.637Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "ves-openapi-manager", "timestamp": 1656311382213, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "policy-id", "timestamp": 1656311386382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.638Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.638Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.638Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311391160, "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-06-27T06:30:06.643Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 06496b6f-a7e7-4d9b-9123-616c88474a1d 2022-06-27T06:30:06.644Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06496b6f-a7e7-4d9b-9123-616c88474a1d 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-06-27T06:30:06.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "aai-ml", "timestamp": 1656311387109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.653Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.653Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.653Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311390243, "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-06-27T06:30:06.658Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06496b6f-a7e7-4d9b-9123-616c88474a1d 2022-06-27T06:30:06.658Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06496b6f-a7e7-4d9b-9123-616c88474a1d 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-06-27T06:30:06.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "ves-openapi-manager", "timestamp": 1656311382213, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "policy-id", "timestamp": 1656311386382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.666Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "aai-ml", "timestamp": 1656311387109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.666Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.666Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "multicloud-k8s-id", "timestamp": 1656311391259, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:30:06.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:30:06.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "policy-id", "timestamp": 1656311386382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "aai-ml", "timestamp": 1656311387109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.667Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.667Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "clamp", "timestamp": 1656311393834, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:06.667Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:30:06.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "policy-id", "timestamp": 1656311386382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "aai-ml", "timestamp": 1656311387109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "policy-id", "timestamp": 1656311386382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "aai-ml", "timestamp": 1656311387109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:06.668Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "policy-id", "timestamp": 1656311386382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:30:06.669Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.669Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:30:06.669Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.669Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "aai-ml", "timestamp": 1656311387109, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:30:06.670Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:30:06.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.670Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "policy-id", "timestamp": 1656311397186, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:06.670Z||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-06-27T06:30:06.670Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:06.670Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:30:06.670Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "aai-ml", "timestamp": 1656311397950, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:06.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:30:06.671Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.671Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "policy-id", "timestamp": 1656311398193, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:30:06.671Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:30:06.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "clamp", "timestamp": 1656311398840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:30:06.672Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:30:06.672Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.672Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "policy-id", "timestamp": 1656311399196, "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-06-27T06:30:06.677Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 06496b6f-a7e7-4d9b-9123-616c88474a1d 2022-06-27T06:30:06.677Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06496b6f-a7e7-4d9b-9123-616c88474a1d 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-06-27T06:30:06.684Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:30:06.684Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "clamp", "timestamp": 1656311399843, "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-06-27T06:30:06.688Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 06496b6f-a7e7-4d9b-9123-616c88474a1d 2022-06-27T06:30:06.689Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06496b6f-a7e7-4d9b-9123-616c88474a1d and ComponentName clamp 2022-06-27T06:30:06.689Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:06.690Z||pool-89-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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-06-27T06:30:07.570Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:30:07.571Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:07.573Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:07.573Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:30:07.674Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:07.675Z||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-06-27T06:30:07.675Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:07.695Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:07.695Z||pool-90-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:30:08.574Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:30:08.575Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:08.577Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:08.577Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-27T06:30:08.677Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:08.678Z||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-06-27T06:30:08.679Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:08.697Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:08.697Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:30:09.577Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:30:09.579Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:09.581Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:09.581Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:09.681Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:09.682Z||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-06-27T06:30:09.682Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:09.723Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:09.724Z||pool-92-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:30:10.581Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:30:10.582Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:10.585Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:10.585Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-27T06:30:10.685Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:10.686Z||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-06-27T06:30:10.686Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:10.703Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:10.703Z||pool-93-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:30:11.585Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:30:11.586Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:11.588Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:11.588Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-27T06:30:11.689Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:11.689Z||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-06-27T06:30:11.690Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:11.708Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:11.709Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:30:12.589Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:30:12.589Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:12.592Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:12.592Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-27T06:30:12.692Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:12.693Z||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-06-27T06:30:12.693Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:12.720Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:12.721Z||pool-95-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:30:13.592Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:30:13.593Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:13.595Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:13.596Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:13.696Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:13.697Z||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-06-27T06:30:13.697Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:13.727Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:13.728Z||pool-96-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:30:14.596Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:30:14.597Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:14.599Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:14.599Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:30:14.700Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T06:30:14.701Z||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-06-27T06:30:14.702Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:14.753Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:14.754Z||pool-97-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:30:15.600Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:30:15.601Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:15.603Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:15.603Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:30:15.703Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:30:15.705Z||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-06-27T06:30:15.705Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:15.744Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:15.745Z||pool-98-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:30:16.605Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "78e751fc-93b4-42c1-9d97-3894166c8aba", "serviceDescription": "service", "serviceInvariantUUID": "9ef9c909-4680-424b-847d-563b55a10cce", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "f7079278-5b77-41f0-b373-944197dae2e5", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0fc500c4-f437-45c4-9582-ef32e24443e8", "resourceInvariantUUID": "4b35e877-3e01-4c9d-ab91-49035973886e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "YTYyOGViZTc5MmE0M2Y5ZmMzNGQxMmZmZDc3MWE0ZDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f6728db6-9761-4a33-bf85-8a89a8c4005c", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "98dfb653-ecbe-426f-ac6a-28806bcdef92", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "21cfd247-b743-420d-9bcd-aa3d78980c91", "generatedFromUUID": "98dfb653-ecbe-426f-ac6a-28806bcdef92" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e95dd475-6785-4e2b-b9d1-767cf5914bf1", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "21cfd247-b743-420d-9bcd-aa3d78980c91", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1a9639b7-9412-4e92-8bf3-9eb27833f927", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NDViOTBmYWVkZDE3MDIxZDdjMmRjOWNmZTdmM2ZlNmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "741f4c54-4161-4cfc-8bd4-3ecbb8d6bd0c" } ], "workloadContext": "Production" } 2022-06-27T06:30:16.606Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T06:30:16.606Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 78e751fc-93b4-42c1-9d97-3894166c8aba ASDC 2022-06-27T06:30:16.607Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:06496b6f-a7e7-4d9b-9123-616c88474a1d ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:78e751fc-93b4-42c1-9d97-3894166c8aba ServiceInvariantUUID:9ef9c909-4680-424b-847d-563b55a10cce ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:741f4c54-4161-4cfc-8bd4-3ecbb8d6bd0c ArtifactChecksum:NDViOTBmYWVkZDE3MDIxZDdjMmRjOWNmZTdmM2ZlNmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:f7079278-5b77-41f0-b373-944197dae2e5 ResourceInvariantUUID:4b35e877-3e01-4c9d-ab91-49035973886e ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:0fc500c4-f437-45c4-9582-ef32e24443e8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:f6728db6-9761-4a33-bf85-8a89a8c4005c ArtifactChecksum:YTYyOGViZTc5MmE0M2Y5ZmMzNGQxMmZmZDc3MWE0ZDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:98dfb653-ecbe-426f-ac6a-28806bcdef92 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:21cfd247-b743-420d-9bcd-aa3d78980c91 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:e95dd475-6785-4e2b-b9d1-767cf5914bf1 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:21cfd247-b743-420d-9bcd-aa3d78980c91 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:1a9639b7-9412-4e92-8bf3-9eb27833f927 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-27T06:30:16.607Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 78e751fc-93b4-42c1-9d97-3894166c8aba 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-06-27T06:30:16.645Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:30:16.646Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:30:16.646Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:30:16.646Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 741f4c54-4161-4cfc-8bd4-3ecbb8d6bd0c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-27T06:30:16.646Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:30:16.647Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-27T06:30:16.816Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:30:16.825Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 741f4c54-4161-4cfc-8bd4-3ecbb8d6bd0c 158214 2022-06-27T06:30:16.826Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-27T06:30:16.826Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-27T06:30:16.826Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:30:16.826Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:16.828Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:16.828Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311416826, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:16.929Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:30:16.930Z||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-06-27T06:30:16.930Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:16.947Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:16.948Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:30:17.829Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:30:17.830Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:30:17.831Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 741f4c54-4161-4cfc-8bd4-3ecbb8d6bd0c, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-27T06:30:17.831Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-27T06:30:17.832Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-27T06:30:17.832Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-27T06:30:18.005Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14725630025655145658/Definitions/service-BasicCnfMacro-template.yml 2022-06-27T06:30:19.169Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T06:30:19.170Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:30:19.170Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-27T06:30:19.170Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-27T06:30:19.170Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-27T06:30:19.170Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-27T06:30:19.170Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-27T06:30:19.170Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-27T06:30:19.170Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:30:19.171Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:19.171Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:19.171Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T06:30:19.171Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:30:19.171Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:30:19.172Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:19.172Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:19.172Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T06:30:19.172Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:30:19.173Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:30:19.173Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:19.173Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:19.173Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:19.173Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-27T06:30:19.174Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-27T06:30:19.174Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-27T06:30:19.174Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-27T06:30:19.174Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:19.174Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:30:19.174Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:19.175Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T06:30:19.175Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:30:19.175Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:19.175Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T06:30:19.175Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:30:19.175Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:19.176Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T06:30:19.176Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:30:19.176Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:19.176Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T06:30:19.176Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:30:19.176Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:19.176Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-27T06:30:19.177Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-27T06:30:19.177Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=25ae5b31-872f-4b4d-9275-c2e8323fdef2 2022-06-27T06:30:19.177Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:19.177Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:19.177Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:19.177Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:19.177Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:19.177Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:19.178Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:19.178Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:19.178Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:78e751fc-93b4-42c1-9d97-3894166c8aba Model Version:NULL Model InvariantUuid:9ef9c909-4680-424b-847d-563b55a10cce Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:e840914e-58c9-4c79-b321-6a6d6fe268a9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4b35e877-3e01-4c9d-ab91-49035973886e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f7079278-5b77-41f0-b373-944197dae2e5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cabd7085-6db9-4c9e-b3ba-9ed24b2349ec ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:6d039c71-3362-4b8d-8453-18b1fa3d103f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:665ad47d-83d8-4b8a-96ec-95206c46a3f8 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:04ed0e05-3bed-4fe3-99e3-35326e9050a7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:25ae5b31-872f-4b4d-9275-c2e8323fdef2 ModelInvariantUuid:21e6973f-583f-45e1-bd1d-2dd3fe920620 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:e6658465-3618-4b67-b78f-924935c27e28 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:b7a03020-c9c1-4b3f-8e33-2fefd9404192 ModelInvariantUuid:b53d49fc-df9f-4820-b093-e3b25939272a ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:d8618903-879e-491d-988c-155d9c0421b2 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-06-27T06:30:19.183Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 0fc500c4-f437-45c4-9582-ef32e24443e8 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-06-27T06:30:19.188Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0 2022-06-27T06:30:19.188Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0fc500c4-f437-45c4-9582-ef32e24443e8 2022-06-27T06:30:19.188Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f6728db6-9761-4a33-bf85-8a89a8c4005c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-27T06:30:19.188Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:30:19.188Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-27T06:30:19.247Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:30:19.248Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f6728db6-9761-4a33-bf85-8a89a8c4005c 1565 2022-06-27T06:30:19.248Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-27T06:30:19.248Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-27T06:30:19.248Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:30:19.248Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:19.250Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:19.250Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311419248, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:19.350Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:19.351Z||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-06-27T06:30:19.352Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:19.369Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:19.370Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:30:20.251Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "665ad47d-83d8-4b8a-96ec-95206c46a3f8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "04ed0e05-3bed-4fe3-99e3-35326e9050a7", "vfModuleModelCustomizationUUID": "1a9e5072-64e9-47ec-9692-526a50ba8df4", "isBase": true, "artifacts": [ "98dfb653-ecbe-426f-ac6a-28806bcdef92", "21cfd247-b743-420d-9bcd-aa3d78980c91" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "cabd7085-6db9-4c9e-b3ba-9ed24b2349ec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6d039c71-3362-4b8d-8453-18b1fa3d103f", "vfModuleModelCustomizationUUID": "002bdd54-961d-412e-a572-6b7ed4c019df", "isBase": false, "artifacts": [ "1a9639b7-9412-4e92-8bf3-9eb27833f927" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-27T06:30:20.256Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:04ed0e05-3bed-4fe3-99e3-35326e9050a7 VfModuleModelInvariantUUID:665ad47d-83d8-4b8a-96ec-95206c46a3f8 VfModuleModelDescription:NULL Artifacts UUID List:{ 98dfb653-ecbe-426f-ac6a-28806bcdef92 , 21cfd247-b743-420d-9bcd-aa3d78980c91 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:6d039c71-3362-4b8d-8453-18b1fa3d103f VfModuleModelInvariantUUID:cabd7085-6db9-4c9e-b3ba-9ed24b2349ec VfModuleModelDescription:NULL Artifacts UUID List:{ 1a9639b7-9412-4e92-8bf3-9eb27833f927 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-27T06:30:20.259Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "665ad47d-83d8-4b8a-96ec-95206c46a3f8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "04ed0e05-3bed-4fe3-99e3-35326e9050a7", "vfModuleModelCustomizationUUID": "1a9e5072-64e9-47ec-9692-526a50ba8df4", "isBase": true, "artifacts": [ "98dfb653-ecbe-426f-ac6a-28806bcdef92", "21cfd247-b743-420d-9bcd-aa3d78980c91" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "cabd7085-6db9-4c9e-b3ba-9ed24b2349ec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6d039c71-3362-4b8d-8453-18b1fa3d103f", "vfModuleModelCustomizationUUID": "002bdd54-961d-412e-a572-6b7ed4c019df", "isBase": false, "artifacts": [ "1a9639b7-9412-4e92-8bf3-9eb27833f927" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-27T06:30:20.259Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:04ed0e05-3bed-4fe3-99e3-35326e9050a7 VfModuleModelInvariantUUID:665ad47d-83d8-4b8a-96ec-95206c46a3f8 VfModuleModelDescription:NULL Artifacts UUID List:{ 98dfb653-ecbe-426f-ac6a-28806bcdef92 , 21cfd247-b743-420d-9bcd-aa3d78980c91 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:6d039c71-3362-4b8d-8453-18b1fa3d103f VfModuleModelInvariantUUID:cabd7085-6db9-4c9e-b3ba-9ed24b2349ec VfModuleModelDescription:NULL Artifacts UUID List:{ 1a9639b7-9412-4e92-8bf3-9eb27833f927 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-27T06:30:20.259Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 98dfb653-ecbe-426f-ac6a-28806bcdef92 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-27T06:30:20.259Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:30:20.259Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-27T06:30:20.322Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:30:20.322Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 98dfb653-ecbe-426f-ac6a-28806bcdef92 914 2022-06-27T06:30:20.323Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-27T06:30:20.323Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-27T06:30:20.323Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:30:20.323Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:20.325Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:20.325Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311420323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:20.425Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:20.426Z||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-06-27T06:30:20.426Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:20.442Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:20.442Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:30:21.326Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e95dd475-6785-4e2b-b9d1-767cf5914bf1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-27T06:30:21.326Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:30:21.326Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-27T06:30:21.538Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:30:21.538Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env e95dd475-6785-4e2b-b9d1-767cf5914bf1 12 2022-06-27T06:30:21.538Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-27T06:30:21.538Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-27T06:30:21.539Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:30:21.539Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:21.541Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:21.541Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311421538, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:21.641Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:21.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-06-27T06:30:21.642Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:21.678Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:21.678Z||pool-102-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:30:22.542Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 21cfd247-b743-420d-9bcd-aa3d78980c91 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-27T06:30:22.542Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:30:22.542Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-27T06:30:22.674Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:30:22.674Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 21cfd247-b743-420d-9bcd-aa3d78980c91 96 2022-06-27T06:30:22.675Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-27T06:30:22.675Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-27T06:30:22.675Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:30:22.675Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:22.677Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:22.677Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311422675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:22.777Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:22.779Z||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-06-27T06:30:22.779Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:22.797Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:22.798Z||pool-103-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:30:23.678Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1a9639b7-9412-4e92-8bf3-9eb27833f927 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-27T06:30:23.678Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:30:23.679Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-27T06:30:23.871Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:30:23.872Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 1a9639b7-9412-4e92-8bf3-9eb27833f927 20206 2022-06-27T06:30:23.872Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-27T06:30:23.872Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-27T06:30:23.872Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:30:23.872Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:23.874Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:23.874Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311423872, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-27T06:30:23.974Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:23.975Z||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-06-27T06:30:23.975Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:23.993Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:23.993Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:30:24.878Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 78e751fc-93b4-42c1-9d97-3894166c8aba 2022-06-27T06:30:24.878Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 0fc500c4-f437-45c4-9582-ef32e24443e8 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-27T06:30:24.892Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2417b6d0, org.onap.sdc.toscaparser.api.parameters.Input@ebc04fd, org.onap.sdc.toscaparser.api.parameters.Input@2437204, org.onap.sdc.toscaparser.api.parameters.Input@e90406b, org.onap.sdc.toscaparser.api.parameters.Input@1728d65f] 2022-06-27T06:30:24.893Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:24.894Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:24.894Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-06-27T06:30:24.894Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= f7079278-5b77-41f0-b373-944197dae2e5 2022-06-27T06:30:24.895Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f7079278-5b77-41f0-b373-944197dae2e5 matches Tosca VF Customization UUID: f7079278-5b77-41f0-b373-944197dae2e5 2022-06-27T06:30:24.895Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: f7079278-5b77-41f0-b373-944197dae2e5 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-06-27T06:30:24.898Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:24.898Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:24.899Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id f7079278-5b77-41f0-b373-944197dae2e5: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-27T06:30:24.899Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c08baa7 2022-06-27T06:30:24.899Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:24.899Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:30:24.900Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 002bdd54-961d-412e-a572-6b7ed4c019df 2022-06-27T06:30:24.900Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 002bdd54-961d-412e-a572-6b7ed4c019df 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-06-27T06:30:24.903Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:24.903Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T06:30:24.904Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:30:24.904Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:24.905Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T06:30:24.905Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:30:24.906Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:24.906Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-27T06:30:24.907Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f7079278-5b77-41f0-b373-944197dae2e5 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-06-27T06:30:24.909Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:24.909Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:24.909Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 78e751fc-93b4-42c1-9d97-3894166c8aba: basic_cnf_macro 2022-06-27T06:30:24.909Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:24.910Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:24.910Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:24.910Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:24.910Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:24.911Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:24.911Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:24.911Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:24.912Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:30:24.912Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:30:24.913Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-27T06:30:24.957Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 0fc500c4-f437-45c4-9582-ef32e24443e8 2 ASDC deployResourceStructure 2022-06-27T06:30:24.958Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-27T06:30:24.958Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-27T06:30:24.958Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:30:24.959Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:24.962Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:24.962Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311424958, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:30:25.062Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:25.063Z||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-06-27T06:30:25.063Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:25.084Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:25.084Z||pool-105-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:30:25.963Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-27T06:30:25.963Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-27T06:30:25.963Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:30:25.963Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:25.965Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:25.965Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311425963, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:30:26.066Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:26.067Z||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-06-27T06:30:26.067Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:26.095Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:26.095Z||pool-106-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:30:26.966Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-27T06:30:26.967Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-06-27T06:30:26.967Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-27T06:30:26.967Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:26.969Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:26.969Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311426966, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-27T06:30:27.071Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-27T06:30:27.072Z||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-06-27T06:30:27.072Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:27.099Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:27.100Z||pool-107-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:30:27.971Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-27T06:30:27.971Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-27T06:30:27.971Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:30:27.972Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:27.974Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:27.974Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311427971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-27T06:30:28.074Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:28.075Z||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-06-27T06:30:28.075Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:28.098Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:28.098Z||pool-108-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:30:28.975Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-27T06:30:28.975Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-27T06:30:28.975Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-27T06:30:28.976Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:28.978Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:28.978Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311428974, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-27T06:30:29.078Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:29.081Z||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-06-27T06:30:29.081Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:29.113Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:29.114Z||pool-109-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:30:29.979Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-27T06:30:29.979Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-27T06:30:29.979Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:30:29.979Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:30:29.982Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:30:29.982Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311429978, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:30:30.082Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:30:30.083Z||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-06-27T06:30:30.083Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:30:30.175Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:30:30.175Z||pool-110-thread-1|||||INFO|500||cambria reply ok (93 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:30:30.983Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06496b6f-a7e7-4d9b-9123-616c88474a1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:30:30.992Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06496b6f-a7e7-4d9b-9123-616c88474a1d 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-06-27T06:30:30.995Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:30:30.996Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:30:30.996Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:31:00.996Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06496b6f-a7e7-4d9b-9123-616c88474a1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:31:01.006Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06496b6f-a7e7-4d9b-9123-616c88474a1d 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-06-27T06:31:01.009Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:31:01.009Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:31:01.009Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:31:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:31:05.894Z||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-06-27T06:31:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:31:06.060Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:31:06.061Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:31:06.061Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:31:06.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:31:31.010Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06496b6f-a7e7-4d9b-9123-616c88474a1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:31:31.022Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06496b6f-a7e7-4d9b-9123-616c88474a1d 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-06-27T06:31:31.024Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:31:31.024Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:31:31.024Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:32:01.025Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06496b6f-a7e7-4d9b-9123-616c88474a1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:32:01.037Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06496b6f-a7e7-4d9b-9123-616c88474a1d 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-06-27T06:32:01.040Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:32:01.040Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-27T06:32:01.040Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-27T06:32:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:32:05.895Z||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-06-27T06:32:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:32:05.981Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:32:05.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:05.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:32:05.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:32:05.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:05.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "aai-ml", "timestamp": 1656311409975, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:32:05.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:32:05.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:05.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-27T06:32:05.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:32:05.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:05.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "aai-ml", "timestamp": 1656311410981, "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-06-27T06:32:05.993Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 06496b6f-a7e7-4d9b-9123-616c88474a1d 2022-06-27T06:32:05.993Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 06496b6f-a7e7-4d9b-9123-616c88474a1d 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-06-27T06:32:06.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:32:06.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:32:06.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-27T06:32:06.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:32:06.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-27T06:32:06.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:32:06.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-27T06:32:06.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:32:06.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:32:06.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:32:06.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:32:06.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:32:06.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311405890, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:32:06.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:32:06.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311416826, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:32:06.008Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:32:06.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311419248, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:32:06.009Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:32:06.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311420323, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:32:06.010Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:32:06.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311421538, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:32:06.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:32:06.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311422675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:32:06.011Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:32:06.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311423872, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-27T06:32:06.012Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:32:06.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311424958, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:32:06.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:32:06.013Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.013Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311425963, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:32:06.013Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:32:06.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.014Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311426966, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-27T06:32:06.014Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:32:06.014Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311427971, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-27T06:32:06.015Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:32:06.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311428974, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-27T06:32:06.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:32:06.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:32:06.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311429978, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:32:06.016Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:32:31.041Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 06496b6f-a7e7-4d9b-9123-616c88474a1d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:32:31.055Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 06496b6f-a7e7-4d9b-9123-616c88474a1d 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-06-27T06:32:31.058Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:32:31.058Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T06:32:31.058Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T06:32:31.058Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T06:32:31.058Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:32:31.058Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:32:31.058Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:32:31.059Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:32:31.059Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:32:31.059Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:32:31.059Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||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-06-27T06:32:31.063Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T06:33:01.063Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 06496b6f-a7e7-4d9b-9123-616c88474a1d 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-06-27T06:33:01.070Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 06496b6f-a7e7-4d9b-9123-616c88474a1d and serviceModelVersionId: 78e751fc-93b4-42c1-9d97-3894166c8aba 2022-06-27T06:33:01.070Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ef9c909-4680-424b-847d-563b55a10cce 2022-06-27T06:33:01.072Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ef9c909-4680-424b-847d-563b55a10cce/model-vers/model-ver/78e751fc-93b4-42c1-9d97-3894166c8aba?depth=0 2022-06-27T06:33:01.078Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T06:33:01.132Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ef9c909-4680-424b-847d-563b55a10cce/model-vers/model-ver/78e751fc-93b4-42c1-9d97-3894166c8aba?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-06-27T06:33:01.134Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ef9c909-4680-424b-847d-563b55a10cce/model-vers/model-ver/78e751fc-93b4-42c1-9d97-3894166c8aba?depth=0|INFO|500||Invoke 2022-06-27T06:33:01.158Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ef9c909-4680-424b-847d-563b55a10cce/model-vers/model-ver/78e751fc-93b4-42c1-9d97-3894166c8aba?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T06:33:01.376Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ef9c909-4680-424b-847d-563b55a10cce/model-vers/model-ver/78e751fc-93b4-42c1-9d97-3894166c8aba?depth=0|INFO|500||InvokeReturn 2022-06-27T06:33:01.377Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ef9c909-4680-424b-847d-563b55a10cce/model-vers/model-ver/78e751fc-93b4-42c1-9d97-3894166c8aba?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220627-06:33:01:524-66188], vertex-id=[249992], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:33:01 GMT], Content-Type=[application/json]} 2022-06-27T06:33:01.377Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-06-27T06:33:01.380Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T06:33:01.380Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||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-06-27T06:33:01.385Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||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-06-27T06:33:01.386Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 06496b6f-a7e7-4d9b-9123-616c88474a1d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T06:33:01.386Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T06:33:01.386Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:01.389Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:01.389Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311581386, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:33:01.489Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:33:01.490Z||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-06-27T06:33:01.490Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:01.514Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:01.515Z||pool-111-thread-1|||||INFO|500||cambria reply ok (26 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-06-27T06:33:02.402Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:33:02.403Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|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-06-27T06:33:02.403Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:33:05.895Z||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-06-27T06:33:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:05.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:05.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "ves-openapi-manager", "timestamp": 1656311482213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "aai-ml", "timestamp": 1656311477109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "cds", "timestamp": 1656311476142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "cds", "timestamp": 1656311476142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "aai-ml", "timestamp": 1656311477109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "ves-openapi-manager", "timestamp": 1656311482213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "cds", "timestamp": 1656311476142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "ves-openapi-manager", "timestamp": 1656311482213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "aai-ml", "timestamp": 1656311477109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "cds", "timestamp": 1656311476142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "ves-openapi-manager", "timestamp": 1656311482213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "aai-ml", "timestamp": 1656311477109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "cds", "timestamp": 1656311476142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "aai-ml", "timestamp": 1656311477109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "ves-openapi-manager", "timestamp": 1656311482213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "policy-id", "timestamp": 1656311486382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "cds", "timestamp": 1656311476142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "aai-ml", "timestamp": 1656311477109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "ves-openapi-manager", "timestamp": 1656311482213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "policy-id", "timestamp": 1656311486382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "cds", "timestamp": 1656311476142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "aai-ml", "timestamp": 1656311477109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "ves-openapi-manager", "timestamp": 1656311482213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-27T06:33:05.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "policy-id", "timestamp": 1656311486382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "multicloud-k8s-id", "timestamp": 1656311487373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "cds", "timestamp": 1656311476142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "aai-ml", "timestamp": 1656311477109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.986Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "ves-openapi-manager", "timestamp": 1656311482213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.986Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "policy-id", "timestamp": 1656311486382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.986Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "multicloud-k8s-id", "timestamp": 1656311487373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.986Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.986Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.986Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "cds", "timestamp": 1656311476142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:05.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "aai-ml", "timestamp": 1656311477109, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:05.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "ves-openapi-manager", "timestamp": 1656311482213, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "policy-id", "timestamp": 1656311486382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.987Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.987Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.987Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "multicloud-k8s-id", "timestamp": 1656311487373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.988Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "ves-openapi-manager", "timestamp": 1656311492226, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:05.988Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:05.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "aai-ml", "timestamp": 1656311492239, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:05.988Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:05.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.988Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "cds", "timestamp": 1656311491530, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:05.988Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:05.988Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "policy-id", "timestamp": 1656311486382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "multicloud-k8s-id", "timestamp": 1656311487373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "ves-openapi-manager", "timestamp": 1656311493257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:33:05.989Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:05.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.989Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "policy-id", "timestamp": 1656311486382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:05.989Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:05.989Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:05.990Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "cds", "timestamp": 1656311492766, "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-06-27T06:33:06.007Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bfdba40a-a8d0-4867-9c50-c1fac6fba54b 2022-06-27T06:33:06.008Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfdba40a-a8d0-4867-9c50-c1fac6fba54b 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-06-27T06:33:06.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "multicloud-k8s-id", "timestamp": 1656311487373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.016Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.016Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.016Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "ves-openapi-manager", "timestamp": 1656311494260, "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-06-27T06:33:06.028Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of bfdba40a-a8d0-4867-9c50-c1fac6fba54b 2022-06-27T06:33:06.028Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfdba40a-a8d0-4867-9c50-c1fac6fba54b 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-06-27T06:33:06.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "policy-id", "timestamp": 1656311486382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "multicloud-k8s-id", "timestamp": 1656311487373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "policy-id", "timestamp": 1656311486382, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:06.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "multicloud-k8s-id", "timestamp": 1656311487373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "policy-id", "timestamp": 1656311496223, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:06.040Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:06.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "multicloud-k8s-id", "timestamp": 1656311487373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "policy-id", "timestamp": 1656311497231, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:33:06.040Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:06.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311496466, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "multicloud-k8s-id", "timestamp": 1656311487373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:06.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311496466, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "policy-id", "timestamp": 1656311498246, "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-06-27T06:33:06.046Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfdba40a-a8d0-4867-9c50-c1fac6fba54b 2022-06-27T06:33:06.046Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfdba40a-a8d0-4867-9c50-c1fac6fba54b 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-06-27T06:33:06.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311496466, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "aai-ml", "timestamp": 1656311500002, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:33:06.054Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:06.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311496466, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "aai-ml", "timestamp": 1656311501006, "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-06-27T06:33:06.059Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bfdba40a-a8d0-4867-9c50-c1fac6fba54b 2022-06-27T06:33:06.059Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfdba40a-a8d0-4867-9c50-c1fac6fba54b 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-06-27T06:33:06.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "clamp", "timestamp": 1656311500142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.067Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.067Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311496466, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.067Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "clamp", "timestamp": 1656311500142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311496466, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.068Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.068Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.068Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "clamp", "timestamp": 1656311500142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311496466, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "clamp", "timestamp": 1656311500142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.069Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.069Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.069Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311496466, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "clamp", "timestamp": 1656311500142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311496466, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:06.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.070Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.070Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "clamp", "timestamp": 1656311500142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.070Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311506312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:06.071Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:06.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "clamp", "timestamp": 1656311500142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.071Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.071Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.071Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "clamp", "timestamp": 1656311500142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:06.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311508472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:33:06.072Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:06.072Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.072Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "clamp", "timestamp": 1656311500142, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:06.072Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:33:06.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.073Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311509477, "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-06-27T06:33:06.077Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bfdba40a-a8d0-4867-9c50-c1fac6fba54b 2022-06-27T06:33:06.077Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfdba40a-a8d0-4867-9c50-c1fac6fba54b 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-06-27T06:33:06.084Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.084Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "clamp", "timestamp": 1656311519937, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:06.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:06.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "clamp", "timestamp": 1656311521887, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:33:06.085Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:33:06.085Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.085Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "clamp", "timestamp": 1656311522892, "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-06-27T06:33:06.089Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bfdba40a-a8d0-4867-9c50-c1fac6fba54b 2022-06-27T06:33:06.089Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfdba40a-a8d0-4867-9c50-c1fac6fba54b 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-06-27T06:33:06.996Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:06.997Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-27T06:33:06.998Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"bfdba40a-a8d0-4867-9c50-c1fac6fba54b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"627d338c-8452-43f5-8b6d-b0f48032bec5","serviceDescription":"service","serviceInvariantUUID":"daf7478f-37e4-4815-b047-e2f80040a3e0","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"843d860f-5521-4488-a81c-4f7866bdd511","resourceInvariantUUID":"670c1d2e-d9c4-45fa-980c-b8fdd228cca1","resourceCustomizationUUID":"3dcf4f8f-1828-4753-9c36-f9814c0aa7df","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":"MzBjNjRjMDJhNWYxMjA5YzY3Y2FiMjBiOGIxOGQxMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4a86a305-c891-4166-bdf8-8c7f0ea4e995","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":"8ae3cb2c-33b5-4864-9abd-32e9b557c364","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":"f87ca16e-9224-4f86-9d98-158d2e2974a4","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":"YjBiMDlmNmY3YmNiYjdjMmMyYmM5MjE0NjY3ZmM1OTE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a568dba4-348c-4f06-b09b-4928262ac614","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":"84c662ab-da00-4169-b0de-db4c21c7e586","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":"99db1801-72ad-4336-a3b1-169fdb63b8ae","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":"d925c332-ef0b-4e33-81d6-481af6f9f667","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":"ZWNlZDBjMjBmMTdlOTIzNmQ1NDhjMGQzMTNlYmQ1OTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4c4f509-7772-4b0e-b215-31b3b19be2bb","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjFhMzk5OTIzYzNjZjVkYmFjM2Q2ODMxMjI1MzFmNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dff5f36e-9eb5-48a8-9b13-c6c32bd626e7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T06:33:07.000Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:07.000Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:07.002Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:07.003Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:07.103Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:33:07.104Z||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-06-27T06:33:07.104Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:07.121Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:07.121Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:08.003Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:08.004Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:08.007Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:08.007Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:08.110Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-27T06:33:08.111Z||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-06-27T06:33:08.111Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:08.143Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:08.144Z||pool-113-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:09.008Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:09.009Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:09.011Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:09.011Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:09.111Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:33:09.112Z||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-06-27T06:33:09.113Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:09.139Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:09.139Z||pool-114-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:33:10.012Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:10.013Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:10.015Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:10.015Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:10.115Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:33:10.116Z||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-06-27T06:33:10.116Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:10.138Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:10.138Z||pool-115-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:11.016Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:11.016Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:11.019Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:11.019Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:11.119Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-27T06:33:11.120Z||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-06-27T06:33:11.120Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:11.167Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:11.168Z||pool-116-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:12.021Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:12.021Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:12.024Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:12.024Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:12.124Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:33:12.125Z||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-06-27T06:33:12.125Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:12.157Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:12.158Z||pool-117-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:33:13.025Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:13.026Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:13.028Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:13.028Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:13.128Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:33:13.129Z||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-06-27T06:33:13.129Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:13.146Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:13.146Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:14.029Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:14.030Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:14.031Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:14.032Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:14.132Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:33:14.133Z||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-06-27T06:33:14.134Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:14.156Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:14.156Z||pool-119-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:15.033Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:15.033Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:15.040Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:15.040Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:15.137Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-27T06:33:15.138Z||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-06-27T06:33:15.138Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:15.160Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:15.161Z||pool-120-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:16.042Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "627d338c-8452-43f5-8b6d-b0f48032bec5", "serviceDescription": "service", "serviceInvariantUUID": "daf7478f-37e4-4815-b047-e2f80040a3e0", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "3dcf4f8f-1828-4753-9c36-f9814c0aa7df", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "843d860f-5521-4488-a81c-4f7866bdd511", "resourceInvariantUUID": "670c1d2e-d9c4-45fa-980c-b8fdd228cca1", "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": "ZjFhMzk5OTIzYzNjZjVkYmFjM2Q2ODMxMjI1MzFmNDA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dff5f36e-9eb5-48a8-9b13-c6c32bd626e7" } ], "workloadContext": "Production" } 2022-06-27T06:33:16.043Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T06:33:16.043Z|06496b6f-a7e7-4d9b-9123-616c88474a1d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 627d338c-8452-43f5-8b6d-b0f48032bec5 ASDC 2022-06-27T06:33:16.044Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:bfdba40a-a8d0-4867-9c50-c1fac6fba54b ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:627d338c-8452-43f5-8b6d-b0f48032bec5 ServiceInvariantUUID:daf7478f-37e4-4815-b047-e2f80040a3e0 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:dff5f36e-9eb5-48a8-9b13-c6c32bd626e7 ArtifactChecksum:ZjFhMzk5OTIzYzNjZjVkYmFjM2Q2ODMxMjI1MzFmNDA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:3dcf4f8f-1828-4753-9c36-f9814c0aa7df ResourceInvariantUUID:670c1d2e-d9c4-45fa-980c-b8fdd228cca1 ResourceName:test-pnf ResourceType:PNF ResourceUUID:843d860f-5521-4488-a81c-4f7866bdd511 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-27T06:33:16.044Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 627d338c-8452-43f5-8b6d-b0f48032bec5 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-06-27T06:33:16.081Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:33:16.083Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:33:16.083Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:33:16.083Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dff5f36e-9eb5-48a8-9b13-c6c32bd626e7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-27T06:33:16.083Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:33:16.083Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-27T06:33:16.185Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:33:16.196Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dff5f36e-9eb5-48a8-9b13-c6c32bd626e7 105654 2022-06-27T06:33:16.199Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-27T06:33:16.199Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-27T06:33:16.199Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:33:16.199Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:16.212Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:16.212Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311596199, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:16.313Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-27T06:33:16.314Z||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-06-27T06:33:16.314Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:16.332Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:16.333Z||pool-121-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:17.216Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:33:17.218Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:33:17.218Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: dff5f36e-9eb5-48a8-9b13-c6c32bd626e7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-27T06:33:17.218Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-27T06:33:17.219Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-27T06:33:17.219Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-27T06:33:17.354Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP815079719686918028/Definitions/service-TestPnfMacro-template.yml 2022-06-27T06:33:18.081Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T06:33:18.082Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:33:18.082Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-27T06:33:18.082Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-27T06:33:18.082Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||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-06-27T06:33:18.082Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||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-06-27T06:33:18.082Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||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-06-27T06:33:18.082Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||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-06-27T06:33:18.082Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||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-06-27T06:33:18.083Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||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-06-27T06:33:18.083Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||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-06-27T06:33:18.083Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:33:18.083Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:33:18.083Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:33:18.083Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-27T06:33:18.084Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:33:18.084Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:33:18.084Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:33:18.084Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:33:18.084Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-27T06:33:18.084Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:33:18.084Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:33:18.085Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:33:18.085Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:33:18.085Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:33:18.085Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:33:18.085Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:33:18.085Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:33:18.085Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:33:18.085Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:33:18.085Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:33:18.086Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:33:18.086Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:627d338c-8452-43f5-8b6d-b0f48032bec5 Model Version:NULL Model InvariantUuid:daf7478f-37e4-4815-b047-e2f80040a3e0 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-06-27T06:33:18.098Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 843d860f-5521-4488-a81c-4f7866bdd511 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-06-27T06:33:18.104Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||test-pnf 0 2022-06-27T06:33:18.104Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 843d860f-5521-4488-a81c-4f7866bdd511 2022-06-27T06:33:18.105Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 627d338c-8452-43f5-8b6d-b0f48032bec5 2022-06-27T06:33:18.105Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 627d338c-8452-43f5-8b6d-b0f48032bec5 2022-06-27T06:33:18.105Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 843d860f-5521-4488-a81c-4f7866bdd511 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-06-27T06:33:18.109Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52d305d7, org.onap.sdc.toscaparser.api.parameters.Input@42b0666d, org.onap.sdc.toscaparser.api.parameters.Input@41626a87, org.onap.sdc.toscaparser.api.parameters.Input@35246f29, org.onap.sdc.toscaparser.api.parameters.Input@7f1329e7] 2022-06-27T06:33:18.110Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:33:18.110Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:33:18.110Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 627d338c-8452-43f5-8b6d-b0f48032bec5: test-pnf 2022-06-27T06:33:18.110Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||Processing PNF resource: 843d860f-5521-4488-a81c-4f7866bdd511 2022-06-27T06:33:18.111Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:33:18.111Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:33:18.111Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||Resource customization UUID: 3dcf4f8f-1828-4753-9c36-f9814c0aa7df is the same as notified resource customizationUUID: 3dcf4f8f-1828-4753-9c36-f9814c0aa7df 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-06-27T06:33:18.171Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 843d860f-5521-4488-a81c-4f7866bdd511 0 ASDC deployResourceStructure 2022-06-27T06:33:18.171Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-27T06:33:18.172Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-27T06:33:18.172Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:33:18.172Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:18.176Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:18.176Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311598171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:33:18.276Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:33:18.277Z||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-06-27T06:33:18.277Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:18.295Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:18.296Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:33:19.178Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfdba40a-a8d0-4867-9c50-c1fac6fba54b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:33:19.189Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfdba40a-a8d0-4867-9c50-c1fac6fba54b 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-06-27T06:33:19.192Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:33:19.192Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T06:33:19.193Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T06:33:19.193Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T06:33:19.193Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:33:19.193Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:33:19.194Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:33:19.194Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:33:19.194Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:33:19.194Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:33:19.195Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:33:19.195Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||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-06-27T06:33:19.201Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T06:33:49.202Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bfdba40a-a8d0-4867-9c50-c1fac6fba54b 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-06-27T06:33:49.211Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bfdba40a-a8d0-4867-9c50-c1fac6fba54b and serviceModelVersionId: 627d338c-8452-43f5-8b6d-b0f48032bec5 2022-06-27T06:33:49.212Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : daf7478f-37e4-4815-b047-e2f80040a3e0 2022-06-27T06:33:49.213Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/daf7478f-37e4-4815-b047-e2f80040a3e0/model-vers/model-ver/627d338c-8452-43f5-8b6d-b0f48032bec5?depth=0 2022-06-27T06:33:49.223Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T06:33:49.294Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf7478f-37e4-4815-b047-e2f80040a3e0/model-vers/model-ver/627d338c-8452-43f5-8b6d-b0f48032bec5?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-06-27T06:33:49.301Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf7478f-37e4-4815-b047-e2f80040a3e0/model-vers/model-ver/627d338c-8452-43f5-8b6d-b0f48032bec5?depth=0|INFO|500||Invoke 2022-06-27T06:33:49.329Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf7478f-37e4-4815-b047-e2f80040a3e0/model-vers/model-ver/627d338c-8452-43f5-8b6d-b0f48032bec5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T06:33:49.432Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf7478f-37e4-4815-b047-e2f80040a3e0/model-vers/model-ver/627d338c-8452-43f5-8b6d-b0f48032bec5?depth=0|INFO|500||InvokeReturn 2022-06-27T06:33:49.433Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf7478f-37e4-4815-b047-e2f80040a3e0/model-vers/model-ver/627d338c-8452-43f5-8b6d-b0f48032bec5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220627-06:33:49:696-92863], vertex-id=[479304], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:33:49 GMT], Content-Type=[application/json]} 2022-06-27T06:33:49.434Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-06-27T06:33:49.435Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T06:33:49.435Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||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-06-27T06:33:49.441Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||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-06-27T06:33:49.441Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bfdba40a-a8d0-4867-9c50-c1fac6fba54b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T06:33:49.442Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T06:33:49.442Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:49.445Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:49.445Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311629441, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:33:49.546Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:33:49.547Z||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-06-27T06:33:49.547Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:49.578Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:49.579Z||pool-123-thread-1|||||INFO|500||cambria reply ok (33 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-06-27T06:33:50.458Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-27T06:33:50.458Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"809b37a3-5f67-4bae-9ff0-db4a7919f6af","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"1f1c9253-79a1-4b8d-8292-815d194d152d","serviceDescription":"service","serviceInvariantUUID":"4f160569-1493-4cac-b054-23b9ee6314f3","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1640108f-5c96-43be-a823-c4156515984b","resourceInvariantUUID":"ca70fa8b-bc8d-43e5-84fd-fa57837afa5c","resourceCustomizationUUID":"67636e87-d321-4a1b-8180-df5c4c675e02","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":"NzM3MTBlN2EwOTlhZWNmY2M3MDY1NmQ4ZWZlMzQ1Y2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4238ed14-7998-42e5-b71c-da668db0cf84","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":"ODg0ZjE2MWUwZDExZjBiYzgyOWU4MGZmOTE2NDI3NTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"249fe528-521d-4b4e-8265-7714d8c58324","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":"40779b4c-6f57-4cc3-8508-c9a205e4f968","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":"8692f5e6-09ea-4824-8b8d-d7cff15f408e","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":"98511997-dd66-4aa7-b881-66eba0df3546","artifactVersion":"2","generatedFromUUID":"40779b4c-6f57-4cc3-8508-c9a205e4f968"},{"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":"ZDRlYmQ0MTc4Njc2Nzk3OTRhOTRjYjA0YzZlMDM0Yjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d6ed0aba-ab75-48fd-bffa-8ea24f221652","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":"MDczNGZiZTZlMTA1ZjU1ODkzNmJiZDc5MjZlMTBhODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fba8f82a-c28d-4a8c-82c1-ef07439eba12","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZGE3Yjc1MzVlMjVhYzgzNWU3NzZiYTQxODBjZDI1OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3155c504-173f-4a44-b398-252d4509d537","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-27T06:33:50.459Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:50.459Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:50.462Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:50.462Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:50.562Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:33:50.563Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:33:50.563Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:50.582Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:50.583Z||pool-124-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:51.463Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:51.463Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:51.466Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:51.466Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:33:51.569Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-27T06:33:51.571Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:33:51.571Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:51.595Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:51.595Z||pool-125-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:52.466Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:52.467Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:52.470Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:52.470Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T06:33:52.570Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:33:52.571Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:33:52.571Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:52.599Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:52.600Z||pool-126-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:53.471Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:53.472Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:53.474Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:53.474Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:53.574Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:33:53.575Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:33:53.575Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:53.592Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:53.592Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:33:54.475Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:54.476Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:54.480Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:54.480Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-27T06:33:54.580Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:33:54.581Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:33:54.581Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:54.628Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:54.629Z||pool-128-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:55.481Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:55.482Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:55.484Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:55.484Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:55.584Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:33:55.586Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:33:55.586Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:55.605Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:55.605Z||pool-129-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:56.485Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:56.486Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:56.489Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:56.489Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:33:56.590Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:33:56.590Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:33:56.591Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:56.605Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:56.605Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:57.490Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-27T06:33:57.491Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:57.493Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:57.493Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:33:57.594Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-27T06:33:57.594Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:33:57.595Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:57.617Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:57.618Z||pool-131-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:58.494Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "1f1c9253-79a1-4b8d-8292-815d194d152d", "serviceDescription": "service", "serviceInvariantUUID": "4f160569-1493-4cac-b054-23b9ee6314f3", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "67636e87-d321-4a1b-8180-df5c4c675e02", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1640108f-5c96-43be-a823-c4156515984b", "resourceInvariantUUID": "ca70fa8b-bc8d-43e5-84fd-fa57837afa5c", "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": "ODg0ZjE2MWUwZDExZjBiYzgyOWU4MGZmOTE2NDI3NTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "249fe528-521d-4b4e-8265-7714d8c58324", "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": "40779b4c-6f57-4cc3-8508-c9a205e4f968", "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": "98511997-dd66-4aa7-b881-66eba0df3546", "generatedFromUUID": "40779b4c-6f57-4cc3-8508-c9a205e4f968" }, "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": "98511997-dd66-4aa7-b881-66eba0df3546", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZGE3Yjc1MzVlMjVhYzgzNWU3NzZiYTQxODBjZDI1OTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3155c504-173f-4a44-b398-252d4509d537" } ], "workloadContext": "Production" } 2022-06-27T06:33:58.495Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-27T06:33:58.496Z|bfdba40a-a8d0-4867-9c50-c1fac6fba54b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1f1c9253-79a1-4b8d-8292-815d194d152d ASDC 2022-06-27T06:33:58.496Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:809b37a3-5f67-4bae-9ff0-db4a7919f6af ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:1f1c9253-79a1-4b8d-8292-815d194d152d ServiceInvariantUUID:4f160569-1493-4cac-b054-23b9ee6314f3 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:3155c504-173f-4a44-b398-252d4509d537 ArtifactChecksum:ZGE3Yjc1MzVlMjVhYzgzNWU3NzZiYTQxODBjZDI1OTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:67636e87-d321-4a1b-8180-df5c4c675e02 ResourceInvariantUUID:ca70fa8b-bc8d-43e5-84fd-fa57837afa5c ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:1640108f-5c96-43be-a823-c4156515984b 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:249fe528-521d-4b4e-8265-7714d8c58324 ArtifactChecksum:ODg0ZjE2MWUwZDExZjBiYzgyOWU4MGZmOTE2NDI3NTc= 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:40779b4c-6f57-4cc3-8508-c9a205e4f968 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:98511997-dd66-4aa7-b881-66eba0df3546 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:98511997-dd66-4aa7-b881-66eba0df3546 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-27T06:33:58.496Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1f1c9253-79a1-4b8d-8292-815d194d152d 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-06-27T06:33:58.530Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:33:58.531Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:33:58.532Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:33:58.532Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3155c504-173f-4a44-b398-252d4509d537 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-27T06:33:58.533Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:33:58.533Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-27T06:33:58.603Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:33:58.607Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3155c504-173f-4a44-b398-252d4509d537 78801 2022-06-27T06:33:58.607Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-27T06:33:58.607Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-27T06:33:58.607Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:33:58.608Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:33:58.610Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:33:58.610Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311638607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:33:58.710Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:33:58.711Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:33:58.711Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:33:58.751Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:33:58.752Z||pool-132-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:33:59.611Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-27T06:33:59.612Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-27T06:33:59.612Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3155c504-173f-4a44-b398-252d4509d537, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-27T06:33:59.613Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-27T06:33:59.613Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-27T06:33:59.613Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-27T06:33:59.813Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13945443663118288262/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-06-27T06:34:00.898Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-27T06:34:00.899Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:34:00.899Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-27T06:34:00.899Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-27T06:34:00.899Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:00.899Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:00.899Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:00.899Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:00.899Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:00.899Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:00.899Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:00.900Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:00.900Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:00.900Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-27T06:34:00.900Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:00.900Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:00.900Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T06:34:00.901Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:34:00.901Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:34:00.901Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:00.901Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:00.901Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T06:34:00.901Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-27T06:34:00.901Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-27T06:34:00.902Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:00.902Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:00.902Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:00.902Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-27T06:34:00.902Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-27T06:34:00.902Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-27T06:34:00.902Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-27T06:34:00.903Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-27T06:34:00.903Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-27T06:34:00.903Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:00.903Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:34:00.903Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:00.903Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T06:34:00.904Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:34:00.904Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:00.904Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T06:34:00.904Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:34:00.904Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:00.904Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T06:34:00.905Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:34:00.905Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:00.905Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-27T06:34:00.905Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-27T06:34:00.905Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-27T06:34:00.905Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=83d73c45-9759-48f4-9a88-e59f15b1f4a1 2022-06-27T06:34:00.905Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:00.905Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:00.906Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:00.906Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:00.906Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:00.906Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:00.906Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:00.906Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:00.906Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:1f1c9253-79a1-4b8d-8292-815d194d152d Model Version:NULL Model InvariantUuid:4f160569-1493-4cac-b054-23b9ee6314f3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:b3d4c2bc-9a53-4dd3-91d3-15de614d3473 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ca70fa8b-bc8d-43e5-84fd-fa57837afa5c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:67636e87-d321-4a1b-8180-df5c4c675e02 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:24335182-5a3e-45e1-9335-3bdd59d809ad ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:e6930164-67ed-434b-a323-734edf356ba6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:83d73c45-9759-48f4-9a88-e59f15b1f4a1 ModelInvariantUuid:219a20ac-3b73-4083-8937-770dc9c8254c ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:7ef7aa11-9888-463e-85f9-b7588810334c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:cf616812-1224-4712-b88c-712604d3185b ModelInvariantUuid:37277c47-a089-40b6-a9f1-831a13c1271e ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:de191b9c-7f01-4c22-9012-c15619fa5deb 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-06-27T06:34:00.913Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 1640108f-5c96-43be-a823-c4156515984b 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-06-27T06:34:00.915Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2022-06-27T06:34:00.916Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1640108f-5c96-43be-a823-c4156515984b 2022-06-27T06:34:00.916Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 249fe528-521d-4b4e-8265-7714d8c58324 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-27T06:34:00.916Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:34:00.916Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:01.037Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:34:01.037Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 249fe528-521d-4b4e-8265-7714d8c58324 792 2022-06-27T06:34:01.038Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:01.038Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:01.038Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:34:01.038Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:01.040Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:01.040Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311641038, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:01.141Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:34:01.141Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:34:01.141Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:34:01.180Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:01.181Z||pool-133-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:34:02.041Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "24335182-5a3e-45e1-9335-3bdd59d809ad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e6930164-67ed-434b-a323-734edf356ba6", "vfModuleModelCustomizationUUID": "36d957aa-7ff1-48d8-89b1-e2377819831c", "isBase": true, "artifacts": [ "40779b4c-6f57-4cc3-8508-c9a205e4f968", "98511997-dd66-4aa7-b881-66eba0df3546" ], "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-06-27T06:34:02.045Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e6930164-67ed-434b-a323-734edf356ba6 VfModuleModelInvariantUUID:24335182-5a3e-45e1-9335-3bdd59d809ad VfModuleModelDescription:NULL Artifacts UUID List:{ 40779b4c-6f57-4cc3-8508-c9a205e4f968 , 98511997-dd66-4aa7-b881-66eba0df3546 } 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-06-27T06:34:02.047Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "24335182-5a3e-45e1-9335-3bdd59d809ad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e6930164-67ed-434b-a323-734edf356ba6", "vfModuleModelCustomizationUUID": "36d957aa-7ff1-48d8-89b1-e2377819831c", "isBase": true, "artifacts": [ "40779b4c-6f57-4cc3-8508-c9a205e4f968", "98511997-dd66-4aa7-b881-66eba0df3546" ], "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-06-27T06:34:02.047Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e6930164-67ed-434b-a323-734edf356ba6 VfModuleModelInvariantUUID:24335182-5a3e-45e1-9335-3bdd59d809ad VfModuleModelDescription:NULL Artifacts UUID List:{ 40779b4c-6f57-4cc3-8508-c9a205e4f968 , 98511997-dd66-4aa7-b881-66eba0df3546 } 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-06-27T06:34:02.047Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 40779b4c-6f57-4cc3-8508-c9a205e4f968 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-27T06:34:02.047Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:34:02.047Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:02.155Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:34:02.156Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 40779b4c-6f57-4cc3-8508-c9a205e4f968 5033 2022-06-27T06:34:02.156Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:02.157Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:02.157Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:34:02.157Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:02.159Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:02.159Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311642156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:02.259Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:34:02.260Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:34:02.260Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:34:02.323Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:02.323Z||pool-134-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:34:03.159Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 98511997-dd66-4aa7-b881-66eba0df3546 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-27T06:34:03.160Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-27T06:34:03.160Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:03.437Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-27T06:34:03.438Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 98511997-dd66-4aa7-b881-66eba0df3546 903 2022-06-27T06:34:03.438Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:03.438Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:03.438Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-27T06:34:03.438Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:03.440Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:03.441Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311643438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:03.541Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:34:03.541Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:34:03.542Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:34:03.596Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:03.597Z||pool-135-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:34:04.441Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1f1c9253-79a1-4b8d-8292-815d194d152d 2022-06-27T06:34:04.442Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1640108f-5c96-43be-a823-c4156515984b 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-06-27T06:34:04.455Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48828a14, org.onap.sdc.toscaparser.api.parameters.Input@387e2cd, org.onap.sdc.toscaparser.api.parameters.Input@2b88305f, org.onap.sdc.toscaparser.api.parameters.Input@41cba2a, org.onap.sdc.toscaparser.api.parameters.Input@58924297] 2022-06-27T06:34:04.457Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:04.457Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:04.458Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-06-27T06:34:04.458Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 67636e87-d321-4a1b-8180-df5c4c675e02 2022-06-27T06:34:04.458Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 67636e87-d321-4a1b-8180-df5c4c675e02 matches Tosca VF Customization UUID: 67636e87-d321-4a1b-8180-df5c4c675e02 2022-06-27T06:34:04.458Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 67636e87-d321-4a1b-8180-df5c4c675e02 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-06-27T06:34:04.461Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:04.462Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:04.462Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 67636e87-d321-4a1b-8180-df5c4c675e02: {\"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-06-27T06:34:04.462Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ff3aac9 2022-06-27T06:34:04.463Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:04.463Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-27T06:34:04.463Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 36d957aa-7ff1-48d8-89b1-e2377819831c 2022-06-27T06:34:04.463Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 36d957aa-7ff1-48d8-89b1-e2377819831c 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-06-27T06:34:04.466Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:04.467Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T06:34:04.467Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:34:04.467Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:04.467Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T06:34:04.468Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:34:04.468Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:04.468Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-27T06:34:04.468Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-27T06:34:04.469Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-27T06:34:04.469Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=83d73c45-9759-48f4-9a88-e59f15b1f4a1 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-06-27T06:34:04.472Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:04.472Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T06:34:04.472Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-27T06:34:04.472Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:04.473Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-27T06:34:04.473Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=67636e87-d321-4a1b-8180-df5c4c675e02 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-06-27T06:34:04.474Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:04.475Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:04.475Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1f1c9253-79a1-4b8d-8292-815d194d152d: basic_vm_macro 2022-06-27T06:34:04.475Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:04.475Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:04.476Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:04.476Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:04.476Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:04.477Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:04.477Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:04.477Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:04.477Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-27T06:34:04.477Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-27T06:34:04.478Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:04.559Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1640108f-5c96-43be-a823-c4156515984b 1 ASDC deployResourceStructure 2022-06-27T06:34:04.559Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:04.559Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:04.559Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:34:04.560Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:04.562Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:04.562Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311644559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:34:04.662Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:34:04.662Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:34:04.663Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:34:04.682Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:04.682Z||pool-136-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-27T06:34:05.562Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:05.563Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:05.563Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:34:05.563Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:05.565Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:05.565Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311645562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:34:05.665Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:34:05.666Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:34:05.666Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:34:05.701Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:05.701Z||pool-137-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:34:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:34:05.894Z||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-06-27T06:34:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:34:06.030Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:06.032Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.032Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "clamp", "timestamp": 1656311530142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "multicloud-k8s-id", "timestamp": 1656311527373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.033Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.033Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "aai-ml", "timestamp": 1656311537109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.033Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "cds", "timestamp": 1656311536146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.034Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "cds", "timestamp": 1656311536146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.034Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.034Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "clamp", "timestamp": 1656311530142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:34:06.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "aai-ml", "timestamp": 1656311537109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.035Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "multicloud-k8s-id", "timestamp": 1656311527373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:34:06.035Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.035Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "clamp", "timestamp": 1656311530142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "aai-ml", "timestamp": 1656311537109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.036Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "cds", "timestamp": 1656311536146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.036Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.036Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "multicloud-k8s-id", "timestamp": 1656311527373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T06:34:06.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "cds", "timestamp": 1656311536146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "multicloud-k8s-id", "timestamp": 1656311527373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.037Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.037Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.037Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "aai-ml", "timestamp": 1656311537109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "clamp", "timestamp": 1656311530142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.038Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "cds", "timestamp": 1656311536146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.038Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.038Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "clamp", "timestamp": 1656311530142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "aai-ml", "timestamp": 1656311537109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.039Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "multicloud-k8s-id", "timestamp": 1656311527373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-27T06:34:06.039Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.039Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "ves-openapi-manager", "timestamp": 1656311542213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "cds", "timestamp": 1656311536146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.040Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.040Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.040Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "clamp", "timestamp": 1656311530142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "aai-ml", "timestamp": 1656311537109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "multicloud-k8s-id", "timestamp": 1656311527373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "ves-openapi-manager", "timestamp": 1656311542213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "clamp", "timestamp": 1656311530142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "cds", "timestamp": 1656311536146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "aai-ml", "timestamp": 1656311537109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "multicloud-k8s-id", "timestamp": 1656311527373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "ves-openapi-manager", "timestamp": 1656311542213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "cds", "timestamp": 1656311536146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:34:06.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "clamp", "timestamp": 1656311530142, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:34:06.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "aai-ml", "timestamp": 1656311537109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:34:06.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "multicloud-k8s-id", "timestamp": 1656311527373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:34:06.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "ves-openapi-manager", "timestamp": 1656311542213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "multicloud-k8s-id", "timestamp": 1656311545039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:06.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:34:06.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "cds", "timestamp": 1656311546029, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:06.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:34:06.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "aai-ml", "timestamp": 1656311546738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:06.045Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:34:06.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "ves-openapi-manager", "timestamp": 1656311542213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "policy-id", "timestamp": 1656311546382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "multicloud-k8s-id", "timestamp": 1656311546147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:06.046Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:34:06.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "ves-openapi-manager", "timestamp": 1656311542213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "cds", "timestamp": 1656311547278, "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-06-27T06:34:06.054Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 809b37a3-5f67-4bae-9ff0-db4a7919f6af 2022-06-27T06:34:06.054Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 809b37a3-5f67-4bae-9ff0-db4a7919f6af 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-06-27T06:34:06.062Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.062Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "policy-id", "timestamp": 1656311546382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.062Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "ves-openapi-manager", "timestamp": 1656311542213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "multicloud-k8s-id", "timestamp": 1656311547316, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:06.063Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:34:06.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "policy-id", "timestamp": 1656311546382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T06:34:06.063Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.063Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.063Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "ves-openapi-manager", "timestamp": 1656311542213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "multicloud-k8s-id", "timestamp": 1656311548353, "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-06-27T06:34:06.068Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 809b37a3-5f67-4bae-9ff0-db4a7919f6af 2022-06-27T06:34:06.068Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 809b37a3-5f67-4bae-9ff0-db4a7919f6af 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-06-27T06:34:06.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "policy-id", "timestamp": 1656311546382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "multicloud-k8s-id", "timestamp": 1656311549358, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:34:06.079Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:34:06.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "policy-id", "timestamp": 1656311546382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.079Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.079Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.079Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "policy-id", "timestamp": 1656311546382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "policy-id", "timestamp": 1656311546382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "policy-id", "timestamp": 1656311546382, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:34:06.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "policy-id", "timestamp": 1656311555305, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:06.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:34:06.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "clamp", "timestamp": 1656311555879, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:06.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:34:06.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "policy-id", "timestamp": 1656311556313, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:34:06.082Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:34:06.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311556465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.082Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "policy-id", "timestamp": 1656311557317, "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-06-27T06:34:06.088Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 809b37a3-5f67-4bae-9ff0-db4a7919f6af 2022-06-27T06:34:06.088Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 809b37a3-5f67-4bae-9ff0-db4a7919f6af 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-06-27T06:34:06.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "aai-ml", "timestamp": 1656311558111, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:34:06.094Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:34:06.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311556465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "clamp", "timestamp": 1656311558884, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:34:06.095Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:34:06.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "aai-ml", "timestamp": 1656311559115, "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-06-27T06:34:06.099Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 809b37a3-5f67-4bae-9ff0-db4a7919f6af 2022-06-27T06:34:06.099Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 809b37a3-5f67-4bae-9ff0-db4a7919f6af 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-06-27T06:34:06.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311556465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.116Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.116Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.116Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "clamp", "timestamp": 1656311559889, "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-06-27T06:34:06.121Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 809b37a3-5f67-4bae-9ff0-db4a7919f6af 2022-06-27T06:34:06.121Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 809b37a3-5f67-4bae-9ff0-db4a7919f6af 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-06-27T06:34:06.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311556465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311556465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311556465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311556465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:34:06.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311556465, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:34:06.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:34:06.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311565289, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:34:06.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:34:06.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311568377, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:34:06.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:34:06.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1656311569381, "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-06-27T06:34:06.135Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 809b37a3-5f67-4bae-9ff0-db4a7919f6af 2022-06-27T06:34:06.135Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 809b37a3-5f67-4bae-9ff0-db4a7919f6af 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-06-27T06:34:06.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:34:06.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "06496b6f-a7e7-4d9b-9123-616c88474a1d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311581386, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:34:06.143Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:34:06.566Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:06.566Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:06.566Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:34:06.567Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:06.569Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:06.569Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311646566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-27T06:34:06.669Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:34:06.670Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:34:06.670Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:34:06.720Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:06.720Z||pool-138-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:34:07.570Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-27T06:34:07.570Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-27T06:34:07.571Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-27T06:34:07.571Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:07.573Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:07.573Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311647570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:34:07.673Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:34:07.674Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:34:07.674Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:34:07.693Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:07.693Z||pool-139-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-27T06:34:08.574Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 809b37a3-5f67-4bae-9ff0-db4a7919f6af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-27T06:34:08.585Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 809b37a3-5f67-4bae-9ff0-db4a7919f6af 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-06-27T06:34:08.588Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-27T06:34:08.589Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-27T06:34:08.589Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-27T06:34:08.589Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-27T06:34:08.589Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:34:08.589Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:34:08.589Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:34:08.589Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:34:08.590Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:34:08.590Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-27T06:34:08.590Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:08.595Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-27T06:34:38.595Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 809b37a3-5f67-4bae-9ff0-db4a7919f6af 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-06-27T06:34:38.604Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 809b37a3-5f67-4bae-9ff0-db4a7919f6af and serviceModelVersionId: 1f1c9253-79a1-4b8d-8292-815d194d152d 2022-06-27T06:34:38.604Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f160569-1493-4cac-b054-23b9ee6314f3 2022-06-27T06:34:38.604Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f160569-1493-4cac-b054-23b9ee6314f3/model-vers/model-ver/1f1c9253-79a1-4b8d-8292-815d194d152d?depth=0 2022-06-27T06:34:38.609Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-27T06:34:38.648Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f160569-1493-4cac-b054-23b9ee6314f3/model-vers/model-ver/1f1c9253-79a1-4b8d-8292-815d194d152d?depth=0|INFO|500||Invoke 2022-06-27T06:34:38.649Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f160569-1493-4cac-b054-23b9ee6314f3/model-vers/model-ver/1f1c9253-79a1-4b8d-8292-815d194d152d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f160569-1493-4cac-b054-23b9ee6314f3/model-vers/model-ver/1f1c9253-79a1-4b8d-8292-815d194d152d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[809b37a3-5f67-4bae-9ff0-db4a7919f6af], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2c650282-47e5-4ae1-888e-5c244497331e], X-ECOMP-RequestID=[809b37a3-5f67-4bae-9ff0-db4a7919f6af], X-TransactionId=[], X-ONAP-RequestID=[809b37a3-5f67-4bae-9ff0-db4a7919f6af], Content-Type=[application/merge-patch+json]} 2022-06-27T06:34:38.670Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f160569-1493-4cac-b054-23b9ee6314f3/model-vers/model-ver/1f1c9253-79a1-4b8d-8292-815d194d152d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-27T06:34:38.778Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f160569-1493-4cac-b054-23b9ee6314f3/model-vers/model-ver/1f1c9253-79a1-4b8d-8292-815d194d152d?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/4f160569-1493-4cac-b054-23b9ee6314f3/model-vers/model-ver/1f1c9253-79a1-4b8d-8292-815d194d152d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220627-06:34:39:035-77654], vertex-id=[712736], Content-Length=[0], Date=[Mon, 27 Jun 2022 06:34:39 GMT], Content-Type=[application/json]} 2022-06-27T06:34:38.779Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f160569-1493-4cac-b054-23b9ee6314f3/model-vers/model-ver/1f1c9253-79a1-4b8d-8292-815d194d152d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-27T06:34:38.779Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f160569-1493-4cac-b054-23b9ee6314f3/model-vers/model-ver/1f1c9253-79a1-4b8d-8292-815d194d152d?depth=0|INFO|500||InvokeReturn 2022-06-27T06:34:38.780Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-27T06:34:38.781Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:38.788Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||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-06-27T06:34:38.789Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 809b37a3-5f67-4bae-9ff0-db4a7919f6af and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-27T06:34:38.789Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-27T06:34:38.789Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-27T06:34:38.791Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-27T06:34:38.791Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311678789, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:34:38.891Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-27T06:34:38.892Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-27T06:34:38.893Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:34:38.924Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:38.924Z||pool-140-thread-1|||||INFO|500||cambria reply ok (32 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-06-27T06:34:39.808Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:34:39.809Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|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-06-27T06:34:39.809Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:34:49.383Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:49.383Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:34:49.384Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|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-06-27T06:34:49.384Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:34:58.988Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:34:58.988Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:34:58.989Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|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-06-27T06:34:58.989Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:35:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:35:05.895Z||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-06-27T06:35:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:35:05.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:35:05.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:35:05.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-27T06:35:05.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-27T06:35:05.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:35:05.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:35:05.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:35:05.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-27T06:35:05.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:35:05.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:35:05.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311596199, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:35:05.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:35:05.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311598171, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:35:05.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:35:05.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfdba40a-a8d0-4867-9c50-c1fac6fba54b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311629441, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:35:05.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:35:05.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:35:05.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-27T06:35:05.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-27T06:35:05.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-27T06:35:05.959Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-27T06:35:05.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-27T06:35:05.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-27T06:35:05.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311582402, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-27T06:35:05.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-27T06:35:05.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311638607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-27T06:35:05.960Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311641038, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311642156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311643438, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311644559, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311645562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-27T06:35:05.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:35:08.543Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:35:08.544Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:35:08.544Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|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-06-27T06:35:08.544Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:35:18.102Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:36:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:36:05.891Z||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-06-27T06:36:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:36:05.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:36:05.894Z||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-06-27T06:36:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:36:06.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:36:06.455Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:06.455Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311646566, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-27T06:36:06.456Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:06.456Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:06.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311647570, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-27T06:36:06.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:06.457Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-27T06:36:06.457Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "809b37a3-5f67-4bae-9ff0-db4a7919f6af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1656311678789, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-27T06:36:06.457Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-27T06:36:15.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:37:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:37:05.891Z||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-06-27T06:37:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:37:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:37:05.894Z||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-06-27T06:37:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:37:15.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:37:15.466Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:38:05.891Z||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-06-27T06:38:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:38:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:38:05.894Z||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-06-27T06:38:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:38:15.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:38:15.458Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:39:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:39:05.892Z||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-06-27T06:39:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:39:05.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:39:05.894Z||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-06-27T06:39:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:39:15.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:39:15.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:40:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:40:05.891Z||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-06-27T06:40:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:40:05.893Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:40:05.894Z||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-06-27T06:40:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:40:15.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:40:15.470Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:41:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:41:05.890Z||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-06-27T06:41:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:41:05.893Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:41:05.894Z||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-06-27T06:41:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:41:15.465Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:41:15.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:42:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:42:05.890Z||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-06-27T06:42:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:42:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:42:05.895Z||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-06-27T06:42:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:42:15.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:42:15.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:43:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:43:05.891Z||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-06-27T06:43:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:43:05.894Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:43:05.894Z|a860f67f-bd3a-469e-ad88-390c6fb25093|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-06-27T06:43:05.895Z|a860f67f-bd3a-469e-ad88-390c6fb25093|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:43:15.500Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:43:15.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:44:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:44:05.891Z||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-06-27T06:44:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:44:05.893Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:44:05.894Z|a860f67f-bd3a-469e-ad88-390c6fb25093|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-06-27T06:44:05.894Z|a860f67f-bd3a-469e-ad88-390c6fb25093|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:44:15.467Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:44:15.470Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:45:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:45:05.891Z||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-06-27T06:45:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:45:05.893Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:45:05.894Z||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-06-27T06:45:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:45:15.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:45:15.484Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:46:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:46:05.891Z||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-06-27T06:46:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:46:05.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:46:05.894Z||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-06-27T06:46:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:46:15.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:46:15.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:47:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:47:05.893Z||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-06-27T06:47:05.893Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:47:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:47:05.894Z||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-06-27T06:47:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:47:15.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:47:15.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:48:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:48:05.890Z||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-06-27T06:48:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:48:05.894Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:48:05.895Z|a860f67f-bd3a-469e-ad88-390c6fb25093|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-06-27T06:48:05.895Z|a860f67f-bd3a-469e-ad88-390c6fb25093|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:48:15.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:48:15.463Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:49:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:49:05.890Z||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-06-27T06:49:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:49:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:49:05.894Z||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-06-27T06:49:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:49:15.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:49:15.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:50:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:50:05.891Z||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-06-27T06:50:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:50:05.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:50:05.894Z||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-06-27T06:50:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:50:15.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:50:15.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:51:05.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:51:05.893Z||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-06-27T06:51:05.893Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:51:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:51:05.894Z||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-06-27T06:51:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:51:15.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:51:15.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:52:05.891Z||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-06-27T06:52:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:52:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:52:05.894Z||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-06-27T06:52:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:52:15.496Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:52:15.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:53:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:53:05.890Z||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-06-27T06:53:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:53:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:53:05.894Z||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-06-27T06:53:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:53:15.494Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:53:15.496Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:54:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:54:05.891Z||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-06-27T06:54:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:54:05.894Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:54:05.895Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|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-06-27T06:54:05.895Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:54:15.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:54:15.455Z|809b37a3-5f67-4bae-9ff0-db4a7919f6af|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:55:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:55:05.891Z||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-06-27T06:55:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:55:05.894Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:55:05.894Z||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-06-27T06:55:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:55:15.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:55:15.468Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:56:05.892Z||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-06-27T06:56:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:56:05.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:56:05.894Z||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-06-27T06:56:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:56:15.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:56:15.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:57:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:57:05.890Z||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-06-27T06:57:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:57:05.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:57:05.894Z||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-06-27T06:57:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:57:15.445Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:57:15.452Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:58:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:58:05.891Z||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-06-27T06:58:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:58:05.894Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:58:05.894Z||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-06-27T06:58:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:58:15.435Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:58:15.451Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:59:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:59:05.891Z||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-06-27T06:59:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:59:05.894Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T06:59:05.895Z|a860f67f-bd3a-469e-ad88-390c6fb25093|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-06-27T06:59:05.895Z|a860f67f-bd3a-469e-ad88-390c6fb25093|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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T06:59:15.459Z|a860f67f-bd3a-469e-ad88-390c6fb25093|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T06:59:15.463Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:00:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:00:05.891Z||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-06-27T07:00:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T07:00:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:00:05.894Z||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-06-27T07:00:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T07:00:15.455Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:00:15.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:01:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:01:05.891Z||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-06-27T07:01:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T07:01:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:01:05.894Z||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-06-27T07:01:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T07:01:15.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:01:15.486Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:02:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:02:05.890Z||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-06-27T07:02:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T07:02:05.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:02:05.894Z||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-06-27T07:02:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T07:02:15.693Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:02:15.694Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:03:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:03:05.891Z||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-06-27T07:03:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T07:03:05.894Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:03:05.894Z||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-06-27T07:03:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T07:03:15.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:03:15.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:04:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:04:05.891Z||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-06-27T07:04:05.891Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T07:04:05.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:04:05.894Z||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-06-27T07:04:05.894Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T07:04:15.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:04:15.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:05:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:05:05.892Z||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-06-27T07:05:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T07:05:05.895Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:05:05.895Z||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-06-27T07:05:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T07:05:15.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:05:15.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:06:05.890Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:06:05.892Z||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-06-27T07:06:05.892Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T07:06:05.894Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-27T07:06:05.894Z||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-06-27T07:06:05.895Z||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 Hip2MmRUpemJ3sJ4) ... 2022-06-27T07:06:15.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-27T07:06:15.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK